Tags
Creators
Details
3.1.1
Compatibility
Required content
Changes
Fabric / Quilt — Minecraft 1.20.1 — v3.1.1
What's new
First Fabric/Quilt release. Functionally on par with the Forge build:
• Three Curio-slot insulation items that prevent lethal Tough as Nails temperature damage: - Heated Thermal Insulation: ICY -> COLD - Cooling Thermal Insulation: HOT -> WARM - Universal Thermal Insulation: both directions • Firoze fluid + bucket. Place it in the world, scoop it back up, pour it like vanilla water/lava. Translucent render layer. • Brewing recipe: any potion + Regulation Crystal in the catalyst slot of a Brewing Stand -> Firoze Bucket. • Crafting chain: Regulation Circuit Shard -> Regulation Circuit -> Regulation Crystal -> Thermal Insulation curios.
Slot-system support
Pick one. The mod auto-detects which is installed and registers items into that one only — never both at once.
• Accessories (preferred when both installed) • Trinkets (fallback)
If neither is installed, the items still register and can sit in your inventory but won't equip into any slot.
Required dependencies
• Minecraft 1.20.1 • Fabric Loader >= 0.16.x (or Quilt Loader >= 0.27 for the Quilt jar) • Fabric API >= 0.92.4+1.20.1 • Tough as Nails >= 9.2 (Fabric build) • Glitchcore >= 0.0.1.1 (Tough as Nails ships this as its own dep)
Optional — install ONE for the curio slot
• Accessories >= 1.0.0-beta48+1.20.1 (recommended) OR • Trinkets >= 3.7.2
Java 17 required.
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:BUivYy9L:a11zKGBt"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:BUivYy9L:a11zKGBt"
}



