Links
Tags
Creators
Details
17.1.10
Compatibility
Changes
Note that 1.19.4-17.1.10 is the last version that supports Minecraft 1.19.4. We will still provide technic supports, but no more content will be added beyond that version. You are always free to upgrade your mod to 1.20+. Enjoy your time at Comfy Sky!
V17.1.10 Update
Fix
1.Fix incorrect item display when players were holding a wandering trader tracker
2.Fix incorrect item display when players were holding a simple bonfire
3.Fix BUG of wandering trader tracker failed to notify players when a wandering trader was spawned
Change
1.remove unnecessary tooltip on item wandering trader tracker
2.change wandering trader tracker's item texture
3.change glass shard's item texture
4.upper the first letter of mod description text
Add
1.add block non-violence
2.add item non-violence to suspicious grass block treasure loots
Remove
1.remove all depreciated class file under comfysky project dictionary
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:GMjJVwIb"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:oEzXK4ca:GMjJVwIb"
}

