mirror of
https://asciireactor.com/factorio/adamo-chemical.git
synced 2024-11-22 10:35:08 +00:00
rebalanced back to original cement recipe.
This commit is contained in:
parent
5b8fbce6f3
commit
310406fe91
@ -1,4 +1,11 @@
|
|||||||
---------------------------------------------------------------------------------------------------
|
---------------------------------------------------------------------------------------------------
|
||||||
|
Version: 0.3.1
|
||||||
|
Date: 2020-09-29
|
||||||
|
|
||||||
|
Recipes:
|
||||||
|
- Balanced concrete recipe to lower output relative to
|
||||||
|
smelting recipes.
|
||||||
|
---------------------------------------------------------------------------------------------------
|
||||||
Version: 0.3.0
|
Version: 0.3.0
|
||||||
Date: 2020-09-29
|
Date: 2020-09-29
|
||||||
|
|
||||||
|
4
data.lua
4
data.lua
@ -447,7 +447,7 @@ local concrete_recipe = {
|
|||||||
icon = "__base__/graphics/icons/concrete.png",
|
icon = "__base__/graphics/icons/concrete.png",
|
||||||
icon_size = 64,
|
icon_size = 64,
|
||||||
ingredients = {
|
ingredients = {
|
||||||
{"adamo-chemical-cement",20},
|
{"adamo-chemical-cement",5},
|
||||||
{"stone",50},
|
{"stone",50},
|
||||||
{type="fluid",name="water",amount=200}
|
{type="fluid",name="water",amount=200}
|
||||||
},
|
},
|
||||||
@ -466,7 +466,7 @@ local refined_concrete_recipe = {
|
|||||||
icon = "__base__/graphics/icons/refined-concrete.png",
|
icon = "__base__/graphics/icons/refined-concrete.png",
|
||||||
icon_size = 64,
|
icon_size = 64,
|
||||||
ingredients = {
|
ingredients = {
|
||||||
{"adamo-chemical-cement",20},
|
{"adamo-chemical-cement",5},
|
||||||
{"stone",50},
|
{"stone",50},
|
||||||
{"SiSi-quartz",10},
|
{"SiSi-quartz",10},
|
||||||
{type="fluid",name="water",amount=200},
|
{type="fluid",name="water",amount=200},
|
||||||
|
Loading…
Reference in New Issue
Block a user