Conflict with voidscape mod.
Opened this issue · 3 comments
Conflict with voidscape mod. If you try to add the voidscape ores to the block esp, it adds an incorrect entry into the config json and stops the block esp page from being able to load the list of xray blocks or edit them until you close the game, delete the entry and reload the game.
Edit: Even if you manually give the entry a name, it still will not allow it to load properly.
Version of the game?
1.20.1 atm9. Sorry I should have thought to include that. the mod version is 2.7.7
The problem is voidscape mod uses anonymous classes for some of their blocks. For example voidic_crystal_ore
:
And google gson library I use for JSON serialization always skips anonymous classes:
And there is no way to override this behavior.
It seems like this simple issue is very hard to fix.