Fancier Block Particles Version 0.7 Changelog
Showcase
- Particles now renders 2.5 times faster (Immense thanks to Rongmario!)
Changed
- Default key for the blacklist menu changed from none to B
Fixed
- Fixed GUI not saving config to file
Removed
- (Testing) Removed some checks in FBPModelHelper because I am assuming mods aren't weird
- Removed FBPVertexUtil as it was unused
Optimization
- Optimized main class as a result, it should be slightly faster and use slightly less RAM
- Draw calls are now batched thanks to Rongmario which improve rendering performance by a ton
- Thanks to a immense code cleanup the FBP as a whole should be slightly faster and use slightly less RAM
Internal
- General code cleanup