Hello! I would like to report a couple of bugs with the use of versions prior to 1.20.5 (GlowingEntities class)!
Mainly, watcherGet does not contain the al method. According to what I checked, there is not the previous adaptation that existed (it may not be this).
Finally, another error occurs in the DataWatcher subclass declaration (line 421) because the condicional is erroneous, currently it is version >= 20 || (version == 20 && versionMinor >= 5), where version >= 20 must be version > 20
Thank you for your work, it is a great dependency and of very good quality!
Hello! I would like to report a couple of bugs with the use of versions prior to 1.20.5 (
GlowingEntities
class)!Mainly,
watcherGet
does not contain theal
method. According to what I checked, there is not the previous adaptation that existed (it may not be this). Finally, another error occurs in theDataWatcher subclass
declaration (line 421) because the condicional is erroneous, currently it isversion >= 20 || (version == 20 && versionMinor >= 5)
, whereversion >= 20
must beversion > 20
Thank you for your work, it is a great dependency and of very good quality!