1.5
Compatibility
Changes
**🔥 New Update — AllTheOres Support! ** You can now extract all ores found in the world, with full support focused on compatibility with AllTheOres!
⛏️ Pokémon can now interact with a much wider variety of ores, greatly expanding the possibilities for resource gathering.
Compatible blocks:
- Allthemodium
- Vibranium
- Unobtainium
- Copper
- Iron
- Gold
- Diamond
- Emerald
- Netherite
- Aluminum
- Lead
- Nickel
- Osmium
- Platinum
- Silver
- Tin
- Uranium
- Zinc
- Iridium
🔮 Future Updates
Here's a look at some of the features we're planning for future updates!
📦 AllTheCompressed Support Full compatibility with AllTheCompressed, allowing Pokémon to interact with compressed blocks.
🦊 Fabric Support Bringing the mod to Fabric, making it available to even more players and modpacks.
✨ New Resource Natures New Natures focused on resource gathering, with the ability to multiply resources collected by Pokémon.
💪 Natures & IV Training Natures will interact with IVs, making it possible to train and specialize Pokémon specifically for resource gathering.
🚀 And much more to come!
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:adDZk9Td:Z1sjbWht"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:adDZk9Td:Z1sjbWht"
}

