From b18a02b4b3b02160562d7af9e2a37ad57afaf256 Mon Sep 17 00:00:00 2001 From: Matt Caughey Date: Fri, 17 May 2013 07:10:39 -0400 Subject: [PATCH] Temporarily removed cloud generation from the Promised Land --- Planned Features.txt | 10 +++++++--- .../biomes/BiomeGenPromisedLandForest.java | 2 +- .../biomes/BiomeGenPromisedLandPlains.java | 2 +- .../biomes/BiomeGenPromisedLandSwamp.java | 2 +- 4 files changed, 10 insertions(+), 6 deletions(-) diff --git a/Planned Features.txt b/Planned Features.txt index edd9efc79..1642f9f15 100644 --- a/Planned Features.txt +++ b/Planned Features.txt @@ -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. --- diff --git a/src/minecraft/biomesoplenty/biomes/BiomeGenPromisedLandForest.java b/src/minecraft/biomesoplenty/biomes/BiomeGenPromisedLandForest.java index 41e31c35e..b47484893 100644 --- a/src/minecraft/biomesoplenty/biomes/BiomeGenPromisedLandForest.java +++ b/src/minecraft/biomesoplenty/biomes/BiomeGenPromisedLandForest.java @@ -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)); diff --git a/src/minecraft/biomesoplenty/biomes/BiomeGenPromisedLandPlains.java b/src/minecraft/biomesoplenty/biomes/BiomeGenPromisedLandPlains.java index f30c61bf1..74a53abda 100644 --- a/src/minecraft/biomesoplenty/biomes/BiomeGenPromisedLandPlains.java +++ b/src/minecraft/biomesoplenty/biomes/BiomeGenPromisedLandPlains.java @@ -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); diff --git a/src/minecraft/biomesoplenty/biomes/BiomeGenPromisedLandSwamp.java b/src/minecraft/biomesoplenty/biomes/BiomeGenPromisedLandSwamp.java index 731f31e01..16563dcac 100644 --- a/src/minecraft/biomesoplenty/biomes/BiomeGenPromisedLandSwamp.java +++ b/src/minecraft/biomesoplenty/biomes/BiomeGenPromisedLandSwamp.java @@ -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));