rebalanced back to original cement recipe.

This commit is contained in:
Adamo 2020-09-29 03:59:28 -04:00
parent 5b8fbce6f3
commit 310406fe91
2 changed files with 9 additions and 2 deletions

View File

@ -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

View File

@ -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},