CaveBlock/src/main/java/world/bentobox/caveblock/generators/populators
BONNe 42a9cf9c7e Rework entity populator.
The new world populator on some engines are multi-threaded, however, minecraft does not allow to remove entities outside main-thread. As entity populator spawned entity and then removed when there were no spot for it, servers crashed.

The issue should be fixed now as I add custom entity bounding box calculator before it is spawned to check if there is place for entity.

Fixes #86
2022-11-20 09:56:06 +02:00
..
EntitiesPopulator.java Rework entity populator. 2022-11-20 09:56:06 +02:00
FlatBiomeProvider.java Optional Generators (#67) 2021-12-13 20:00:54 -08:00
MaterialPopulator.java Optional Generators (#67) 2021-12-13 20:00:54 -08:00
NewMaterialPopulator.java Fixes issue when ores were not generated in correct form. #77 2022-05-17 21:22:46 +03:00