diff --git a/Planned Features.txt b/Planned Features.txt index 7695d5966..337679f42 100644 --- a/Planned Features.txt +++ b/Planned Features.txt @@ -1,51 +1,53 @@ BLOCKS: -Rock: Small rock that has a random size. Uses the vanilla stone texture. +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. +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. +Coconut: Grows on palm trees. Drops 2 coconut halves when broken with an axe. -Berry Bush: Drops a berry when broken or right clicked. +Berry Bush: Drops a berry when broken or right clicked. -Glowshroom: Appears in the Mystic Grove and Fungi Forest, both above and below ground. +Glowshroom: Appears in the Mystic Grove and Fungi Forest, both above and below ground. --- ITEMS: -Coconut Halves: Coconuts drop 2 when broken with an axe. Restores 2 hunger points each. +Coconut Halves: Coconuts drop 2 when broken with an axe. Restores 2 hunger points each. -Berry: Dropped from berry bushes. Restores 1/2 a hunger point. +Berry: Dropped from berry bushes. Restores 1/2 a hunger point. -Cherry: Dropped from cherry tree leaves when broken or right clicked. +Cherry: Dropped from cherry tree leaves when broken or right clicked. --- NETHER BIOMES: -Undergarden: Bramble, nether wart, giant/small mushrooms, hellstem plant. +Undergarden: Bramble, nether wart, giant/small mushrooms, hellstem plant, glowpines. -Deathly Desert: Soulsand, thorns, dead bushes. +Corrupted Sands: Soulsand, thorns, dead bushes. -Lethal Lavafalls: Lots of lavafalls and lava ponds. +Phantasmagoric Inferno: Lots of lavafalls and lava ponds. -Glowpines: A forest with pine trees made of glowstone hanging from the ceiling, with some scattered on the surface. +Aphotic Abyss: Large, empty pits that go into the void. Lots of mobs will spawn here. + +Parasitic Heap: A living, breathing biome where a parasitic block slowly engulfs netherrack. --- OCEAN BIOMES: -Coral Reef: Different types of coral, with reef stone on the ocean floor. +Coral Reef: Different types of coral, with reef stone on the ocean floor. -Kelp Forest: Lots and lots of kelp with varying heights. +Kelp Forest: Lots and lots of kelp with varying heights. --- UNDERGROUND BIOMES (If possible): -Crystal Caverns: Purple, translucent crystals growing around the cavern. +Crystal Caverns: Purple, translucent crystals growing around the cavern. -Flooded Caverns: Lots of water springs and ponds. +Flooded Caverns: Lots of water springs and ponds. -Overgrown Caverns: Vines hanging from the ceiling, small shrubs, and lots of mushrooms. \ No newline at end of file +Overgrown Caverns: Vines hanging from the ceiling, small shrubs, and lots of mushrooms. \ No newline at end of file diff --git a/src/minecraft/biomesoplenty/worldgen/WorldGenApple.java b/src/minecraft/biomesoplenty/worldgen/WorldGenApple.java index f44ea635a..6896092cf 100644 --- a/src/minecraft/biomesoplenty/worldgen/WorldGenApple.java +++ b/src/minecraft/biomesoplenty/worldgen/WorldGenApple.java @@ -98,7 +98,7 @@ public class WorldGenApple extends WorldGenerator if (var99 == 0) { - this.setBlockAndMetadata(par1World, var12, var16, var14, Blocks.leavesFruit.get().blockID, 3); + this.setBlockAndMetadata(par1World, var12, var16, var14, Blocks.leavesFruit.get().blockID, 1); } else { diff --git a/src/minecraft/mods/BiomesOPlenty/textures/blocks/berrybush.png b/src/minecraft/mods/BiomesOPlenty/textures/blocks/berrybush.png new file mode 100644 index 000000000..1b09126a6 Binary files /dev/null and b/src/minecraft/mods/BiomesOPlenty/textures/blocks/berrybush.png differ diff --git a/src/minecraft/mods/BiomesOPlenty/textures/blocks/leaves_apple1_fancy.png b/src/minecraft/mods/BiomesOPlenty/textures/blocks/leaves_apple1_fancy.png index 718d4e1fb..86a55f4e5 100644 Binary files a/src/minecraft/mods/BiomesOPlenty/textures/blocks/leaves_apple1_fancy.png and b/src/minecraft/mods/BiomesOPlenty/textures/blocks/leaves_apple1_fancy.png differ diff --git a/src/minecraft/mods/BiomesOPlenty/textures/blocks/leaves_apple1_fast.png b/src/minecraft/mods/BiomesOPlenty/textures/blocks/leaves_apple1_fast.png index 5465874d6..ce5cc844f 100644 Binary files a/src/minecraft/mods/BiomesOPlenty/textures/blocks/leaves_apple1_fast.png and b/src/minecraft/mods/BiomesOPlenty/textures/blocks/leaves_apple1_fast.png differ diff --git a/src/minecraft/mods/BiomesOPlenty/textures/blocks/leaves_apple2_fancy.png b/src/minecraft/mods/BiomesOPlenty/textures/blocks/leaves_apple2_fancy.png index 76f239b6e..492a900e4 100644 Binary files a/src/minecraft/mods/BiomesOPlenty/textures/blocks/leaves_apple2_fancy.png and b/src/minecraft/mods/BiomesOPlenty/textures/blocks/leaves_apple2_fancy.png differ diff --git a/src/minecraft/mods/BiomesOPlenty/textures/blocks/leaves_apple2_fast.png b/src/minecraft/mods/BiomesOPlenty/textures/blocks/leaves_apple2_fast.png index 3963a9632..c500aaf3e 100644 Binary files a/src/minecraft/mods/BiomesOPlenty/textures/blocks/leaves_apple2_fast.png and b/src/minecraft/mods/BiomesOPlenty/textures/blocks/leaves_apple2_fast.png differ