promotional bannermobile promotional banner

Fancier Block Particles

Turn boring particles into fancier particles!

File Details

FBP V0.5

  • B
  • Sep 5, 2022
  • 168.99 KB
  • 114
  • 1.12.2
  • Forge

File Name

fbp-0.5.jar

Supported Versions

  • 1.12.2

Curse Maven Snippet

Forge

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

Learn more about Curse Maven

Fancier Block Particles Version 0.5 Changelog

Fixed

  • Critical crash because ATs were not getting applied

Fancier Block Particles Version 0.4 Changelog

Changed

  • Updated mcmod.info

Fancier Block Particles Version 0.3 Changelog

Optimization

  • Switched to AT's instead of Method Handle which leads to increased performance and cleaner code
  • Optimized Particle Digging as a result it should be slightly faster and use slightly less RAM
  • Optimized Particle Smoke as a result it should be slightly faster and use slightly less RAM
  • Optimized Particle Rain as a result it should be slightly faster and use slightly less RAM
  • Optimized Particle Snow as a result it should be slightly faster and use slightly less RAM
  • Optimized Particle Manager as a result it should be slightly faster and use slightly less RAM
  • Optimized the Event Handler as a result it should be faster and use slightly less RAM
  • Optimized the Renderer as a result it should be faster and use less RAM and VRAM

All these optimizations result in a 9% faster mod loading time, which makes Fancier Block Particles load 25% faster than Fancy Block Particles

Internal

  • General code cleanup