Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kitchen Cabinet Recipes Broken #4

Open
wsor4035 opened this issue Nov 27, 2021 · 2 comments
Open

Kitchen Cabinet Recipes Broken #4

wsor4035 opened this issue Nov 27, 2021 · 2 comments

Comments

@wsor4035
Copy link
Collaborator

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"},
})
@wsor4035
Copy link
Collaborator Author

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

@wsor4035 wsor4035 changed the title ported issue Kitchen Cabinet Recipes Broken Nov 27, 2021
@wsor4035
Copy link
Collaborator Author

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)

@wsor4035 wsor4035 linked a pull request Apr 2, 2022 that will close this issue
35 tasks
@wsor4035 wsor4035 removed a link to a pull request Apr 29, 2022
35 tasks
@wsor4035 wsor4035 mentioned this issue Sep 2, 2022
25 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant