If it doesnt, well, I don't think I can do anything about other mods
generating in that space;  maybe move it to the deco event.
This commit is contained in:
Shadows_of_Fire 2018-09-26 03:56:33 -04:00
parent e282f56928
commit 33ccc7ead7

View file

@ -57,7 +57,7 @@ public class OreGen implements IWorldGenerator{
public OreGen(){
ActuallyAdditions.LOGGER.info("Registering World Generator...");
GameRegistry.registerWorldGenerator(this, 100);
GameRegistry.registerWorldGenerator(this, 10000);
MinecraftForge.TERRAIN_GEN_BUS.register(this);
}