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",