Links
Tags
Creators
Details
17.1.14
Compatibility
Changes
V17.1.14 Update
Change
1.Game balance adjustment: the recipe of player vital signs tracker has been banned from survival mode
2.Game balance adjustment: now isometric torch spectacle uses a better algorithm to determine raycast position
3.Game balance adjustment: wandering traders spawn more frequently has been banned since version 17.1.14
4.Game balance adjustment: now wandering trader tracker uses a better algorithm
5.Now isometric torch spectacle uses a new item texture and fixed wearable model
6.Now directional portal door must use crafting recipe to change dye color
7.Now flower fertilizer piece 2 uses a new item texture
8.Now directional portal door piece 3 uses a new fixed model on assembly station
9.Change a few text of advancements.comfysky.progression.classic_model.description
Add
1.Add block cyan printed carpet
2.Add block pink printed carpet
3.Add block lime printed carpet
4.Add block yellow printed carpet
5.Add item yellow printed carpet piece 1
6.Add item yellow printed carpet piece 2
7.Add dye recipe dye_cyan_directional_portal_door.json
8.Add dye recipe dye_pink_directional_portal_door.json
9.Add dye recipe dye_lime_directional_portal_door.json
10.Add dye recipe dye_yellow_directional_portal_door.json
11.Add dye recipe dye_cyan_printed_carpet.json
12.Add dye recipe dye_pink_printed_carpet.json
13.Add dye recipe dye_lime_printed_carpet.json
14.Add dye recipe dye_yellow_printed_carpet.json
15.Add assembly recipe yellow_printed_carpet_from_assembly_station.json
Remove
1.Remove crafting recipe player_vital_signs_tracker.json
2.Remove advancement life_sciences.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:zghzKzdq"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:oEzXK4ca:zghzKzdq"
}

