mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2024-12-22 16:10:18 +01:00
changed alternate chains recipe
This commit is contained in:
parent
c293441426
commit
cb993bfd4b
@ -132,7 +132,7 @@ minetest.register_craft({
|
||||
minetest.register_craft({
|
||||
output = "homedecor:chains 4",
|
||||
recipe = {
|
||||
{ "glooptest:chainlink", "default:steel_ingot", "glooptest:chainlink"},
|
||||
{ "default:steel_ingot", "", "default:steel_ingot"},
|
||||
{ "glooptest:chainlink", "", "glooptest:chainlink" },
|
||||
{ "glooptest:chainlink", "", "glooptest:chainlink" },
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user