Update dependencies and language distribution (86220c0d by mnmiller1)
Correct all BlockTools to use the Location's World (#2650)
All tools would inadvertently use the player's World at some point,
which is incorrect in the presense of some mods as seen in #2560
Fixes #2560 (6c40aed7 by octavia.togami)
Merge pull request #2644 from EngineHub/ot/fix/the-magic-is-fading
Directly access the data version from MC (4225ae29 by octavia.togami)
Directly access the data version from MC
Spigot recently made a breaking change to CraftMagicNumbers which breaks
this code, by using MC directly we avoid this issue ever occuring in the
future (bae1b650 by octavia.togami)
Merge branch 'version/7.3.x' (305f0cb3 by mnmiller1)
Changes /curve /line thickness param from int to double (#2623) (4e7abf56 by harvestminer)
Re-enable buffering
This is required for masks to work properly. (d3c59b10 by octavia.togami)
Add property-based testing for SideEffectSet (c61b273f by octavia.togami)
Fix SideEffectSet inconsistencies, improve perf
The `apply` term was inconsistent in this API, but should have always
been the same. This makes the "set" actually store the state of the
given effect, even if it's the default, and therefore consistent. (e54a6832 by octavia.togami)
retrieve BlockEntities tag in v3 schematics optionally (cfd9eeab by mail)
Apply review suggestion (8a3df24a by octavia.togami)
Merge branch 'version/7.3.x' (6f210ad3 by mnmiller1)
[Bukkit] Allow 1.21 Paper adapter to load on 1.21.1 (3e6708a6 by mnmiller1)
Revert "Shutdown executor service on disable (#2570)"
This does not work as this breaks moving between SP servers. Fixes #2586
This reverts commit 84ad34c36f404498f8cc07ac744f1af22d12cf59. (350dfa10 by octavia.togami)
Move //update to RegionCommands from GeneralCommands (#2590) (c1d0494f by mnmiller1)
Back to SNAPSHOT for continued development (6b68ff99 by mnmiller1)