time_period_fact
Check if the time is inside a range — misc entry.
Entry Information
| Property | Value |
|---|---|
| Entry ID | time_period_fact |
| Type | Misc |
| Color | Blue |
| Icon | mdi:timeline-clock |
Fields
| Field | Type | Description |
|---|---|---|
timeEntry | String | Identifier of the minecraft_time entry used as a data source |
startTicks | Int | Start of the period in ticks (0-23999) |
endTicks | Int | End of the period in ticks (0-23999) |
fallback | Int | Value returned when the time entry cannot be found |
Usage Example
- entry: time_period_fact
name: "Check if the time is inside a range"
timeEntry: ""
startTicks: 0
endTicks: 0
fallback: 0