1.0
Compatibility
Required content
Changes
š Prism Performance ā v1.0 (Initial Release)
š First Release
- Official launch of Prism Performance for Minecraft 1.21
š§ Core Systems
-
ā” Dynamic Scaling Engine
- Automatically adjusts render distance based on FPS
- Real-time performance balancing
-
ā Combat Focus Mode
- Prioritizes FPS stability during PvP situations
- Background chunk load optimized dynamically
-
š Intelligent Culling
- Skips rendering of unseen entities and blocks
- Reduces GPU and CPU load significantly
-
š Frame Skipping System
- Smart animation throttling during lag spikes
- Keeps gameplay responsive under heavy load
š Performance HUD
-
š¢š”š“ Color-Coded FPS Indicator
- Green = Smooth
- Yellow = Unstable
- Red = Critical
-
š Real-Time Metrics
- FPS tracking
- Frame time (ms)
- Memory usage (MB)
-
šØ Customizable HUD
- Move, scale, and recolor freely
- Toggle visibility anytime
-
⨠Smooth Fade Animations
- Non-intrusive overlay design
- Clean transitions
ā Controls
- ⨠F7 Menu
- Open performance settings UI
- Adjust HUD and optimization behavior
ā” Performance
- šŖ¶ Lightweight (< 1MB)
- š Optimized for all systems (low-end ā high-end)
- š® No noticeable FPS overhead
š Compatibility
- ā
Compatible with:
- Sodium
- Lithium
- Iris
- FerriteCore
- And 50+ optimization mods
š” Notes
- 100% Client-Side Mod
- No server installation required
š® Future Plans
- š§ AI-based performance prediction
- š Advanced config presets (PvP / Exploration / Ultra)
- š Detailed analytics panel
- ā Per-world performance profiles
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:btFhWNBT:rtsgevJI"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:btFhWNBT:rtsgevJI"
}



