Commit Graph
9 Commits
Author SHA1 Message Date
Max Lee 513393d4cf Better fix for invulnerable crystals and improve Origin API (#5761) 2021-06-07 16:38:33 +01:00
Max Lee aaecd72944 Improve seed based feature search to not load chunk (#5760)
This is done by returning the center location of the chunk at the height
 of the input location when the target chunk isn't loaded already which
 is exact enough for most use cases and will get more precise once the
 player is close enough for the chunk being loaded anyways.

As this might lead to less precise locations a config option to enable
 the sync loading of the chunks is provided.
2021-06-05 09:07:35 +01:00
Max Lee 80852eb3b2 Fix issue with soft despawn distance (#5755)
Previously setting the soft despawn distance above the default
 value of 32 would mean that an entity outside of the 32 range
 would still count ticksFarFromPlayer up every tick without
 resetting it which might lead to the entity (almost) instantly
 despawning once it went outside of the configured distance
 instead of waiting 600 ticks.
2021-05-31 01:46:42 +01:00
Phoenix616 6e29351ca9 Make discovered maps config work in treasure maps from loot tables too 2021-01-28 20:18:38 +01:00
Max Lee bcb2a139ee Call PreCreatureSpawnEvent for more spawn reasons (#5201) 2021-02-18 22:39:03 +01:00
Max Lee d726567456 [CI-SKIP] [Meta] Exempt more labels from being marked as stale (#5142)
* Exempt more labels from being marked as stale

* Order alphabetically and add suggestions

Also don't go deeper I guess 👀
2021-02-08 11:26:21 +01:00
Max Lee 33f101b760 Fix plugin provides not being listed behind name in /plugins (#4825) 2020-12-01 15:06:14 +01:00
Max Lee 217e1311f4 Backport feature search improvement from 1.17 (Fixes #2312) (#4771) 2020-11-14 23:50:11 +01:00
Max Lee cc38a3d0c2 Fix sound/particles not showing when listening on BlockDestroyEvent (#3998) 2020-07-25 22:22:53 +01:00