Tree fixes
This commit is contained in:
parent
d0b23a9c9f
commit
affd63646a
11 changed files with 35 additions and 36 deletions
|
@ -277,7 +277,7 @@ public class EndFeatures {
|
|||
}
|
||||
|
||||
private static BCLFeature registerLake(String name, Feature<NoneFeatureConfiguration> feature, int chance) {
|
||||
return BCLCommonFeatures.makeChancedFeature(BetterEnd.makeID(name), Decoration.RAW_GENERATION, feature, chance);
|
||||
return BCLCommonFeatures.makeChancedFeature(BetterEnd.makeID(name), Decoration.LAKES, feature, chance);
|
||||
}
|
||||
|
||||
private static BCLFeature registerChanced(String name, Feature<NoneFeatureConfiguration> feature, int chance) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue