The first lines mentioned it:
java.lang.NoSuchFieldError: seasons
at bl4ckscor3.mod.snowundertrees.SereneSeasonsHandler.tryMeltSnowUnderTrees
So snowundertrees is already using compatibility features for sereneseasons
But this issue indicates that both mod builds are not matching
(snowundertrees expecting functions from sereneseasons which are not available -> outdated build)
Welp, turns out what I was looking for was already there inside debug log 馃槅
The logs starting with [mixin/]: Mixing contain what I was looking for.
Not exactly the easiest way to grab the data I need, but nothing a bit of greping cannot fix
Recommended Posts