Despite the changelog says pitch value upper limit is 2.0, if pitch value greater than 1.0 game will report errors.error datapack in attachment.
It works if you use a map
"pitch": { "type": "minecraft:uniform", "min_inclusive": 1.5, "max_exclusive": 1.6 }
but I think apparently using a single number actually creates a range from N to N+1 for some reason? I can't imagine that's intended for this field
Reporter: Tomatoiab
Assignee: Panda4994
Created: 2024-05-11T17:51:58Z
Updated: 2025-03-07T18:35:24Z
Resolved: 2024-05-20T08:08:15Z
ADO:
Confirmation Status: Confirmed
Area: Platform
Mojang Priority: Normal
Category: Data Packs, Sound
Labels:
Affects Versions: 24w18a, 24w19b
Fix Versions: 24w21a
Retrieved 2025-09-14T08:41:27Z
It works if you use a map
but I think apparently using a single number actually creates a range from N to N+1 for some reason? I can't imagine that's intended for this field