Shrubland bushes
This commit is contained in:
parent
e6c411d6a1
commit
e9043ea2db
3 changed files with 5 additions and 0 deletions
|
@ -93,6 +93,7 @@ public class EndFeatures {
|
||||||
public static final EndFeature LUMECORN = new EndFeature("lumecorn", new Lumecorn(), 5);
|
public static final EndFeature LUMECORN = new EndFeature("lumecorn", new Lumecorn(), 5);
|
||||||
public static final EndFeature LARGE_AMARANITA = new EndFeature("large_amaranita", new LargeAmaranitaFeature(), 5);
|
public static final EndFeature LARGE_AMARANITA = new EndFeature("large_amaranita", new LargeAmaranitaFeature(), 5);
|
||||||
public static final EndFeature LUCERNIA_BUSH = new EndFeature("lucernia_bush", new BushWithOuterFeature(EndBlocks.LUCERNIA_LEAVES, EndBlocks.LUCERNIA_OUTER_LEAVES, EndBlocks.LUCERNIA.bark), 10);
|
public static final EndFeature LUCERNIA_BUSH = new EndFeature("lucernia_bush", new BushWithOuterFeature(EndBlocks.LUCERNIA_LEAVES, EndBlocks.LUCERNIA_OUTER_LEAVES, EndBlocks.LUCERNIA.bark), 10);
|
||||||
|
public static final EndFeature LUCERNIA_BUSH_RARE = new EndFeature("lucernia_bush_rare", new BushWithOuterFeature(EndBlocks.LUCERNIA_LEAVES, EndBlocks.LUCERNIA_OUTER_LEAVES, EndBlocks.LUCERNIA.bark), 1);
|
||||||
public static final EndFeature NEON_CACTUS = new EndFeature("neon_cactus", new NeonCactusFeature(), 2);
|
public static final EndFeature NEON_CACTUS = new EndFeature("neon_cactus", new NeonCactusFeature(), 2);
|
||||||
|
|
||||||
// Plants //
|
// Plants //
|
||||||
|
|
|
@ -17,6 +17,7 @@ public class DryShrublandBiome extends EndBiome {
|
||||||
.setPlantsColor(237, 122, 66)
|
.setPlantsColor(237, 122, 66)
|
||||||
.setSurface(EndBlocks.RUTISCUS)
|
.setSurface(EndBlocks.RUTISCUS)
|
||||||
.setMusic(EndSounds.MUSIC_OPENSPACE)
|
.setMusic(EndSounds.MUSIC_OPENSPACE)
|
||||||
|
.addFeature(EndFeatures.LUCERNIA_BUSH_RARE)
|
||||||
.addFeature(EndFeatures.ORANGO)
|
.addFeature(EndFeatures.ORANGO)
|
||||||
.addFeature(EndFeatures.AERIDIUM)
|
.addFeature(EndFeatures.AERIDIUM)
|
||||||
.addFeature(EndFeatures.LUTEBUS)
|
.addFeature(EndFeatures.LUTEBUS)
|
||||||
|
|
|
@ -24,6 +24,9 @@ public class NeonOasisBiome extends EndBiome {
|
||||||
.addFeature(EndFeatures.NEON_CACTUS)
|
.addFeature(EndFeatures.NEON_CACTUS)
|
||||||
.addFeature(EndFeatures.UMBRELLA_MOSS)
|
.addFeature(EndFeatures.UMBRELLA_MOSS)
|
||||||
.addFeature(EndFeatures.CREEPING_MOSS)
|
.addFeature(EndFeatures.CREEPING_MOSS)
|
||||||
|
.addFeature(EndFeatures.CHARNIA_GREEN)
|
||||||
|
.addFeature(EndFeatures.CHARNIA_CYAN)
|
||||||
|
.addFeature(EndFeatures.CHARNIA_RED)
|
||||||
.addStructureFeature(StructureFeatures.END_CITY)
|
.addStructureFeature(StructureFeatures.END_CITY)
|
||||||
.addMobSpawn(EntityType.ENDERMAN, 50, 1, 2));
|
.addMobSpawn(EntityType.ENDERMAN, 50, 1, 2));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue