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

[Bug] missing items from craft recipes #8

Closed
28 tasks done
monk-afk opened this issue May 12, 2024 · 5 comments
Closed
28 tasks done

[Bug] missing items from craft recipes #8

monk-afk opened this issue May 12, 2024 · 5 comments
Assignees
Labels
bug Something isn't working

Comments

@monk-afk
Copy link
Owner

monk-afk commented May 12, 2024

Rewriting item and node definitions manually, either to be separated from homedecor or merged. If merged, caution must be taken when updating the mod. If separated, aliases must be created to avoid breaking in-game items.

  • homedecor:ground_lantern_0
  • homedecor:lattice_lantern_large_0
  • homedecor:lattice_lantern_small_0
  • homedecor:ceiling_lamp_0
  • homedecor:plasma_lamp_0
  • homedecor:hanging_lantern_0
  • homedecor:ceiling_lantern_0
  • homedecor:desk_lamp_0
  • homedecor:plasma_ball_off
  • homedecor:plasma_ball_on
  • homedecor:wall_lamp_off
  • homedecor:wall_lamp_on
  • homedecor:standing_lamp_0
  • homedecor:table_lamp_0
  • homedecor:glowlight_small_cube_0
  • homedecor:glowlight_quarter_0
  • homedecor:glowlight_half_0
  • homedecor:kitchen_cabinet_colored
  • homedecor:kitchen_cabinet_colored_with_drawers
  • homedecor:kitchen_cabinet_colored_with_sink
  • homedecor:kitchen_cabinet_colored_half
  • homedecor:kitchen_cabinet_colored_with_drawers_granite
  • homedecor:kitchen_cabinet_colored_granite
  • homedecor:kitchen_cabinet_colored_marble
  • homedecor:kitchen_cabinet_colored_with_drawers_marble
  • homedecor:kitchen_cabinet_colored_steel
  • homedecor:kitchen_cabinet_colored_with_drawers_steel
  • homedecor:toilet_open --> building_blocks:Marble
@monk-afk monk-afk added the bug Something isn't working label May 12, 2024
@monk-afk monk-afk self-assigned this May 12, 2024
@monk-afk
Copy link
Owner Author

recipe is missing from in-game,

items = {
"default:brick",
"unifieddyes:white_paint",
"unifieddyes:white_paint",
"unifieddyes:grey_paint"
},
output = "unifiedbricks:brickblock_multicolor_light"

@monk-afk
Copy link
Owner Author

Issue is related to incompatibility with sfinv,
image

works fine with unified_inventory
image

@monk-afk
Copy link
Owner Author

A fix for the missing Lighting recipes is available and ready to be applied to the server. It didn't involve rewriting the mod. Attached is the hard-code rewrite of the homedecor_lighting mod anyway
homedeco_lights.tar.gz

Will continue looking into the cabinets and bricks recipes

@monk-afk
Copy link
Owner Author

Related: If dye recipes are registered after the base craft recipe, the ordering of the available outputs will show the died item first.

Move dye registrations above the base item registration, and the base item will be shown first.

@monk-afk
Copy link
Owner Author

done, kitchen cabinets are also back in-game

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant