The bug
Similar to entity_scores in MC-183917, the time_check predicate condition requires either a specific value or a min and max value range. If either min or max were missing when checking for a value range, the predicate would fail to load:
{
"condition": "minecraft:time_check",
"value": {
"min": 1000
}
}How to reproduce
Install the data pack below in a world for easier reproduction
Type the following command in chat:
/execute if predicate→ ❌ The
time_check:1000_timepredicate does not load
Linked issues
Attachments
Comments 2
Fixed in 20w46a due to the fix of MC-183917.
The bug should be assigned to the Data Packs category.