1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2025-07-15 12:10:25 +02:00

remove unused recipes from furniture mod

some deleted altogether as redundant,
others moved to the proper mods.
This commit is contained in:
Vanessa Dannenberg
2021-03-26 23:21:37 -04:00
parent 950210a6e3
commit 0268767ac9
3 changed files with 26 additions and 162 deletions

View File

@ -1789,6 +1789,14 @@ unifieddyes.register_color_craft({
}
})
minetest.register_craft({
output = "homedecor:torch_wall 10",
recipe = {
{ "default:coal_lump" },
{ "default:steel_ingot" },
},
})
-- aliases
minetest.register_alias("chains:chain_top", "homedecor:chain_steel_top")