From faa94911efe8a3069148eb3acd72b7e9d23879fc Mon Sep 17 00:00:00 2001 From: Frank Date: Sat, 9 Jul 2022 05:19:15 +0200 Subject: [PATCH] Some value balancing for blossoming spires --- .../org/betterx/betterend/registry/EndFeatures.java | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/main/java/org/betterx/betterend/registry/EndFeatures.java b/src/main/java/org/betterx/betterend/registry/EndFeatures.java index 308e5b12..600fb65e 100644 --- a/src/main/java/org/betterx/betterend/registry/EndFeatures.java +++ b/src/main/java/org/betterx/betterend/registry/EndFeatures.java @@ -187,7 +187,7 @@ public class EndFeatures { public static final BCLFeature TENANEA = registerVegetation( "tenanea", inlineBuild("tenanea", new TenaneaFeature()), - 2 + 3 ); public static final BCLFeature HELIX_TREE = registerVegetation( "helix_tree", @@ -237,7 +237,7 @@ public class EndFeatures { public static final BCLFeature TENANEA_BUSH = registerVegetation( "tenanea_bush", inlineBuild("tenanea_bush", new TenaneaBushFeature()), - 6 + 12 ); public static final BCLFeature LUMECORN = registerVegetation( "lumecorn", @@ -395,10 +395,10 @@ public class EndFeatures { "blossom_berry", new SinglePlantFeatureConfig( EndBlocks.BLOSSOM_BERRY, - 3, - 3 + 4, + 4 ), - 2 + 3 ); public static final BCLFeature BLOOMING_COOKSONIA = registerVegetation( "blooming_cooksonia", @@ -548,7 +548,7 @@ public class EndFeatures { public static final BCLFeature BULB_VINE = registerVegetation( "bulb_vine", VINE_FEATURE, new VineFeatureConfig(EndBlocks.BULB_VINE, 24), - 3 + 5 ); public static final BCLFeature JUNGLE_VINE = registerVegetation( "jungle_vine",