Fixed compiler and Startup Errors

This commit is contained in:
Frank 2021-09-25 13:18:32 +02:00
parent e2ab77658b
commit 08f35ab52c
9 changed files with 16 additions and 24 deletions

View file

@ -97,7 +97,7 @@ public class BiomeAPI {
registerBiome(biome);
NETHER_BIOME_PICKER.addBiome(biome);
Random random = new Random(biome.getID().hashCode());
//TODO: did they add depth and scale as two new params here???
//TODO: (1.18) did they add depth and scale as two new params here???
Climate.ParameterPoint parameters = Climate.parameters(
MHelper.randRange(-1.5F, 1.5F, random),
MHelper.randRange(-1.5F, 1.5F, random),