Fixed compiler and Startup Errors
This commit is contained in:
parent
e2ab77658b
commit
08f35ab52c
9 changed files with 16 additions and 24 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue