Tags
Creators
Details
24.08.29
Compatibility
Changes
BUILD 24.08.29
-
Improved locations
-
Improved wiki generator
-
Improved translations
-
Improved legendary weapon stats
-
Improved all bar and bar gate textures
-
Improved 2 legendary sword textures
-
Improved capes', banners' & shields' textures
-
Fixed bug with not repairable golden, wooden and copper items
-
Fixed too good stats of yi ti bombardier
-
Fixed crash related to Summer Islands levymans
-
Fixed bug with traders' potion ids
-
Fixed bug with soldiers' and captains' capes
-
Fixed bug with captains' gender
-
Renamed a few item codenames (compatibility with older worlds exists)
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:4FXTdS4v:dYySBZAP"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4FXTdS4v:dYySBZAP"
}

