Website Name Fix.
Meteorite Spawns tweaked and chest contents tweaked. Catch Dimension Registration.
This commit is contained in:
@@ -27,7 +27,14 @@ public class PacketNewStorageDimension extends AppEngPacket
|
||||
@SideOnly(Side.CLIENT)
|
||||
public void clientPacketData(INetworkInfo network, AppEngPacket packet, EntityPlayer player)
|
||||
{
|
||||
DimensionManager.registerDimension( newDim, AEConfig.instance.storageProviderID );
|
||||
try
|
||||
{
|
||||
DimensionManager.registerDimension( newDim, AEConfig.instance.storageProviderID );
|
||||
}
|
||||
catch (IllegalArgumentException iae)
|
||||
{
|
||||
// ok!
|
||||
}
|
||||
}
|
||||
|
||||
// api
|
||||
|
||||
Reference in New Issue
Block a user