Tags
Creators
Details
Licensed LGPL-2.1-or-later
Published 2 years ago
Updated last month
All versions
3.0.0-Fabric
Release
Cobblemon: Parting Gifts 3.0.011 months ago 70.4K
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Server-side
Singleplayer
Required content
Changes
3.0.0 - Architectury Abstraction
Most of the changes in this update are internal changes, with no visible effect to the average user.
User-facing changes
- No longer requires Architectury API to run, just Cobblemon!
- added a new Parameter Set type to Loot Tables,
releaserewards:player_and_pokemon. Using this Param Set as the "type" in a Loot Table will prevent Validation Errors in the log when using Parting Gifts features in the table.
Nerd Stuff
- Changed registry system from Architectury's
DeferredRegisterto Cobblemon's ownPlatformRegistrysystem. the Mod classes now have a notable amount of code to handle platform-specific Registry. - renamed
ReleaseRewardsCommontoReleaseRewards, and addedResourceLocation resource(String)helper method. - renamed
ModLootModifierstoModLootFunctions.
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:YsklJlWG"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Qx6M2WkT:YsklJlWG"
}


