ThizThizzyDizzy / tree-feller

The most customizable tree feller ever made.
GNU General Public License v3.0
39 stars 11 forks source link

EcoSkills compatibility broke again #79

Closed ThizThizzyDizzy closed 7 months ago

ThizThizzyDizzy commented 1 year ago

java.lang.NoSuchMethodError: 'com.willfp.ecoskills.skills.Skill com.willfp.ecoskills.skills.Skills.getByID(java.lang.String)' at com.thizthizzydizzy.treefeller.compat.EcoSkillsCompat.fellTree(EcoSkillsCompat.java:354) ~[TreeFeller-1.22.1.jar:?]

ThizThizzyDizzy commented 7 months ago

Potentially fixed (no code changes, just changed my dependency placeholder) The issue was that the getByID moved from the Skills class to a CategoryWithRegistry class that Skills extends Can't test however, since this is a premium plugin (source is available though, but it's kotlin >.>)