Set base biome to "void" to shut up warning. (#3194)

Fixes #3118
This commit is contained in:
fscan
2017-11-05 03:12:20 +01:00
committed by GitHub
parent fe5d9251eb
commit be65edbd5b
@@ -27,7 +27,7 @@ public class BiomeGenStorage extends Biome
public BiomeGenStorage()
{
super( new BiomeProperties( "Storage Cell" ).setRainDisabled().setTemperature( -100 ) );
super( new BiomeProperties( "Storage Cell" ).setBaseBiome( "void" ).setRainDisabled().setTemperature( -100 ) );
this.decorator.treesPerChunk = 0;
this.decorator.flowersPerChunk = 0;