changed alternate chains recipe

This commit is contained in:
Vanessa 2013-03-26 22:50:43 -04:00
parent c293441426
commit cb993bfd4b
1 changed files with 1 additions and 1 deletions

View File

@ -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" },
}, },