Описание
[](https://modrinth.com/mod/cobblemon-pasture-loot)

[](https://twitch.tv/dremixam)
# CobblemonPastureLoot
> Want to abandon the hunter-gatherer lifestyle, embrace the farmer life and have your pastured pokémon do the work for you? This mod is for you!
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
- [Cobblemon](https://modrinth.com/mod/cobblemon)
## 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).
```json
{
"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
}
```
---
## My other mods

| Project | Description |
| :---: | :--- |
| | **[Cobblemon Pasture Loot](https://modrinth.com/mod/XP2jcAo0)**_Want to abandon the hunter-gatherer lifestyle, embrace the farmer life and have your pastured pokémon do the work for you? This mod is for you!_ |
| | **[Community Leaders](https://modrinth.com/mod/pOTfVxmX)**_A mod designed to help server admins delegate community management to trusted "community leaders". Server admins can grant invitation permissions to streamers, content creators, or community managers…_ |
| | **[Leon Le Robot](https://modrinth.com/mod/leonlerobot)**_Let the french Twitch streamer robot Leon Le Robot land in your Minecraft server._ |
| | **[Server Rules](https://modrinth.com/mod/server-rules)**_Mod designed to enforce server rules by displaying a mandatory rules screen to new players. Players must read and accept the rules before they can join the game, ensuring a friendly and respectful community environment._ |
### Streams and other creations
I stream on [Twitch](https://www.twitch.tv/dremixam), in French. You can find my other creations on [GitHub](https://github.com/dremixam) and [my personal website](https://dremixam.com/).