All versions
2.2+mod
Release
Legends Untold v2.211 months ago 505.5K
Compatibility
Minecraft: Java Edition
1.21.1
Platforms
Fabric
Forge
NeoForge
Quilt
Supported environments
Client and server
Required content
Changes
- No longer requires Loot Table Modifier due to lack of a forge version
- Now needs TSFlareon's Item Core
- Jade Orb & Mew DNA are now there own items
- Jade Orb & Mew DNA are now in the creative Inventory
- Jade Orb texture slightly changed
- Made Jade Orbs in Jungle Temples slightly more common
- Ditto now has a 1% chance to drop Mew DNA
- Can now use Mew DNA & a revive in a Resuection Machine to clone Mew Directly
- Added native compatibility with Waystones
- Maybe more, I forgor
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:FuRL3fNw:OCcnmSvd"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:FuRL3fNw:OCcnmSvd"
}



