Fixed biome registration for spatial storage cells.
Fixed matrix block conversion to air when transferring. Fixed biome initialization of new chunks.
This commit is contained in:
@@ -167,13 +167,16 @@ public final class Registration
|
||||
}
|
||||
|
||||
this.storageBiome = new BiomeGenStorage();
|
||||
Biome.registerBiome( config.storageBiomeID, "appliedenergistics2:storage_biome", this.storageBiome );
|
||||
config.save();
|
||||
}
|
||||
|
||||
if( !force && config.storageBiomeID != -1 )
|
||||
{
|
||||
this.storageBiome = new BiomeGenStorage();
|
||||
Biome.registerBiome( config.storageBiomeID, "appliedenergistics2:storage_biome", this.storageBiome );
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
if( config.storageProviderID != -1 )
|
||||
|
||||
Reference in New Issue
Block a user