I need advice for what I should make the final quest's reward. (Create Mod)
1 member has voted
1. I'm making a mod pack for my friends and I to play on, and i have quests. The last quest in the Create Mod category is very difficult and requires 71 quests prior but I need a reward.
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.