forked from mtcontrib/homedecor_modpack
alternate recipe for cutlery
This commit is contained in:
parent
ce6aef53ed
commit
8b3260c57a
|
@ -2477,3 +2477,11 @@ minetest.register_craft( {
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
|
minetest.register_craft( {
|
||||||
|
output = "homedecor:cutlery_set",
|
||||||
|
recipe = {
|
||||||
|
{ "", "vessels:drinking_glass", "" },
|
||||||
|
{ "homedecor:steel_strip", "building_blocks:micro_marble_1", "homedecor:steel_strip" },
|
||||||
|
},
|
||||||
|
})
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user