Insane96/ProgressiveBosses

Enchanting level problem

48004800 opened this issue · 8 comments

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)

According to the test, the maximum enchanting level is 127

That's strange. Gonna test that

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

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

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