Mystical Customization

Mystical Customization

28M Downloads

JEI crop hover not updating secondary chance w/ file

TheGam1ngWizard opened this issue ยท 0 comments

commented

Hi Blake,

After updating the configure-tiers.json file with the following code. The Jade hover still shows 'secondary chance: 20%'.

Jade: 15.10.0
JEI: 19.21.0.247
JER: 1.6.0.13

Let me know if this is something you can fix, or if there's a different recommended JER/JEI/Jade option.

``{
"mysticalagriculture:1": {
"baseSecondaryChance": 0.2
},
"mysticalagriculture:2": {
"baseSecondaryChance": 0.1
},
"mysticalagriculture:3": {
"baseSecondaryChance": 0.05
},
"mysticalagriculture:4": {
"baseSecondaryChance": 0.025
},
"mysticalagriculture:5": {
"baseSecondaryChance": 0.0125
},
"mysticalagriculture:elemental": {
"baseSecondaryChance": 0.2
}
}`