Removed tree and unfinished biome
This commit is contained in:
parent
760d0a1099
commit
49bf8441e6
26 changed files with 39 additions and 237 deletions
|
@ -1,24 +0,0 @@
|
|||
package ru.betterend.world.biome;
|
||||
|
||||
import net.minecraft.entity.EntityType;
|
||||
import ru.betterend.registry.EndBlocks;
|
||||
import ru.betterend.registry.EndFeatures;
|
||||
import ru.betterend.registry.EndSounds;
|
||||
|
||||
public class CapsacisForestBiome extends EndBiome {
|
||||
public CapsacisForestBiome() {
|
||||
super(new BiomeDefinition("capsacis_forest")
|
||||
.setSurface(EndBlocks.CHORUS_NYLIUM)
|
||||
.setMusic(EndSounds.MUSIC_FOREST)
|
||||
.setWaterAndFogColor(84, 61, 127)
|
||||
.setFoliageColor(71, 45, 120)
|
||||
.setFogColor(78, 71, 92)
|
||||
.setFogDensity(1.5F)
|
||||
.addFeature(EndFeatures.CAPSACIS)
|
||||
.addFeature(EndFeatures.PURPLE_POLYPORE)
|
||||
.addFeature(EndFeatures.TAIL_MOSS_WOOD)
|
||||
.addFeature(EndFeatures.TAIL_MOSS)
|
||||
.addFeature(EndFeatures.CHORUS_GRASS)
|
||||
.addMobSpawn(EntityType.ENDERMAN, 50, 1, 4));
|
||||
}
|
||||
}
|
|
@ -1,18 +0,0 @@
|
|||
package ru.betterend.world.biome;
|
||||
|
||||
import net.minecraft.entity.EntityType;
|
||||
import ru.betterend.registry.EndBlocks;
|
||||
import ru.betterend.registry.EndSounds;
|
||||
|
||||
public class HangingGardensBiome extends EndBiome {
|
||||
public HangingGardensBiome() {
|
||||
super(new BiomeDefinition("hanging_gardens")
|
||||
.setSurface(EndBlocks.SHADOW_GRASS, EndBlocks.CHORUS_NYLIUM)
|
||||
.setMusic(EndSounds.MUSIC_FOREST)
|
||||
.setWaterAndFogColor(84, 61, 127)
|
||||
.setFoliageColor(71, 45, 120)
|
||||
.setFogColor(78, 71, 92)
|
||||
.setFogDensity(1.5F)
|
||||
.addMobSpawn(EntityType.ENDERMAN, 50, 1, 4));
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue