Tags
Creators
Details
All versions
9.20.978
Release
v9.20.9787 months ago 297
Compatibility
Minecraft: Java Edition
1.20–1.20.1
Platforms
Fabric
Forge
NeoForge
Quilt
Supported environments
Client and server
Changes
- Rebalanced Neodymium — magchambers are now 9x cheaper
- Break placed Neodymium slabs to reimburse their value, or uncraft Ultradense Slabs/Blocks that you have stored away already
- You can do this en-masse and in-place using the Continuous Shifter
- If your server was already running a rebalance patch, add
-Dyttr.alreadyRebalancedNeodymium=trueto your JVM arguments to make existing slabs not drop 9x the loot
- Holding a Cleaver in your offhand now inverts the cut orientation
- This means you can press Swap Hands to invert a cleave rather than figuring out whether your points are clockwise or not
- New Rifle Canister texture
- We bought Pixel Composer
- New Void fluid texture
- New Spark texture
- New Delicace block texture
- New glowstone fluid texture in the Suit Station GUI
- Added a swing particle animation when blocks are cleaved
- Fix alignment of textures in Centrifuging EMI plugin
- Updated Chinese translation (thanks, ChuijkYahus! — #144)
- Removed all Yttr biomes from
#minecraft:is_netherand#minecraft:is_overworld- This is to fix an incompatibility with BCLib's "BiomeRepairHelper" which causes these biomes to wrongly start generating outside of the control of our own generation logic
- This would create very small Wastelands in the Overworld, and cause random broken Scorched Summit/Terminus biomes to spawn in the regular Nether (outside of the Scorched dimension)
- This will likely break other mods, and we can't really know which ones. Sorry.
Optional dependencies
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:ZCLrWdGm:3J1JfGor"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ZCLrWdGm:3J1JfGor"
}


