Links
Tags
Creators
Details
All versions
0.7.4-alpha+26.3
Alpha
Ferrite v0.7.4-alpha+26.36 days ago 376
Compatibility
Minecraft: Java Edition
26.3
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Changes
[0.7.4-alpha] - 2026-09-19
Changed
- Targets Minecraft 26.3. Built against 26.3 final with Fabric API 0.161.0 and Loader 0.19.5. The density function stack that 26.3 rewrote stays gated out at build time, which changes nothing at runtime since every Rust chunkgen path was already default off. Measured on 26.3: a 1021-zombie nether farm on a 4-core dedicated server holds 20 TPS at 17 ms/tick mean over 3.5 min, and cramming reads 10.3 ms against 16.4 ms with the Rust path off at 1106 zombies on a desktop dedicated server. Entity query and collider oracles report zero mismatches on both.
Fixed
- Declared loader minimum was wrong (#17). 0.7.3 was built against
Fabric Mixin 0.17.4, which compiles every
@Redirectatas an array. MixinExtras 0.5.4, bundled in Loader 0.19.3 and 0.19.4, cannot read that shape and the game crashed at launch with a ClassCastException on the first Entity mixin. Loader 0.19.5 bundles MixinExtras 0.5.5, which reads it. The manifest now requiresfabricloader >=0.19.5, so an older loader reports a dependency error instead of crashing.
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:c2DHmFvV:UhO60CKq"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:c2DHmFvV:UhO60CKq"
}

