parent
0c438361e5
commit
46612e4e3c
1 changed files with 0 additions and 6 deletions
|
@ -1,7 +1,5 @@
|
|||
package buildcraft.energy.worldgen;
|
||||
|
||||
import java.util.Random;
|
||||
import net.minecraft.world.World;
|
||||
import net.minecraft.world.biome.BiomeGenDesert;
|
||||
import net.minecraftforge.common.BiomeDictionary;
|
||||
|
||||
|
@ -27,8 +25,4 @@ public class BiomeGenOilDesert extends BiomeGenDesert {
|
|||
setTemperatureRainfall(2.0F, 0.0F);
|
||||
setMinMaxHeight(0.1F, 0.2F);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void decorate(World par1World, Random par2Random, int par3, int par4) {
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue