BerndiVader / MythicMobsQuestsModule

MythicMobs Kill Objective for Quests Plugin
11 stars 12 forks source link

1.15.2 - Could not pass EntityDeathEvent #39

Closed Tirco closed 4 years ago

Tirco commented 4 years ago

Quests v.3.8.7-b72 MythicMobs v4.9.0-snapshot

I realize that this module is not updated yet, but i figured I'd make a ticket either way before I try to fix things myself :)

Error happens when a mythic mob is killed, caused by NoSuchMethodError: ActiveMob.getLevel()I

Tirco commented 4 years ago

Managed to fix this my updating moblevel in MythicMobsKilled from int to double, and updating all RangedDouble imports... I have no idea on how to fork on github <.< Edit: Nvm-figured it out.