summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorh-v-smacker <hans-von-smacker+github@gmail.com>2018-03-30 17:11:22 +0300
committerh-v-smacker <hans-von-smacker+github@gmail.com>2018-03-30 17:11:22 +0300
commitef7f363cca2005e6920094757181e0b4c63e1120 (patch)
treede4a5bdd9754e4e7d17ff1e2123a3667093180b0
parent863cd953848f6a354c3aa7c2c225c6a2c040f355 (diff)
ratio fix
-rw-r--r--technic/machines/register/grinder_recipes.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/technic/machines/register/grinder_recipes.lua b/technic/machines/register/grinder_recipes.lua
index 34f111d..b0e5f9e 100644
--- a/technic/machines/register/grinder_recipes.lua
+++ b/technic/machines/register/grinder_recipes.lua
@@ -30,8 +30,8 @@ local recipes = {
{"doors:trapdoor_steel", "technic:wrought_iron_dust 4"},
{"doors:door_obsidian_glass", "default:obsidian_shard 6"},
{"doors:door_steel", "technic:wrought_iron_dust 6"},
- {"default:sign_wall_steel", "technic:wrought_iron_dust 6"},
- {"default:sign_wall_wood", "technic:sawdust 24"},
+ {"default:sign_wall_steel", "technic:wrought_iron_dust 2"},
+ {"default:sign_wall_wood", "technic:sawdust 8"},
-- Other
{"default:cobble", "default:gravel"},