Enchanting level problem
48004800 opened this issue · 8 comments
48004800 commented
Versions
- Minecraft: 1.19.2
- Forge: 43.1.47
- Progressive Bosses: 3.7.3
- InsaneLib: 1.7.1
The equipment enchanting level of the wither minions will change to 0 when it is set to a high level(no more than 255)
48004800 commented
According to the test, the maximum enchanting level is 127
Insane96 commented
That's strange. Gonna test that
Insane96 commented
Tested with this and didn't reset on game load
[Wither.Minions.Equipment.Enchantments]
#Chance (at max difficulty) for the Wither Minion's Sword to be enchanted with Sharpness. Note that every 100% chance adds one guaranteed level of the enchantment, while the remaining dictates the chance to add on more level.
#Range: 0.0 ~ 255.0
"Sharpness Chance" = 200
#Chance (at max difficulty) for the Wither Minion's Sword to be enchanted with Knockback. Note that every 100% chance adds one guaranteed level of the enchantment, while the remaining dictates the chance to add on more level.
#Range: 0.0 ~ 255.0
"Knockback Chance" = 100
#Chance (at max difficulty) for the Wither Minion's Bow to be enchanted with Power. Note that every 100% chance adds one guaranteed level of the enchantment, while the remaining dictates the chance to add on more level.
#Range: 0.0 ~ 255.0
"Power Chance" = 200
#Chance (at max difficulty) for the Wither Minion's Bow to be enchanted with Punch. Note that every 100% chance adds one guaranteed level of the enchantment, while the remaining dictates the chance to add on more level.
#Range: 0.0 ~ 255.0
"Punch Chance" = 215
48004800 commented
48004800 commented
48004800 commented
Insane96 commented
Oh the config works properly then, it's in-game that the enchantments are set to 0. I'll investigate
Insane96 commented
This seems to be intended as enchantments can't go over 127. Next update will cap the config to 127 instead of 255