Change Insomnia Ticks
Changes the value of the minecraft.custom:minecraft.time_since_rest
statistic of the player.
Type ID: eggolib:change_insomnia_ticks
Fields
Field | Type | Default | Description |
---|---|---|---|
change |
Integer | The value to be used for changing the value of the player's minecraft.custom:minecraft.time_since_rest statistic. |
|
operation |
String | "add" |
Determines how the specified value will be operated on the value of the player's minecraft.custom:minecraft.time_since_rest statistic. Accepts one of "add" and "set" . |
Examples
This example will add 24000 to the the value of the player's minecraft.custom:minecraft.time_since_rest
statistic, essentially adding 1 day.