Init fixes
This commit is contained in:
parent
683427c312
commit
0acb947795
2 changed files with 14 additions and 14 deletions
|
@ -45,6 +45,10 @@ public class BiomePicker {
|
|||
return immutableIDs.contains(id);
|
||||
}
|
||||
|
||||
public boolean contains(ResourceLocation id) {
|
||||
return biomes.contains(id);
|
||||
}
|
||||
|
||||
public void removeMutableBiome(ResourceLocation id) {
|
||||
for (int i = biomeCount; i < biomes.size(); i++) {
|
||||
BCLBiome biome = biomes.get(i);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue