add back steel and copper = bronze recipe

master
Juraj Vajda 2018-01-11 21:50:29 -05:00
parent e371f4377c
commit fb1e1e39b9
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"},
})