Loot Tables
Data-pack instructions
Section titled “Data-pack instructions”The loot tables for the Pokestops are located in the data/cobblemon_pokestops/loot_tables folder of the mod’s JAR file. You can extract these files and modify them to change the rewards given by the Pokestops. Or you can use the editor below to modify the loot tables and then copy the generated JSON files into your data-pack.
When creating a data-pack you will need the following:
YourDatapack/pack.mcmetafileYourDatapack/data/cobblemon_pokestops/loot_tablesfolder containing the modified loot tables. You can use the editor below to generate these files.
Example pack.mcmeta file
Section titled “Example pack.mcmeta file”{ "pack": { "pack_format": 48, "description": "Custom loot tables for Cobblemon Pokestops" }}Resources
Section titled “Resources” For more information on Minecraft’s loot table system, see the Minecraft Wiki: Loot table.
For more information on Minecraft’s Pack format, see the Minecraft Wiki: Pack format.
For more information on Minecraft’s Data pack system, see the Minecraft Wiki: Data pack.