DoomedFabric
A place to collect all my horrible "library" ideas and even worse implementations. Truth Jokes aside, this is going to be a collection of Codesnippets that take some of the tedium out of Modding. It also contains temporary solutions to problems that exist when new versions come out, such as the changes to Biomes in 1.16.2 that completely broke oregen for a while (not sure if it's still broken, I'm just too lazy to update the description everytime some minor updates happen)
Upon first install this mod failed to create its config directory. Here's the stacktrace and a couple log lines if you want/need it
In reply to sschr15:
Hey, thanks for the report. I have a couple of questions though. A) did the mod manage to create the config file on subsequent launches? B) Did this lead to a crash of the game?
As the file is used to decide whether one of the mixins should load, I found that sometimes the game is unable to create files that early in the launch phase, although I haven't found a reason/fix yet. This warning is meant more as a heads up that default values will be used, although thinking about it I should probably make that more clear.