1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2025-12-14 20:58:28 +01:00

fix some crafts

This commit is contained in:
unknown
2022-08-02 23:47:22 -04:00
parent 97d4c65230
commit f4c0ea424a
4 changed files with 13 additions and 3 deletions

View File

@@ -79,6 +79,15 @@ homedecor.register("chains", {
_sound_def = {
key = "node_sound_stone_defaults",
},
crafts = {
{
output = "homedecor:chains 4",
recipe = {
{ "steel_ingot","" },
{ "homedecor:bars","homedecor:bars" },
},
}
}
})
minetest.register_alias("3dforniture:bars", "homedecor:bars")