Hardcore Ender Expansion

Hardcore Ender Expansion

2M Downloads

[FIXED 1.6.6] Charm of Magic Defense Recipe Broken

ccbrown opened this issue ยท 1 comments

commented

In CharmType.java:

  new CharmRecipe(74).rune(DEFENSE).rune(MAGIC).rune(VOID).prop("reducemagicdmg",0.30F),
  new CharmRecipe(75).rune(DEFENSE).rune(MAGIC).rune(VOID).prop("reducemagicdmg",0.50F),
  new CharmRecipe(76).rune(DEFENSE).rune(MAGIC).rune(VOID).prop("reducemagicdmg",0.70F)

I imagine the lines for 75 and 76 should be a little different.

commented

Yep, they should be. Will fix asap, thanks.