All versions
0.2.0
Alpha
Bura 0.2.04 months ago 98.2K
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Client and server
Changes
Bura Alpha 0.2.0
Performance
- Improved chunk scheduling to reduce frame spikes during heavy world updates
- Reduced CPU overhead in several client-side rendering paths
- Lowered memory processing and reduced heap allocation pressure
- Improved cache handling to reduce unnecessary GC activity
- Added configurable cache limits for memory-sensitive systems
Compatibility
- Fixed an incompatibility with Particle Rain where rain effects could disappear
- Adjusted particle throttling to avoid breaking weather-related particles
Changes
- Removed the old
Okey overlay screen - Refined visibility and LOD cache behavior
- Improved internal throttling behavior during spike conditions
Known issues
- Some aggressive culling can still cause occasional flicker or ghosting
- Further compatibility work may still be needed for some rendering mods.
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:XxO7e7xt:ppbomHs3"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:XxO7e7xt:ppbomHs3"
}

