diff --git a/src/main/java/org/betterx/betterend/registry/EndFeatures.java b/src/main/java/org/betterx/betterend/registry/EndFeatures.java index 600fb65e..9a487cce 100644 --- a/src/main/java/org/betterx/betterend/registry/EndFeatures.java +++ b/src/main/java/org/betterx/betterend/registry/EndFeatures.java @@ -150,6 +150,11 @@ public class EndFeatures { new EndLotusFeature() ); + public static final EndLotusLeafFeature END_LOTUS_LEAF_FEATURE = inlineBuild( + "end_lotus_leaf_feature", + new EndLotusLeafFeature() + ); + public static final BushFeature BUSH_FEATURE = inlineBuild( "bush_feature", new BushFeature() @@ -712,12 +717,12 @@ public class EndFeatures { "end_lotus", END_LOTUS_FEATURE, new ScatterFeatureConfig(7), - 5 + 6 ); - public static final BCLFeature END_LOTUS_LEAF = registerVegetation( + public static final BCLFeature END_LOTUS_LEAF = registerVegetation( "end_lotus_leaf", - END_LOTUS_FEATURE, new ScatterFeatureConfig(20), - 25 + END_LOTUS_LEAF_FEATURE, new ScatterFeatureConfig(20), + 4 ); public static final BCLFeature HYDRALUX = registerVegetation( "hydralux",