monk-afk / SquareOne

Things relating to SquareOne
monk.moe:30023
MIT License
0 stars 0 forks source link

[Bug] missing items from craft recipes #8

Closed monk-afk closed 5 months ago

monk-afk commented 6 months ago

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.

monk-afk commented 6 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"

monk-afk commented 6 months ago

Issue is related to incompatibility with sfinv, image

works fine with unified_inventory image

monk-afk commented 5 months ago

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 commented 5 months ago

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 commented 5 months ago

done, kitchen cabinets are also back in-game