Violecite layer in shadow forest
This commit is contained in:
parent
8fbbe2b3e0
commit
7dbea96c46
2 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
loader_version=0.10.6+build.214
|
||||
|
||||
# Mod Properties
|
||||
mod_version = 0.6.0-beta
|
||||
mod_version = 0.6.1-beta
|
||||
maven_group = ru.betterend
|
||||
archives_base_name = better-end
|
||||
|
||||
|
|
|
@ -20,6 +20,7 @@ public class BiomeShadowForest extends EndBiome {
|
|||
.setParticles(ParticleTypes.MYCELIUM, 0.01F)
|
||||
.setLoop(EndSounds.AMBIENT_CHORUS_FOREST)
|
||||
.setMusic(EndSounds.SHADOW_FOREST)
|
||||
.addFeature(EndFeatures.VIOLECITE_LAYER)
|
||||
.addFeature(EndFeatures.END_LAKE_RARE)
|
||||
.addFeature(EndFeatures.DRAGON_TREE)
|
||||
.addFeature(EndFeatures.DRAGON_TREE_BUSH)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue