fix some crafts

This commit is contained in:
unknown
2022-08-02 23:47:22 -04:00
committed by Buckaroo Banzai
parent 97d4c65230
commit 0a605bdb96
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")