forked from mtcontrib/homedecor_modpack
changed alternate chains recipe
This commit is contained in:
parent
c293441426
commit
cb993bfd4b
@ -132,7 +132,7 @@ minetest.register_craft({
|
|||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = "homedecor:chains 4",
|
output = "homedecor:chains 4",
|
||||||
recipe = {
|
recipe = {
|
||||||
{ "glooptest:chainlink", "default:steel_ingot", "glooptest:chainlink"},
|
{ "default:steel_ingot", "", "default:steel_ingot"},
|
||||||
{ "glooptest:chainlink", "", "glooptest:chainlink" },
|
{ "glooptest:chainlink", "", "glooptest:chainlink" },
|
||||||
{ "glooptest:chainlink", "", "glooptest:chainlink" },
|
{ "glooptest:chainlink", "", "glooptest:chainlink" },
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user