Loot Functions Fortune Enchant - Tmtravlr/LootOverhaul GitHub Wiki
Property | Type | Description |
---|---|---|
count | Integer or Integer Range | The number to increase per fortune level. |
limit | Integer | The limit of how many can drop. (Optional) |
Increases the drops based on the fortune enchantment level. Mirrors vanilla looting.
Example Usage:
Will drop 0-1 more every fortune level.
"functions": [
{
"function": "lootoverhaul:fortune_enchant",
"count": {
"min": 0,
"max": 1
},
}
]
Previous - Replace NBT | Back | Next - Delay |
---|