Here is what it should look like on the last line of your code:
BiomeManager.addBiomes(BiomeType.WARM, new BiomeEntry(biomeHellPlains, 10));
instead of
BiomeManager.warmBiomes.add(new BiomeEntry(biomeHellPlains, 10));
2 replies
Important Information
By using this site, you agree to our Terms of Use.