All versions
1.4.4+26.3-fabric
Release
Hardcore winter 1.4.4+26.3-fabric3 days ago 28
Compatibility
Minecraft: Java Edition
26.3
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Changes
1.4.4
Hotfix for 1.4.3, plus a trade rebalance.
Strangers
- You can pick a question while he is still talking; it waits for him to finish.
- He talks slower, and only prompts you after 40s of silence.
- Right-clicking a refugee gets "please stop touching me" at once. A double-click is one grab, not two.
- No more getting stuck on the open door on the way out.
Trader
- Tiers turn at days 6, 14 and 25 (was every 20).
- Tier 0 is priced in iron and what you can farm. Emeralds from tier 1, diamonds only at tier 3.
- New: beehive with 3 bees (tier 0), slimeballs (tier 0).
- Dropped: lantern.
- Potato 2 emeralds, golden apple 8, golden carrots 5, sweet berries 3.
Bees
- Some trees in the buried hollows carry a bee nest with bees in it.
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:92OTlCRC:o42dbsqS"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:92OTlCRC:o42dbsqS"
}

