Closed monk-afk closed 5 months ago
recipe is missing from in-game,
items = { "default:brick", "unifieddyes:white_paint", "unifieddyes:white_paint", "unifieddyes:grey_paint" }, output = "unifiedbricks:brickblock_multicolor_light"
Issue is related to incompatibility with sfinv,
works fine with unified_inventory
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
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.
done, kitchen cabinets are also back in-game
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.