Loot Functions Delay - Tmtravlr/LootOverhaul GitHub Wiki
Loot Functions - Delay
Structure:
Property | Type | Description |
---|---|---|
delay | Integer or Integer Range | The delay in ticks (20 per second). |
Description:
Delays a drop by the given number of ticks.
NOTE: Delay, Position, and Offet must always be last, since other functions might not work after them.
Example Usage:
Will delay the drop between 1 and 5 seconds (20 and 100 ticks)
"functions": [
{
"function": "lootoverhaul:delay",
"delay": {
"min": 20,
"max": 100
},
}
]
Previous - Fortune Enchant | Back | Next - Position |
---|