0.3.3+mod
Compatibility
Changes
Data version 55, supporting versions 1.20.3 to 1.20.4
Addition
Prophecy tortoise shell
It cannot be synthesized. There is a chance to obtain it from buried treasures, ancient cities, treasure chests of fortress ruins, treasure chests of the End City, and loot chests of Woodland mansions
It can be used as an additional item for sacrificial enchantment and can be targeted to obtain the corresponding sacrificial enchantment.
full detail:https://www.mcmod.cn/class/version/4368.html
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:isWskBgu:Ws40Pnfo"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:isWskBgu:Ws40Pnfo"
}

