kangarko / Foundation

Foundation™ helps you create highly customized Minecraft plugins (based on Spigot/Paper API) that support multiple MC versions.
https://mineacademy.org
316 stars 64 forks source link

1.21.1: ReflectionException #319

Closed Ultimating closed 6 days ago

Ultimating commented 1 week ago

I was given a ReflectionException from one of my customers in regards to Foundation not finding the replaceFontImages method.

However, the method itself still exists on ItemsAdder API, so I'm not sure why the exception occurs.

They seem to be using ItemsAdder v4.0.2-beta-release-9 as I saw a feature request about this method on their GitHub in the version's changelog.

The exception is here.

I've instructed them to downgrade ItemsAdder for now, but let me know if you need any additional details.

kangarko commented 1 week ago

Thanks, will be updating ItemsAdder shortly.

Ultimating commented 1 week ago

Thanks, will be updating ItemsAdder shortly.

Any updates, @kangarko?

kangarko commented 6 days ago

Done.