Fix various warnings (deprecated method usage, etc.)

This commit is contained in:
Electroblob
2018-04-06 22:53:41 +01:00
parent e22d428016
commit d33290d890
5 changed files with 12 additions and 6 deletions
@@ -198,7 +198,7 @@ public final class WizardryRegistry {
// TODO: May need fixing
List<Biome> biomes = Lists.newArrayList();
for (Biome biome : ForgeRegistries.BIOMES.getValues()) {
for (Biome biome : ForgeRegistries.BIOMES.getValuesCollection()) {
biomes.add(biome);
}
biomes.remove(Biomes.MUSHROOM_ISLAND);