promotional bannermobile promotional banner
premium banner
Adds Cobblemon pasture loot

Description

* Credit goes to DrEmixam on Modrinth for making the mod!

Cobblemon mod to make pastured pokémon randomly drop items from their loot table. The items are dropped at the pokémon's location.

Dependencies

Settings

Edit the config/PastureLoot.json file to change the settings.

  • tick_per_minute: The number of ticks per minute. Should stay at 1200.
  • drop_chance_per_minute: The chance for each pokémon dropping an item each minute. 1.0 means 100%, anything above 100% won't work.
  • item_blacklist: A list of items that should not be dropped by the pokémons.
  • legacy_flatten_item_quantity: False (default) for using Cobblemon loot table logic, true to have all items on the loot table have their quantities flattened to one (legacy behavior).
{
  "tick_per_minute": 1200,
  "drop_chance_per_minute": 0.015,
  "item_blacklist": [
    "minecraft:porkchop",
    "minecraft:beef",
    "minecraft:chicken",
    "minecraft:mutton",
    "minecraft:rabbit",
    "minecraft:fish",
    "minecraft:cooked_porkchop",
    "minecraft:cooked_beef",
    "minecraft:cooked_chicken",
    "minecraft:cooked_mutton",
    "minecraft:cooked_rabbit",
    "minecraft:cooked_fish",
    "minecraft:leather",
    "minecraft:bone",
    "minecraft:spider_eye",
    "minecraft:rotten_flesh",
    "minecraft:rabbit_hide",
    "minecraft:rabbit_foot",
    "minecraft:cod",
    "minecraft:pufferfish",
    "minecraft:bone_block",
    "minecraft:bone_meal",
    "cobblemon:sharp_beak",
    "minecraft:honey_bottle",
    "minecraft:salmon",
    "minecraft:white_wool"
  ],
  "legacy_flatten_item_quantity": false
}