[Change] Re-Balanced End Lotus Features (#76)
This commit is contained in:
parent
7687039704
commit
adb9f00a15
1 changed files with 9 additions and 4 deletions
|
@ -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<EndLotusFeature, ScatterFeatureConfig> END_LOTUS_LEAF = registerVegetation(
|
||||
public static final BCLFeature<EndLotusLeafFeature, ScatterFeatureConfig> 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<HydraluxFeature, ScatterFeatureConfig> HYDRALUX = registerVegetation(
|
||||
"hydralux",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue