mirror of
https://asciireactor.com/factorio/adamo-chemical.git
synced 2024-11-22 10:15:09 +00:00
Rebalanced cement.
This commit is contained in:
parent
a98422936a
commit
5b8fbce6f3
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",5},
|
{"adamo-chemical-cement",20},
|
||||||
{"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",5},
|
{"adamo-chemical-cement",20},
|
||||||
{"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