mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-26 00:38:35 +01:00
Closes #891
probably, anyway, idk what weights other mods are using tho so whatever
This commit is contained in:
parent
e44b13c554
commit
2d3e90068f
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ public class OreGen implements IWorldGenerator{
|
||||||
|
|
||||||
public OreGen(){
|
public OreGen(){
|
||||||
ModUtil.LOGGER.info("Registering World Generator...");
|
ModUtil.LOGGER.info("Registering World Generator...");
|
||||||
GameRegistry.registerWorldGenerator(this, 10);
|
GameRegistry.registerWorldGenerator(this, 100);
|
||||||
MinecraftForge.TERRAIN_GEN_BUS.register(this);
|
MinecraftForge.TERRAIN_GEN_BUS.register(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue