Particles
This commit is contained in:
parent
ce4405f3ea
commit
7b04991a7c
7 changed files with 102 additions and 3 deletions
|
@ -2,6 +2,7 @@ package ru.betterend.world.biome;
|
|||
|
||||
import ru.betterend.registry.BlockRegistry;
|
||||
import ru.betterend.registry.FeatureRegistry;
|
||||
import ru.betterend.registry.ParticleRegistry;
|
||||
|
||||
public class BiomeFoggyMushroomland extends EndBiome {
|
||||
public BiomeFoggyMushroomland() {
|
||||
|
@ -11,6 +12,7 @@ public class BiomeFoggyMushroomland extends EndBiome {
|
|||
.setWaterColor(119, 227, 250)
|
||||
.setWaterFogColor(119, 227, 250)
|
||||
.setSurface(BlockRegistry.END_MOSS, BlockRegistry.END_MYCELIUM)
|
||||
.setParticles(ParticleRegistry.TEST, 0.001F)
|
||||
.addFeature(FeatureRegistry.ENDER_ORE)
|
||||
.addFeature(FeatureRegistry.END_LAKE)
|
||||
.addFeature(FeatureRegistry.MOSSY_GLOWSHROOM)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue