Crafting: Remove duplicate reversed recipes (#1777)

For axes and hoes only use one recipe that matches the appearance of the texture and in inventory.
Tento commit je obsažen v:
Paramat
2017-07-16 13:31:21 +01:00
odevzdal SmallJoker
rodič 1aafcdd7e0
revize 1d5bc15f9a
2 změnil soubory, kde provedl 3 přidání a 63 odebrání

Zobrazit soubor

@@ -118,15 +118,6 @@ farming.register_hoe = function(name, def)
{"", "group:stick", ""}
}
})
-- Reverse Recipe
minetest.register_craft({
output = name:sub(2),
recipe = {
{"", def.material, def.material},
{"", "group:stick", ""},
{"", "group:stick", ""}
}
})
end
end