[๐]: "Missing Wilds" and "Backpacked" interacting with "End's Phantasm" through EveryCompat errors
sheshells opened this issue ยท 2 comments
Before Continuing:
- 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
1.18.2
Loader
Forge
EveryCompat Version
everycomp-1.18.2-1.6.12
Moonlight Lib Version
selene-1.18.2-1.17.14
Issue with mods
Missing Wilds v1.1.0 (Latest release as of writing)
End's Phantasm v1.2.10.5 (Latest release as of writing)
Backpacked v2.1.13
Issue Detail
Note: this issue is similar to #589
The mod "End's Phantasm" includes log-like items called "Ebony Stem" and "Ebony Packed Stems" and their stripped counterparts. EveryCompat is correctly trying to create a "Fallen Log" variant of these blocks, an addition from the mod "Missing Wilds."
The issue is likely multifaceted:
- EveryCompat is trying to refer to "phantasm:ebony_stem" through "everycomp:msw/phantasm/fallen_ebony_log", note the mismatch of "stem" and "log."
- End's Phantasm's "Ebony Stem" and "Stripped Ebony Stem" are both not full blocks, which may result in any code trying to grab textures missing three fourths of its expected texture pulls. This could be solved by trying to grab the "Ebony Packed Stems" and "Stripped Ebony Packed Stems" textures for the Missing Wilds compat (but I don't know exactly how y'all generate these items).
Secondarily (and perhaps would be its own bug report but I'm saving some hassle sorry):
The mod "Backpacked" includes backpack shelves, which are shelves similar in texture to their corresponding planks. End's Phantasm's Ebony wood type is incorrectly rendered as the oak planks texture (likely as a failsafe I presume?).
I do not have any suggestions on why this second half of this report is occurring, I'm sorry. My only guess is that it has something in common with the above issue, hence its inclusion here.
OPTIONAL: Latest.log | Crash-report Attachment
No response
OPTIONAL: To Produce
No response
hmm. ๐ค It's possible to fix this. I need to take a look at the problem to know what's the cause and apply the fix.
UPDATE:
I see the problem. I can fix the displaying title from "log" to "Stem".