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

@ -199,7 +199,7 @@ end
minetest.register_craft( {
output = "homedecor:wardrobe",
recipe = {
{ "homedecor:drawer_small", "homedecor:kitchen_cabinet" },
{ "homedecor:drawer_small", "homedecor:kitchen_cabinet_colorable" },
{ "homedecor:drawer_small", "group:wood" },
{ "homedecor:drawer_small", "group:wood" }
},