Version 8.9.0
What's Changed
We've refactored our materials implementation to allow for the use of custom materials and to reduce update effort. This means that modded materials with ArcLight are now supported
If you use our api in your plugin you may need to refactor some code. We've renamed VoxelMaterial#getName
to VoxelMaterial#getKey
For the technical snipers
- Feat/material refactor by @KevinDaGame in #174
Be aware. The forge release is in beta. There will be bugs. These won't be fixed for 1.19.4
Full Changelog: v8.8.1...v8.9.0