* chore: bump api to 1.21.4
* fix: replace (removed) constants with backwards compatible alternatives
* chore: cleanup import
* chore: update javadoc link for paper
* chore: i like this more
* fix: check for vehicle
* chore: compile against 1.20.4 again
* chore: add 1.21.4 to bug report issue template
* chore: add 1.21.4 to runServer supported versions array
* chore: update entity type enum name switch
* chore: remove 1.18 from supportedVersions for runServer task
* fix: attempt to update ReplicatingEntityWrapper
* fix/chore: missing boat handling on spawn
* chore: cleanup imports
* Minor work for 1.17
* Address TODOs
Introduce `entity-change-block` flag covering blocks affected by `onPeskyMobsChangeTheWorldLikeWTFEvent`. Previously this was covered by the mob-place flag, however, changing the tilt state of big drip leafs and a series of other blocks call `EntityChangeBlockEvent` so this shouldn't be covered by mob flags only.
* Address other TODOs
* Compile against paper 1.17
This will only work if you built paper locally and deployed it to your local maven repo.
* Updated linked javadoc links
* Handle sculk sensor events in a more controllable way
* Update issue forms for 1.17