BonsaiTrees
BonsaiTrees copied to clipboard
Wrong Percentages being Displayed in JEI.
Description
As reported here
In JEI, Ectoplasm from Spectre Trees is being displayed as a 50% to obtain Item.
A Quick investigation showed that the loot table for the spectre leaves returns a ectoplasm not 50% of the times but more like 5% of times I think.
"entries": [
{
"type": "minecraft:item",
"conditions": [
{
"condition": "minecraft:survives_explosion"
},
{
"chances": [
0.005,
0.0055555557,
0.00625,
0.008333334,
0.025
],
"condition": "minecraft:table_bonus",
"enchantment": "minecraft:fortune"
}
],
"name": "irregular_implements:ectoplasm"
}
],
Mod Version
4.0.9
Forge Version
21.1.213