which is incorrect, as i will always output 2 items.
Problem is visible in the example above; Avg. Output: (4) is higher than Max: (2), which is not possible. When sieving though, it's actually impossible to get more drops than "n", the amount of trials (same number as Max:).
I suggest changing/adding an alternative version to display the odds, such as displaying the actual values of "n" and "p".
Original
Problems with the current way of displaying odds (assuming we are using
"type": "minecraft:binomial"
in the recipe .json):"p"
, the probability of success per trial, exceeds 1 (100%). For example, ifthen it will display
which is incorrect, as i will always output 2 items.
"n"
, the amount of trials (same number as Max:).I suggest changing/adding an alternative version to display the odds, such as displaying the actual values of
"n"
and"p"
. OriginalNew