promotional bannermobile promotional banner

Fancier Block Particles

Turn boring particles into fancier particles!

File Details

FBP 0.7

  • B
  • Oct 17, 2022
  • 176.67 KB
  • 9.9K
  • 1.12.2
  • Forge

File Name

fbp-0.7.jar

Supported Versions

  • 1.12.2

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:fbp-666575:4032588")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

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