Mushroom density

This commit is contained in:
paulevsGitch 2020-10-01 14:58:07 +03:00
parent ae417839a0
commit 38bb852b4e
2 changed files with 1 additions and 1 deletions

View file

@ -8,7 +8,7 @@ import ru.betterend.world.features.SinglePlantFeature;
public class FeatureRegistry { public class FeatureRegistry {
// Trees // // Trees //
public static final EndFeature MOSSY_GLOWSHROOM = new EndFeature("mossy_glowshroom", new MossyGlowshroomFeature(), 1); public static final EndFeature MOSSY_GLOWSHROOM = new EndFeature("mossy_glowshroom", new MossyGlowshroomFeature(), 2);
// Plants // // Plants //
public static final EndFeature UMBRELLA_MOSS = new EndFeature("umbrella_moss", new DoublePlantFeature(BlockRegistry.UMBRELLA_MOSS, BlockRegistry.UMBRELLA_MOSS_TALL, 5), 5); public static final EndFeature UMBRELLA_MOSS = new EndFeature("umbrella_moss", new DoublePlantFeature(BlockRegistry.UMBRELLA_MOSS, BlockRegistry.UMBRELLA_MOSS_TALL, 5), 5);

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB