add old bronze ingot recipe back

master
Juraj Vajda 2017-07-18 20:18:49 +02:00
parent aad0b045f8
commit 48f1c29c2b
1 changed files with 6 additions and 0 deletions

View File

@ -83,3 +83,9 @@ if AREAS_ENHANCE and minetest.get_modpath("areas") then
print("[Mod][enhancements] AREAS_ENHANCE enabled")
end
minetest.register_craft({
type = "shapeless",
output = "default:bronze_ingot",
recipe = {"default:steel_ingot", "default:copper_ingot"},
})