Links
Tags
Creators
Details
17.1.16
Compatibility
Changes
V17.1.16 Update
Fixes
[Mod Conflicts] Fixed a game crash issue when the Wandering Trader Tracker was placed in the Carpet dummy's backpack.
[Bug Fixes] Fixed a bug where Bone Ladders and Wither Bone Ladders did not trigger extra climbing speed when the player pressed the spacebar.
[Bug Fixes] Fixed a bug where the hitboxes of Driftwood and Drift Bamboo were too small, causing no sound effects when the player walked on blocks.
[Bug Fixes] Fixed a bug where the hitbox of Fishing Traps was too small, causing no sound effects when the player walked on blocks.
[Fixes] Fixed an issue where the sound effects and model of the Oak Calendar were incompatible.
Changes
Balance
[Balance Changes] Mud now has a 20% chance of dropping Coal Shards.
Recipes
[Recipe Change] Changed the recipe for the Wandering Trader Tracker (wandering_trader_tracker.json)
[Recipe Change] Changed the recipe for the Isometric Torch Spectacles (isometric_torch_spectacles.json)
Achievements
[Achievements] Modified the trigger conditions and description text for the achievement weather_forecaster.json
Additions
Blocks
[Added Blocks] Added the block Hay Bed
[Added Blocks] Added the block Linked List Flower
Items
[Added Items] Added the item Glass Lens
[Added Items] Added the item Barometer
Recipes
[Added crafting table recipe glass_lens.json]
[Added crafting table recipe gray_dye_from_linked_flower.json]
[Added crafting table recipe weather_meter.json]
[Added crafting table recipe oak_hanging_calendar_sign.json]
[Added crafting table recipe hay_bed.json]
Achievements
[Added Achievement] Added achievement: Sweet Dreams (sweet_dreams.json)
Removal
Blocks
[Removed Block] Removed the block Wood Weather Vane (comfysky:wood_weather_vane)
Recipes
[Removed Recipe] glass_pane_from_glass_shard_crafting.json
[Removed Recipe] wood_weather_vane.json
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:oEzXK4ca:zufWXC4j"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:oEzXK4ca:zufWXC4j"
}

