mt-mods / homedecor_modpack

home decor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kitchen Cabinet Recipes Broken

wsor4035 opened this issue · comments

Kitchen Cabinet Recipes Broken
The kitchen cabinet recipes are broken. I haven't been able to figure out why as there isn't any output in the console about it. I'm wondering if it is a bug in the engine. This in turn breaks recipes that depend on them, homedecor:wardrobe for example. The cabinets show up in the crafting guide, but show no recipe. I've tried changing their recipes, but no luck.

Edit: I tried changing recipe to following, but still doesn't work:

minetest.register_craft({
  type = "shapeless",
  output = "homedecor:kitchen_cabinet",
  recipe = {"homedecor:refrigerator_steel"},
})

Jordan Irwin
Jordan Irwin @AntumDeluge · 6 months ago
Author
I am re-opening this because there are still some cabinet recipes broken (plus others):

homedecor:kitchen_cabinet_colorable_granite
homedecor:kitchen_cabinet_colorable_with_drawers
homedecor:kitchen_cabinet_colorable_with_drawers_granite
homedecor:kitchen_cabinet_colorable_with_drawers_marble
homedecor:kitchen_cabinet_colorable_with_drawers_steel
homedecor:dishwasher
homedecor:drawer_small
homedecor:refrigerator_steel
homedecor:wardrobe (doesn't show up in craft guide)
I think these ones aren't actually meant to show up in craft guide, but listing them just in case:

homedecor:kitchen_cabinet_colored
homedecor:kitchen_cabinet_colored_granite
homedecor:kitchen_cabinet_colored_half
homedecor:kitchen_cabinet_colored_marble
homedecor:kitchen_cabinet_colored_steel
homedecor:kitchen_cabinet_colored_with_drawers
homedecor:kitchen_cabinet_colored_with_drawers_granite
homedecor:kitchen_cabinet_colored_with_drawers_marble
homedecor:kitchen_cabinet_colored_with_drawers_steel
homedecor:kitchen_cabinet_colored_with_sink
homedecor:microwave_oven_active
homedecor:oven_active
homedecor:oven_steel_active

it looks like these all works, however if you dont have technic and moreblocks installed, you will just see a unknown item. probably should add some compat code for these items (granite and marble topped cabinets)