All versions
3.0.0+1.21.11
Release
3.0.0+1.21.116 months ago 147
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Required content
Changes
Focus of This Update
- Added a full in-game configuration system for CrashFixer.
- Added protection for a newly found structure preview / gizmo line overflow crash.
New: In-Game Config Page
- Added YACL config UI with Mod Menu integration.
- Added per-fix toggles so each protection can be enabled/disabled individually.
- Added toggle for entity overflow marker/highlight (for users who don’t want “cheaty” visuals).
New: Advanced Limits (No More Hardcoded Magic Values)
- Most protection thresholds are now editable in-game:
- particle limits (per tick / per packet)
- sound spam limits (tick/window/same-sound/window size)
- entity spam budgets (loaded caps, score caps, per-type caps, windows, per-type costs)
- translation recursion limits
text_displaysanitizer thresholds- entity-name sanitizer thresholds
- gizmo guard thresholds (including max lines per group)
Crash Fixes / Hardening
- Fixed crash caused by massive structure preview gizmo rendering:
- prevents
BufferBuildervertex overflow (Trying to write too many vertices (>16777215)).
- prevents
- Continued hardening against particle, sound, entity, text, and name-based lag/crash payloads.
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:hNWBMF1B:qsUbq7ht"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:hNWBMF1B:qsUbq7ht"
}


