Renamed constants

This commit is contained in:
thatsIch
2015-01-01 22:13:10 +01:00
parent e0175bac98
commit 52c512635d
118 changed files with 511 additions and 508 deletions
@@ -71,7 +71,7 @@ public class GrinderRecipeManager implements IGrinderRegistry, IOreListener
this.addIngot( "Wheat", new ItemStack( Items.wheat ) );
OreDictionaryHandler.instance.observe( this );
OreDictionaryHandler.INSTANCE.observe( this );
}
@Override
@@ -127,7 +127,7 @@ public class MatterCannonAmmoRegistry implements IOreListener, IMatterCannonAmmo
}
public MatterCannonAmmoRegistry() {
OreDictionaryHandler.instance.observe( this );
OreDictionaryHandler.INSTANCE.observe( this );
this.registerAmmo( new ItemStack( Items.gold_nugget ), 196.96655 );
}
@@ -124,7 +124,7 @@ public class RegistryContainer implements IRegistryContainer
@Override
public IWorldGen worldgen()
{
return WorldGenRegistry.instance;
return WorldGenRegistry.INSTANCE;
}
}
@@ -39,7 +39,7 @@ public class WorldGenRegistry implements IWorldGen
final TypeSet[] types;
static final public WorldGenRegistry instance = new WorldGenRegistry();
static final public WorldGenRegistry INSTANCE = new WorldGenRegistry();
private WorldGenRegistry() {