k2 electrolysis time halved
This commit is contained in:
parent
6b8ec24e66
commit
2567aeef66
2 changed files with 3 additions and 0 deletions
|
@ -3,6 +3,8 @@ Version: 0.1.2
|
|||
Date: 2023-04-16
|
||||
Features:
|
||||
- K2 matter
|
||||
Changes:
|
||||
- K2 salt water electrolysis time cut in half (due to higher chlorine demands)
|
||||
Fixes:
|
||||
- Mining particle graphics update
|
||||
---------------------------------------------------------------------------------------------------
|
||||
|
|
|
@ -80,6 +80,7 @@ data:extend({
|
|||
})
|
||||
else
|
||||
util.replace_ingredient("kr-water-electrolysis", "sand", "salt", 2)
|
||||
util.multiply_time("kr-water-electrolysis", 0.5)
|
||||
end
|
||||
data:extend({
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue