Links
Tags
Creators
Details
Licensed CC0-1.0
Published last year
Updated 2 months ago
All versions
1.0.3
Release
For 26.1.22 months ago 68
Compatibility
Minecraft: Java Edition
26.1.x
Platform
Fabric
Supported environments
Server-side
Singleplayer
Changes
Changed
- Updated for Minecraft 26.1.2 (Java Edition) - the first unobfuscated release line.
- Recompiled against Mojang official mappings; Intermediary is gone after 1.21.11, so this is a full rebuild rather than a metadata bump.
- Retargeted the oxidation mixin from Yarn names to Mojang names: Degradable#tickDegradation → ChangeOverTimeBlock#changeOverTime, getOxidationIncreaseChance → getChanceModifier, world param Level → ServerLevel.
- Updated fabric.mod.json dependency range to 26.1 → 26.1.2.
Compatibility
- Built for Fabric Loader 0.16.9+ and Java 21+.
- Requires Minecraft 26.1+ - earlier obfuscated versions (1.21.x) are not supported by this build; stay on 1.0.2 and below for those.
Notes
- Oxidation behaviour is unchanged: all copper still ages as if fully spaced, bypassing the SCAN_DISTANCE neighbour-density slowdown while keeping vanilla timing.
- Waxing, scraping, and lightning/weather interactions remain untouched.
- This is a mappings-port release; no new features, just bringing the same logic forward to the unobfuscated game.
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:IjNtfbGs:MqcMJ0DE"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:IjNtfbGs:MqcMJ0DE"
}

