Tags
Creators
Details
Licensed GPL-3.0-only
Published 2 years ago
Updated 6 months ago
All versions
1.1.7+1.5.2
Release
WantedItems 1.1.7+1.5.29 months ago 66
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Client and server
Required content
Changes
Bug Fix
- Copper Bottle Cap zeroing EVs instead of IVs
New Items
- Red Lucky Egg
- Green Lucky Egg
- Blue Lucky Egg
- Red Lucky Box
- Green Lucky Box
- Blue Lucky Box
- Berry Lucky Box
- Poke Ball Lucky Box
- Exp. Candy Lucky Box
- Move Activator
To be Removed (1.1.8)
- Gold Lucky Egg
- Silver Lucky Egg
- Shiny Gold Lucky Box
- Shiny Silver Lucky Box
- Gold Candy Lucky Box
- Silver Candy Lucky Box
- Gold Poke Ball Lucky Box
- Silver Poke Ball Lucky Box
- Ancient Poke Ball Lucky Box
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:EfXlyDWr:szJDJtfQ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:EfXlyDWr:szJDJtfQ"
}


