Commit graph

3 commits

Author SHA1 Message Date
Shane Freeder
903fa9a33f
Enable chunk load for feature search by default
generating the chunk allows vanilla to determine if the "potential"
structure location was actually put in place, as well as the exact
position of it, while the offset location was a minor inconvenience
for most game play, the fact that it would return potentials which
would fail does cause a good chunk of impact
2021-06-16 21:50:21 +01:00
Max Lee
8fd4e70db7
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 10:07:35 +02:00
Jake Potrebic
e90e7829ee
remove unneeded patch (#5641) 2021-05-15 23:42:36 +00:00
Renamed from Spigot-Server-Patches/0597-Seed-based-feature-search.patch (Browse further)