mirror of
https://github.com/minetest-mods/hopper.git
synced 2025-01-03 11:07:30 +01:00
hopper recipe changed, only 3 steel ingots required
This commit is contained in:
parent
b8b883ebc5
commit
55f362c071
1
init.lua
1
init.lua
@ -405,7 +405,6 @@ minetest.register_abm({
|
||||
minetest.register_craft({
|
||||
output = "hopper:hopper",
|
||||
recipe = {
|
||||
{"default:steel_ingot", "", "default:steel_ingot"},
|
||||
{"default:steel_ingot", "default:chest", "default:steel_ingot"},
|
||||
{"", "default:steel_ingot", ""},
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user