promotional bannermobile promotional banner

Cobblemon: Parting Gifts

This addon mod to Cobblemon adds a highly configurable Reward system for releasing Pokemon. Inspired by the mechanic in Pokemon Legends: Arceus.

File Details

releaserewards-fabric-3.0.0.jar

  • R
  • Sep 1, 2025
  • 112.72 KB
  • 23.5K
  • 1.21.1
  • Fabric

File Name

releaserewards-fabric-3.0.0.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

Fabric

modImplementation "curse.maven:cobblemon-release-rewards-1169308:6954230"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

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 DeferredRegister to Cobblemon's own PlatformRegistry system. the Mod classes now have a notable amount of code to handle platform-specific Registry.
  • renamed ReleaseRewardsCommon to ReleaseRewards, and added ResourceLocation resource(String) helper method.
  • renamed ModLootModifiers to ModLootFunctions.