mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
Closes #1168
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:
parent
e282f56928
commit
33ccc7ead7
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ public class OreGen implements IWorldGenerator{
|
||||||
|
|
||||||
public OreGen(){
|
public OreGen(){
|
||||||
ActuallyAdditions.LOGGER.info("Registering World Generator...");
|
ActuallyAdditions.LOGGER.info("Registering World Generator...");
|
||||||
GameRegistry.registerWorldGenerator(this, 100);
|
GameRegistry.registerWorldGenerator(this, 10000);
|
||||||
MinecraftForge.TERRAIN_GEN_BUS.register(this);
|
MinecraftForge.TERRAIN_GEN_BUS.register(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue