[๐]: Functional Storage compat completely screwed up (missing icons & overlapping recipes)
danaYatsuta opened this issue ยท 5 comments
Code of Conduct
- Always check you are using the latest version of the mods and its dependencies
- Remove mod that enhances Minecraft: Optifine, Sodium, others. The issue still persists.
- If you are unsure which mod is the culprit.
Disable all of your mods and enable them 1-2 mods each time to isolate the culprit - Confirm that there is no existing issue with a similar description submitted in the list of issues.
Version - Loader (DO NOT FORGET TO SELECT THE CORRECT VERSION)
1.21.1 - NEOFORGE
EveryCompat Version
2.11.4
Moonlight Lib Version
2.23.8
Issue with mods
Functional Storage
Issue Detail
For all wood types added by mods (at least by BoP and Regions Unexplored) and all drawers from Functional Storage, the following issues are present:
- Item icon is invisible (when actually placed the block renders correctly, though)
- Every drawer is craftable from every type of wood. With Polymorph this allows you to make any drawer from any type of wood (e.g. fir drawer from maple planks), without it all types of wood craft the same drawer (in my case, all planks crafted fir drawer)
Reproducible with minimal set of mods:
Maple planks from RU crafting into fir (from BoP) drawer:
OPTIONAL: Latest.log | Crash-report Attachment
OPTIONAL: To Produce
- Install mods listed above
- Log into a world
- Try crafting drawers out of modded planks
PARTIALLY FIXED in v2.11.5
Fixed the missing item for all drawers, but the recipe issue is tricky and will take some times.
FYI, this issue is half-fixed. Recipe issue is going to take some time to fix because I need to investigate a bit more.
CAUSE for RECIPE ISSUE
Found the cause of the recipe issue. Apparently, it's an issue on the mod's side. you can use Polymorph
what's the problem?
functionalstroage:oak_1 to oak_4 has a recipe that use an ingredient looking like this:
"type": "functionalstorage:woodless"
this is no different from "tag": "minecraft:planks" where the recipe allow you to use any planks with the tag to craft oak_1.
In other words, this is a simple conflicting recipes.