hopper recipe changed, only 3 steel ingots required

This commit is contained in:
TenPlus1 2015-11-04 10:27:44 +00:00
parent b8b883ebc5
commit 55f362c071

@ -405,7 +405,6 @@ minetest.register_abm({
minetest.register_craft({ minetest.register_craft({
output = "hopper:hopper", output = "hopper:hopper",
recipe = { recipe = {
{"default:steel_ingot", "", "default:steel_ingot"},
{"default:steel_ingot", "default:chest", "default:steel_ingot"}, {"default:steel_ingot", "default:chest", "default:steel_ingot"},
{"", "default:steel_ingot", ""}, {"", "default:steel_ingot", ""},
}, },