Version 8.11.0
What's Changed
Spigot:
- We've removed all hardcoded internal references to materials. This should allow the plugin to work for future minecraft versions.
- Fixed a bug with blendball
- Fixed a bug with the treesnipebrush
Forge:
- We've implemented a blockIterator that allows brushes such as the LineBrush to work
- We've implemented the treeSnipeBrush
- Implemented removeEntityBrush
- 1.20 support!
For 1.19, use the previous forge release.
The mod should work with the latest forge version
For the technical snipers
- Readme update by @KevinDaGame in #179
- Implement our own BlockIterator based on bukkit's by @KevinDaGame in #181
- Feat/remove enums by @KevinDaGame in #185
- Feat/forge 1.20 by @KevinDaGame in #186
- Implemented generateTree, fixed TreeSnipeBrush by @Lennart99 in #183
Full Changelog: v8.9.0...v8.11.0