diff options
-rw-r--r-- | technic/machines/register/grinder_recipes.lua | 4 |
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"}, |