Progressive Bosses

Progressive Bosses

34M Downloads

Enchanting level problem

48004800 opened this issue · 8 comments

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)

commented

屏幕截图 2022-11-09 100832

commented

2022-11-09_10 10 18

commented

2022-11-09_10 10 11

commented

Oh the config works properly then, it's in-game that the enchantments are set to 0. I'll investigate

commented

According to the test, the maximum enchanting level is 127

commented

That's strange. Gonna test that

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
commented

This seems to be intended as enchantments can't go over 127. Next update will cap the config to 127 instead of 255