Goddnabmit. Yes, another world creation problem
I’m currently running
Forge build: 1.8.9-11.15.1.1902
Sponge build: 1.8.9-1890-4.2.0-BETA-1653
This is the error I get from the console:
And it seems to be failing when I try to register my world gen modifier:
https://github.com/El-minadero/OreVeins/blob/Remastered/OreVeins/src/main/java/net/kevinmendoza/oreveins/master/OreVeinsMain.java#L199
I believe I’ve implemented the modifier as per the docs just fine, but I could be wrong:
https://github.com/El-minadero/OreVeins/blob/Remastered/OreVeins/src/main/java/net/kevinmendoza/oreveins/worldhooks/OverWorldModifier.java
So what am I doing wrong here?