* wip
* do all platforms but bukkit & cli
* use the paperweight adapters for material information on bukkit
* Move bundled block data load to CLI
* Drop this part, let it load when needed
* Stray warning suppression
* Swap to using an MC utility function for full block detection
- Fix some new warnings
- Removed sponge from build, as it simply isn't maintained well
currently. May be removed entirely in the future
- Remove 1.18 support from Bukkit as it breaks under 21 for some reason
- Fix a bug in `ForwardSeekableInputStream`
* Start cleanup of WorldEdit-CLI data versions
* Use a record for the data file
* Use cassette-deck to download data files rather than bundling
Sketchy implementation atm, better will follow - this "works" as-is without any special handling of missing versions. Intention is to get the "next closest version" when it's not available
* Fix up build errors
* Review changes
* Fix a potential race condition
* Add a feature generator and allow undoing of feature placement [WIP]
Apply changes to Forge as well
Use proper translatable components
* Add a brush version of the feature command
Use Java proxy classes
* Add for Bukkit (only 1.19.3 for now)
Clean up the proxies to use a switch
Checkstyle is grumpy
Add the obfuscated versions
Remove debug text
Fix missed "destroyBlock" deobfuscated proxy function
* checkstyle