fabric-language-kotlin
fabric-language-kotlin copied to clipboard
Fabric language module for Kotlin.
---- Minecraft Crash Report ---- // Oops. Time: 2022/8/5 下午12:48 Description: Unexpected error java.lang.NoClassDefFoundError: kotlinx/serialization/json/JvmStreamsKt at org.anti_ad.mc.common.config.builder.ConfigSaveLoadManager.save(Unknown Source) at org.anti_ad.mc.ipnext.config.SaveLoadManager.save(Unknown Source) at org.anti_ad.mc.ipnext.InventoryProfilesKt$init$1.invoke(Unknown Source) at org.anti_ad.mc.ipnext.InventoryProfilesKt$init$1.invoke(Unknown Source) at org.anti_ad.mc.ipnext.event.ClientInitHandler.onInit(Unknown Source)...
This is a major version bump for modrinth/minotaur to 2.3.1. This update should be done since the Modrinth v1 API, which Minotaur 1.x uses, is deprecated.
Made a server that runs with a few mods using kotlin however the server get's timed out if I try stopping it. ``` [08:25:20] [Server thread/ERROR]: Exception stopping the server...
added a note clarifying that you cant write mixins in kotlin, and to use java instead
Basically just the title - will it work on 1.18.1 ?
Whenever there's a new named version, it would be useful to [tag](https://git-scm.com/book/en/v2/Git-Basics-Tagging) the commit that was used to build/publish it. This would allow people to build older versions and it...
Kotlin 1.6.0 has been released, and an update would be great. Kotlin 1.6.0 has [JVM 17 support](https://kotlinlang.org/docs/whatsnew16.html#kotlin-jvm), and Minecraft has just been upped to JVM 17 as of 1.18-pre2, so...
when i use the jar that i found in my project's `build/libs` folder to test its working on common mc launcher(not inside intellij) and i got this: `Caused by: java.lang.ClassNotFoundException:...
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action
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