Temporarily removed cloud generation from the Promised Land

This commit is contained in:
Matt Caughey 2013-05-17 07:10:39 -04:00
parent 851e0816be
commit b18a02b4b3
4 changed files with 10 additions and 6 deletions

View File

@ -4,17 +4,21 @@ Rock: Small rock that has a random size. Uses the vanilla stone texture.
Pinecone: Pinecone that grows under spruce and fir leaves. No use yet.
Coconut: Grows on palm trees. Drops 2 coconut halves when broken with an axe.
Origin Blocks: Planks, Gravel, Cobblestone, Mossy Cobblestone, Bricks, Block of Diamond, Block of Gold, Block of Iron, Lapis Lazuli Block
Originator: Used to turn certain blocks into previous forms. Requires Origin Essence to use.
Alpha Essence Ore: Found in the Promised Land. Requires an Amethyst pickaxe to mine.
Omega Essence Ore: Found in the Nether. Requires and Amethyst pickaxe to mine.
---
ITEMS:
Coconut Halves: Coconuts drop 2 when broken with an axe. Restores 2 hunger points each.
Alpha Essence: Mined from Alpha Essence Ore.
Omega Essence: Mined from Omega Essence Ore.
---

View File

@ -51,7 +51,7 @@ public class BiomeGenPromisedLandForest extends BiomeGenBase
this.spawnableMonsterList.clear();
this.spawnableCaveCreatureList.clear();
this.customBiomeDecorator.generatePumpkins = false;
this.customBiomeDecorator.generateClouds = true;
//this.customBiomeDecorator.generateClouds = true;
//this.customBiomeDecorator.generateLakes = false;
this.theWorldGenerator = new WorldGenWaterSpring(Block.waterMoving.blockID, 8);
/*this.spawnableMonsterList.add(new SpawnListEntry(EntityCow.class, 6, 1, 4));

View File

@ -49,7 +49,7 @@ public class BiomeGenPromisedLandPlains extends BiomeGenBase
this.spawnableMonsterList.clear();
this.spawnableCaveCreatureList.clear();
this.customBiomeDecorator.generatePumpkins = false;
this.customBiomeDecorator.generateClouds = true;
//this.customBiomeDecorator.generateClouds = true;
//this.customBiomeDecorator.generateLakes = false;
this.theWorldGenerator = new WorldGenWaterSpring(Block.waterMoving.blockID, 8);

View File

@ -52,7 +52,7 @@ public class BiomeGenPromisedLandSwamp extends BiomeGenBase
this.spawnableMonsterList.clear();
this.spawnableCaveCreatureList.clear();
this.customBiomeDecorator.generatePumpkins = false;
this.customBiomeDecorator.generateClouds = true;
//this.customBiomeDecorator.generateClouds = true;
//this.customBiomeDecorator.generateLakes = false;
this.theWorldGenerator = new WorldGenWaterSpring(Block.waterMoving.blockID, 8);
/*this.spawnableMonsterList.add(new SpawnListEntry(EntityPig.class, 4, 1, 4));