[๐]: Crashes with Wilder Wild on 1.20.1 Fabric
emihead opened this issue ยท 4 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.20.1
Loader
Fabric
EveryCompat Version
1.20-2.6.87
Moonlight Lib Version
1.20-2.13.21
Issue with mods
Wilder Wild 3.0.6-mc1.20.1
Issue Detail
Every Compat doesn't work at all with this mod.
On versions above 1.20-2.6.72, the game crashes at startup. The game works fine on version .72 and below. This is interesting considering .73 is the version where the compat with this mod was added. I suspect it may be outdated.
I'm using a minimal modpack with just EC, WW, libraries, and Handcrafted to generate variants.
This seems to be the main issue: java.lang.ClassNotFoundException: net.frozenblock.wilderwild.tag.WilderBlockTags
OPTIONAL: Latest.log | Crash-report Attachment
OPTIONAL: To Produce
- Install the aforementioned mods
- Launch the game
This seems to be the main issue: java.lang.ClassNotFoundException: net.frozenblock.wilderwild.tag.WilderBlockTags
You are correct. I don't have to investigate. I already know what's the problem.
WilderBlockTags
is now changed to WWBlockTags
. This mean the changed code is back-ported from 1.21 (that's how i know)
for now downgrade to WilderWild's older version, and it will work fine on your side.
It seems to be that the latest working version of WW is from a large number of updates ago, which is really unfortunate.
There's no rush, but do let me know if/when you end up backporting the fixes. I tried editing and building the mod from source myself but I greatly underestimated how much goes into a seemingly small change like that.
I greatly underestimated how much goes into a seemingly small change like that.
make that two, i too underestimated that even a small change can cause a crash. sigh
It's not much of works to fix the problem. no worries