Cobblemon Pasture Loot
Dreaming of abandoning the hunter-gatherer lifestyle, fully immersing yourself in agricultural activities, and having your pastured pokémon handle all the work? This mod is exactly for you!
This modification for Cobblemon allows your pokémon herd to periodically drop random items from their loot table. All dropped resources appear right at the location where the pokémon are situated.
Parameter Settings
To change the settings, edit the configuration file config/PastureLoot.json.
- tick_per_minute: The number of ticks per minute. It's recommended to keep the value at 1200.
- drop_chance_per_minute: The probability of an item dropping each minute for each pokémon.
- item_blacklist: A list of items that should NOT be dropped by pokémon.
{
"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"
]
}