Json Things

Json Things

346k Downloads

[1.20] Startup crash

MelanX opened this issue ยท 3 comments

commented

MC 1.20.1
Forge 47.1.0
Json Things 0.8.8

latest.log + crash report: https://gist.github.com/MelanX/6bd0ec196e5fa74ea556a1b4c7962ce4

How to reproduce?

  1. Create a new Forge instance (not in dev env)
  2. Install Json Things
  3. Start game
  4. Wait for it

This only happens in 1.20.1. The field the stacktracing is referencing to is LOGGER. Probably something related to https://github.com/gigaherz/JsonThings/blob/master/src/main/java/dev/gigaherz/jsonthings/things/parsers/ThingParser.java#L38

commented

It seems like it's a glitch in the reobf process, which doesn't realize static fields shouldn't inherit reobf renames from the parent class.
I have fixed it either way. Will release in a few hours when I can finish another thing.

commented

Should be fixed in 0.9.0