minetest-mods / castle

A fork of Dan's fork old my old castle mod. :P
Other
5 stars 7 forks source link

anvil:hammer craft conflicts with default:sign_wall_steel #38

Open Chiu-ChunLing opened 7 years ago

Chiu-ChunLing commented 7 years ago

Recommend changing to use anvil:anvil, a similar resource cost and no risk of being overwritten by another mod.

minetest.register_craft({
    output = "anvil:hammer",
    recipe = {
                {"","","anvil:anvil"},
                {"","group:stick",""},
                {"group:stick","",""} }
})