Skip to content
These docs are a work in progress and may be incomplete or contain inaccuracies. (Or be for a newer unreleased version of the mod)

Loot Tables

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.mcmeta file
  • YourDatapack/data/cobblemon_pokestops/loot_tables folder containing the modified loot tables. You can use the editor below to generate these files.
YourDatapack/pack.mcmeta
{
"pack": {
"pack_format": 48,
"description": "Custom loot tables for Cobblemon Pokestops"
}
}
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.