Tree fixes

This commit is contained in:
paulevsGitch 2021-12-23 09:47:34 +03:00
parent d0b23a9c9f
commit affd63646a
11 changed files with 35 additions and 36 deletions

View file

@ -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) {