FabricMC / fabric-language-kotlin

Fabric language module for Kotlin.
Apache License 2.0
293 stars 33 forks source link

Dependency updates #136

Closed Snowiiii closed 4 months ago

Snowiiii commented 6 months ago

I saw that LanguageAdapter and other classes in loader.language got Deprecated in Fabric Loader not sure why or what to use instead. Should still work fine

modmuss50 commented 6 months ago

I saw that LanguageAdapter and other classes in loader.language got Deprecated in Fabric Loader not sure why or what to use instead.

We still support these for mods that are using v0 of the mod metadata format, its been deprecated for many years.

There will be no real rush to merge this PR as the updates to the depedencies dont really mean a whole lot here tbh, we usually only update deps when there is a requirement to do so.

Snowiiii commented 6 months ago

We still support these for mods that are using v0 of the mod metadata format, its been deprecated for many years.

There will be no real rush to merge this PR as the updates to the depedencies dont really mean a whole lot here tbh, we usually only update deps when there is a requirement to do so.

I Just think its better to have everything up to date, This PR should not bring any Mod Breaking changes as of older fabric loader are still supported: "fabricloader": ">=0.14.24", Its more of an "clean up"