[Change] Re-Balanced End Lotus Features (#76)

This commit is contained in:
Frank 2022-10-09 00:35:19 +02:00
parent 7687039704
commit adb9f00a15

View file

@ -150,6 +150,11 @@ public class EndFeatures {
new EndLotusFeature() new EndLotusFeature()
); );
public static final EndLotusLeafFeature END_LOTUS_LEAF_FEATURE = inlineBuild(
"end_lotus_leaf_feature",
new EndLotusLeafFeature()
);
public static final BushFeature BUSH_FEATURE = inlineBuild( public static final BushFeature BUSH_FEATURE = inlineBuild(
"bush_feature", "bush_feature",
new BushFeature() new BushFeature()
@ -712,12 +717,12 @@ public class EndFeatures {
"end_lotus", "end_lotus",
END_LOTUS_FEATURE, END_LOTUS_FEATURE,
new ScatterFeatureConfig(7), new ScatterFeatureConfig(7),
5 6
); );
public static final BCLFeature<EndLotusFeature, ScatterFeatureConfig> END_LOTUS_LEAF = registerVegetation( public static final BCLFeature<EndLotusLeafFeature, ScatterFeatureConfig> END_LOTUS_LEAF = registerVegetation(
"end_lotus_leaf", "end_lotus_leaf",
END_LOTUS_FEATURE, new ScatterFeatureConfig(20), END_LOTUS_LEAF_FEATURE, new ScatterFeatureConfig(20),
25 4
); );
public static final BCLFeature<HydraluxFeature, ScatterFeatureConfig> HYDRALUX = registerVegetation( public static final BCLFeature<HydraluxFeature, ScatterFeatureConfig> HYDRALUX = registerVegetation(
"hydralux", "hydralux",