Fix of duplicating
This commit is contained in:
parent
8c7a11ee04
commit
19b0cb94fc
1 changed files with 1 additions and 1 deletions
|
@ -511,7 +511,7 @@ public class BiomeAPI {
|
|||
for (int i = 0; i < size; i++) {
|
||||
List<Supplier<PlacedFeature>> features = CollectionsUtil.getMutable(featureList.get(i));
|
||||
sortFeatures(features);
|
||||
featureList.add(i, features);
|
||||
featureList.set(i, features);
|
||||
}
|
||||
accessor.bclib_setFeatures(featureList);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue