Implement BiomeZone

This commit is contained in:
dfsek
2020-09-10 02:33:58 -07:00
parent 98b1dc0e85
commit 7d7705464b
10 changed files with 134 additions and 69 deletions

View File

@@ -98,7 +98,6 @@ public class Terra extends JavaPlugin {
@Override
public @Nullable ChunkGenerator getDefaultWorldGenerator(@NotNull String worldName, @Nullable String id) {
new WorldConfig(worldName, this);
return new TerraChunkGenerator();
}
}