Tags
Creators
Details
26.1.2-1.9.0
Compatibility
Required content
Changes
Changelog for Minecraft 26.1.2
All notable changes to this project will be documented in this file.
26.1.2-1.9.0 - 2026-08-27 20:29:56
Added
- Add Netherite Colossal Chests as new top tier, Closes #168
Netherite becomes the new highest chest material, above obsidian:
- Inventory multiplier of 5 (obsidian and diamond are 4)
- Blast-resistant, like obsidian
- Top of the chest upgrade/downgrade tool chain
Chest walls are obtained by upgrading diamond chest walls at a smithing table with netherite scrap. The netherite upgrade smithing template is deliberately not used as the template ingredient, since the smithing menu consumes all three input slots, which would cost one template per wall. A gold ingot is used instead, mirroring the scrap plus gold cost of a netherite ingot. Cores and interfaces are crafted from netherite walls just like the other materials.
26.1.2-1.8.16 - 2026-05-06 19:11:18 +0200
Added
- New Translations (#201)
Fixed
- Fix crash when getting capabilities on the client-side
26.1.2-1.8.15 - 2026-04-22 20:10:45 +0200
Fixed
- Fix CyclopsCore version check failure on Fabric
[26.1.2-1.8.14] - 2026-04-22 19:57:07 +0200
Initial 26.1.2 release
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:V8HM9qmm:7dN9Ik63"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:V8HM9qmm:7dN9Ik63"
}
