probably, anyway, idk what weights other mods are using tho so whatever
This commit is contained in:
Shadows_of_Fire 2017-08-16 05:42:22 -04:00
parent e44b13c554
commit 2d3e90068f

View file

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