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:
@ -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 = {
|
||||
|
Reference in New Issue
Block a user