dsdd / EnchantmentsPlusMinus

Custom enchants for your Minecraft server
MIT License
3 stars 11 forks source link

EnchantmentProcessor line 59 should throw an exception under 1.13 #14

Closed Geolykt closed 3 years ago

Geolykt commented 3 years ago

LegacyWrapper.isLegacy() will return false under 1.13 which makes it go a route where a method is not found

dsdd commented 3 years ago

LegacyWrapper does not have a method called isLegacy() though, and there are multiple EnchantProcessor classes in different packages

Geolykt commented 3 years ago

Didn't notice that, the EnchantmentProcessor is within the package org.eps.tokenrewards and I actually meant LegacyUtil instead of LegacyWrapper (my bad)

Geolykt commented 3 years ago

Nevermind, this has all changed now that you pushed the actual code