Fast lakes fix
This commit is contained in:
parent
5a7a00ddd5
commit
2591cb1555
1 changed files with 2 additions and 1 deletions
|
@ -252,7 +252,8 @@ public class EndFeatures {
|
|||
}
|
||||
|
||||
private static BCLFeature registerLake(String name, Feature<NoneFeatureConfiguration> feature, int chance) {
|
||||
return BCLFeature.makeLakeFeature(BetterEnd.makeID(name), feature, chance);
|
||||
//return BCLFeature.makeLakeFeature(BetterEnd.makeID(name), feature, chance);
|
||||
return BCLFeature.makeRawGenFeature(BetterEnd.makeID(name), feature, chance);
|
||||
}
|
||||
|
||||
private static BCLFeature registerChanced(String name, Feature<NoneFeatureConfiguration> feature, int chance) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue