Closed Zsigio closed 3 years ago
@Zsigio In the meantime, select Uniform+
in the dropdown.
Alright, thank you, we'll see if mojang decides to fix it or not then. Uniform+ is a great temporary solution.
For future reference, the bug got fixed by Mojang in 21w03a
The "type" tag for the number provider doesn't show up in the output JSON when a uniform distribution is used in the predicate generator. This breaks the predicate file. (tested in 20w51a)
Recreation
Expected result
{ "condition": "minecraft:value_check", "value": { "type": "minecraft:uniform", "min": 0, "max": 0 }, "range": { "min": 0, "max": 0 } }
What I get instead
{ "condition": "minecraft:value_check", "value": { "min": 0, "max": 0 }, "range": { "min": 0, "max": 0 } }