RealBadAngel
2013-04-05 8d092c9ec89e9c8dc2b5f7badc1560734a046dd8
fix grinding recipes and craft recipe for tool workshop
2 files modified
4 ■■■ changed files
technic/grinder.lua 2 ●●●●● patch | view | raw | blame | history
technic/tool_workshop.lua 2 ●●● patch | view | raw | blame | history
technic/grinder.lua
@@ -23,9 +23,11 @@
register_grinder_recipe("default:iron_lump","technic:iron_dust 2") 
register_grinder_recipe("default:coal_lump","technic:coal_dust 2") 
register_grinder_recipe("moreores:copper_lump","technic:copper_dust 2")
register_grinder_recipe("default:copper_lump","technic:copper_dust 2")
register_grinder_recipe("moreores:tin_lump","technic:tin_dust 2") 
register_grinder_recipe("moreores:silver_lump","technic:silver_dust 2")
register_grinder_recipe("moreores:gold_lump","technic:gold_dust 2") 
register_grinder_recipe("default:gold_lump","technic:gold_dust 2")
register_grinder_recipe("moreores:mithril_lump","technic:mithril_dust 2") 
register_grinder_recipe("technic:chromium_lump","technic:chromium_dust 2") 
register_grinder_recipe("technic:zinc_lump","technic:zinc_dust 2") 
technic/tool_workshop.lua
@@ -3,7 +3,7 @@
    output = 'technic:tool_workshop',
    recipe = {
        {'default:wood', 'default:wood', 'default:wood'},
        {'default:wood', 'technic:diamond', 'default:wood'},
        {'default:wood', 'default:diamond', 'default:wood'},
        {'default:stone', 'moreores:copper_ingot', 'default:stone'},
    }
})