File Details
releaserewards-fabric-2.2.0.jar
- R
- Apr 11, 2025
- 111.72 KB
- 44.9K
- 1.21.1
- Fabric
File Name
releaserewards-fabric-2.2.0.jar
Supported Versions
- 1.21.1
Curse Maven Snippet
THIS UPDATE CONTAINS BREAKING CHANGES FOR DATAPACKS OVERRIDING THE GLOBAL REWARD TABLE
Significant changes have been made to how rewards are granted
- Now, only the "global" table is invoked when releasing a Pokemon.
- However, new "type_rewards" and "species_rewards" Entry Types have been added, which will roll a Type or Species table that matches the Pokemon being released.
Added "releaserewards:type_rewards" and "releaserewards:species_rewards" Entry Types
- Rolls a Type or Species reward table matching the Pokemon being released.
- Can optionally be provided with a Type or Species Identifier, and will always roll that table.
Added "releaserewards:type" condition
- Checks if one of the Pokemon's Types matches the specified Type.
- Allows deeper customization, and is more useful with the structural changes made in this update.

