Mystical World

Mystical World

19M Downloads

Crash after killing a squid

NielsPilgaard opened this issue ยท 3 comments

commented

Versions

Minecraft Version: 1.14.4
EquipmentTooltips-1.14.4-1.3.2+10
SilentLib-1.14.4-4.4.0+44
mysticalworld-1.14.4-1.6.0
mysticallib-1.14.4-1.5

Expected behavior

  • Killing a squid results in a dead squid.

Actual behaviour

  • Killing a squid results in a crash.

Steps to reproduce the problem

  1. Make an instance with both Mystical World and Equipment Tooltips
  2. Kill a squid
  3. ...
  4. Profit

I suspect that this crash is caused by a bad interaction between Mystical World and Equipment Tooltips, which is why I mentioned both version further up. I have repoted this issue on both trackers.

Original report: EnigmaticaModpacks/Enigmatica4#93
Equipment Tooltips issue: SilentChaos512/Equipment-Tooltips#5

commented

Opening up the JAR that I uploaded to CurseForge, I triple-checked that the method referred to (200900_a returning an integer) is implemented, and it looks like my attempts at being clever have unfortunateley backfired.

While Java is satisfied by the getEnchantability, the reobfuscation of the jar results in it only supplying that for the IItemTier, rather than what is needed for IArmorMaterial. I'll see if I can rectify this promptly.

commented

Yes, this is definitely my problem. Release 1.6.1 presently

commented

Thanks for the quick fix :)