From adb9f00a1545bfec05d4ddc02c22140452375e4e Mon Sep 17 00:00:00 2001 From: Frank Date: Sun, 9 Oct 2022 00:35:19 +0200 Subject: [PATCH] [Change] Re-Balanced End Lotus Features (#76) --- .../org/betterx/betterend/registry/EndFeatures.java | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) 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",