fluid recipes
This commit is contained in:
parent
876df3cdab
commit
d912949488
4 changed files with 12 additions and 2 deletions
|
@ -1,8 +1,13 @@
|
|||
---------------------------------------------------------------------------------------------------
|
||||
Version: 0.0.8
|
||||
Date: 2022-12-29
|
||||
Changes:
|
||||
- Move several recipes into "fluid-recipes" subgroup, so they show up in standard place in GUI.
|
||||
---------------------------------------------------------------------------------------------------
|
||||
Version: 0.0.7
|
||||
Date: 2022-12-28
|
||||
Changes:
|
||||
- K2: PCBs used for advanced circuits instead of electronic components.
|
||||
- K2: PCBs used for advanced circuits instead of electronic components
|
||||
- Less copper required for PCBs
|
||||
---------------------------------------------------------------------------------------------------
|
||||
Version: 0.0.6
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "bzchlorine",
|
||||
"version": "0.0.7",
|
||||
"version": "0.0.8",
|
||||
"factorio_version": "1.1",
|
||||
"title": "Salt & Chlorine",
|
||||
"author": "Brevven",
|
||||
|
|
|
@ -61,6 +61,7 @@ data:extend({
|
|||
ingredients = {{"salt", 2}},
|
||||
enabled = false,
|
||||
category = "chemistry",
|
||||
subgroup = "fluid-recipes",
|
||||
energy_required = 0.5,
|
||||
},
|
||||
{
|
||||
|
@ -73,6 +74,7 @@ data:extend({
|
|||
},
|
||||
enabled = false,
|
||||
category = "chemistry",
|
||||
subgroup = "fluid-recipes",
|
||||
energy_required = 10,
|
||||
},
|
||||
})
|
||||
|
@ -91,6 +93,7 @@ data:extend({
|
|||
},
|
||||
enabled = false,
|
||||
category = "chemistry",
|
||||
subgroup = "fluid-recipes",
|
||||
energy_required = 1,
|
||||
},
|
||||
})
|
||||
|
@ -135,6 +138,7 @@ data:extend({
|
|||
},
|
||||
enabled = false,
|
||||
category = "chemistry",
|
||||
subgroup = "fluid-recipes",
|
||||
energy_required = 3,
|
||||
},
|
||||
})
|
||||
|
|
|
@ -29,6 +29,7 @@ data:extend({
|
|||
},
|
||||
enabled = false,
|
||||
category = "chemistry",
|
||||
subgroup = "fluid-recipes",
|
||||
energy_required = 3,
|
||||
},
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue