Biome creation problems

Published by NinjaEM on
Status
Fixed
Issue description

My biome is giving me an error message saying;

C:\Pylo\MCreator173\forge\build\sources\java\mod\mcreator\mcreator_darkBiome.java:89: error: <identifier> expected
this.spawnableMonsterList.add(new SpawnListEntry(null.class, 5, 1, 5));
                                                      ^
C:\Pylo\MCreator173\forge\build\sources\java\mod\mcreator\mcreator_darkBiome.java:89: error: ';' expected
this.spawnableMonsterList.add(new SpawnListEntry(null.class, 5, 1, 5));
                                                                     ^
2 errors

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':compileJava'.
> Compilation failed; see the compiler error output for details.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

Issue comments

Clear the entity spawn list and add your entities again. This bug was fixed in later versions. It is caused if you press add entity and instead of selecting the entity, you press cancel. If this happens, you need to clear the list and add entities again, this time without canceling any of the entries.