1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2025-08-06 05:20:17 +02:00

add brass and steel chainlinks, recipe changes...

if glooptest is not installed, an alias is added to equate homedecor
steel chainlinks to glooptest's, for compatibility.

The six-steel-ingot wall chain recipe is no longer to make wall chains.
Instead, if glooptest is not installed, this recipe is used to make
chain *links*.

Whether glooptest is installed or not, the steel chainlinks are still
used along with steel ingots, to make wall chains as before.
This commit is contained in:
Vanessa Ezekowitz
2014-08-25 18:24:36 -04:00
parent 5405b71a05
commit 0afd5b9b2c
4 changed files with 44 additions and 18 deletions

View File

@ -219,24 +219,6 @@ minetest.register_craft({
},
})
minetest.register_craft({
output = "homedecor:chains 4",
recipe = {
{"","default:steel_ingot","default:steel_ingot"},
{ "default:steel_ingot","", "default:steel_ingot" },
{ "default:steel_ingot", "default:steel_ingot", "" },
},
})
minetest.register_craft({
output = "homedecor:chains 4",
recipe = {
{ "default:steel_ingot", "", "default:steel_ingot"},
{ "glooptest:chainlink", "", "glooptest:chainlink" },
{ "glooptest:chainlink", "", "glooptest:chainlink" },
},
})
minetest.register_craft({
output = "homedecor:torch_wall 10",
recipe = {