Tags
Creators
Details
Licensed LGPL-2.1-or-later
Published 2 years ago
Updated last month
All versions
2.1.0-Fabric
Release
Cobblemon: Parting Gifts 2.1.0last year 8,006
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Server-side
Singleplayer
Required content
Changes
Experimental Default Reward changes
- My aim is to make the Default settings more, well, Rewarding.
- I am open to feedback, it's possible these changes could be too rewarding after all.
- These are the same changes from the Experimental Update datapack.
Global rewards
- No Reward - Weight 4 > 2
- XP Candy XS - Max Level range 20 > 15
- XP Candy S - Weight 3 > 4
- EV Feathers - Weight 8 > 6, +1 every 8 > 5 Levels
- EV Vitamins - Min Level range 60 > 50
Gimmighoul Species rewards
- Chest Form Relic Coins - Min amount 1 > 4, +1 > 2 every 15 > 10 Levels
Changed how Rewards are provided to players when releasing Pokemon
- Now attempts to insert directly into the Inventory if possible.
- If it cannot, drops them on the Player's position instead. (previous behavior)
- Cannot Drop excess rewards in Creative Mode, they will be deleted instead of being dropped.
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:Qx6M2WkT:WvMsLag0"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Qx6M2WkT:WvMsLag0"
}



