Tech Reborn

Tech Reborn

30M Downloads

[1.9] NPE when generating a new world

w00tc0d3 opened this issue ยท 7 comments

commented

Hello,

TechReborn crashes my world with a NPE when trying to generate the world. The problem is in this for-loop: https://github.com/TechReborn/TechReborn/blob/1.9/src/main/java/techreborn/world/TechRebornWorldGen.java#L222 . I'll try to debug it.

commented

Mind posting the log?

commented

Also mind posting ores.hjson from the config?

commented

@ProfessorProspector removed some ores, and might not have removed them from the world gen

commented

I can add some checks to make sure the ores are valid, if not remove them. So I will leave this open

commented

@modmuss50 Deleting the config folder worked. I recommend auto-regenerating the json files after the latest update. :)

commented

Oh yeah, this is my bad. Removing ores is fun :P

commented

Hey @modmuss50, would it be possible to allow any block to be generated with the config?