diff --git a/src/main/java/ru/betterend/registry/FeatureRegistry.java b/src/main/java/ru/betterend/registry/FeatureRegistry.java index 97a39ce8..34eedbc8 100644 --- a/src/main/java/ru/betterend/registry/FeatureRegistry.java +++ b/src/main/java/ru/betterend/registry/FeatureRegistry.java @@ -8,7 +8,7 @@ import ru.betterend.world.features.SinglePlantFeature; public class FeatureRegistry { // 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 // public static final EndFeature UMBRELLA_MOSS = new EndFeature("umbrella_moss", new DoublePlantFeature(BlockRegistry.UMBRELLA_MOSS, BlockRegistry.UMBRELLA_MOSS_TALL, 5), 5); diff --git a/src/main/resources/assets/betterend/textures/block/mossy_glowshroom_door_side.png b/src/main/resources/assets/betterend/textures/block/mossy_glowshroom_door_side.png new file mode 100644 index 00000000..f3844b56 Binary files /dev/null and b/src/main/resources/assets/betterend/textures/block/mossy_glowshroom_door_side.png differ