Creators
Details
Licensed GPL-3.0-only
Published 3 years ago
All versions
0.7
Beta
FBP 0.73 years ago 7,520
Compatibility
Minecraft: Java Edition
1.12.2
Platform
Forge
Supported environments
Client-side
Changes
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
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:H7C92Axg:pt2dL0yf"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:H7C92Axg:pt2dL0yf"
}

