1
Generation problem [FIXED]
So, I made an ore generator. However, whenever i try to make a new world with the generator, i crash. source: https://github.com/adudewithapc/PeopleMod
I only committed the necessary files, so some stuff will be missing.
I only committed the necessary files, so some stuff will be missing.
7
From the code I can see, you don't ever seem to call People_Gen.initialize(). You'll need to initialize that in order for the world gen to work.
Or:
You can just do:
In your initializegen function in the Registry Class. It'll save a class as well.
Or:
You can just do:
GameRegistry.registerWorldGenerator(new WorldGenAmber());In your initializegen function in the Registry Class. It'll save a class as well.
Oh >.< Im so stupid. Completely forgot about that. Thanks
Is your mod made to be 1.6.4?
Yes
It's quite hard to help without the crash log, because we won't know why it's crashing. When we know why it's crashing, the cause will be easier to find.
isnt the cause the same as why its crashing anyway?:P
