Hi,
When I try using the DimensionType.create method, it just returns null. I don't know if that's the case with other enums, but I assume the RuntimeEnumExtender is not doing its job properly.
Here's my code :
registerWorld() :
registerWorld() is called from the FMLServerAboutToStartEvent event.
Here's my debug log :
Am I doing anything wrong?
Thanks in advance for your help!
Side note: I initially thought that (without the code and the logs) was enough for a github issue bug report, but I was wrong as these are used for final bug reports with logs and details. So I want to apologize for my mistake.
Edit : Replaced the log by the debug log and confirmed that this was on the latest version (166)