CaveBlock/src/main/java/world/bentobox/caveblock
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
..
commands Update to BentoBox 1.13.0 release. 2020-05-01 23:29:02 +03:00
generators Rework entity populator. 2022-11-20 09:56:06 +02:00
listeners Fixes incorrect error message path. 2022-01-28 12:28:39 +02:00
CaveBlock.java Fixes a 1.18 world generator bug where it generated dirt-grass layers. 2022-04-25 01:07:19 +03:00
CaveBlockPladdon.java Add spigot-plugin-annotations dependency. 2022-01-28 12:52:08 +02:00
Settings.java Fixes a 1.18 world generator bug where it generated dirt-grass layers. 2022-04-25 01:07:19 +03:00
Utils.java Optional Generators (#67) 2021-12-13 20:00:54 -08:00