Posted August 14, 20214 yr comment_463832 Hi, I am writing my adapter for Kotlin, but the main loader does not see the mod. What did I do: 1. Implemented IModLanguageProvider, IModLanguageLoader, ModContainer 2. In toml: modLoader the name of custom loader is set 3. In META-INF created service with path to custom IModLanguageProvider But, this is not work in IDEA. I output IModLanguageProvider#getFileVisitor to the console and it showed that the class was not found. Although the annotation hangs over the class. Please do not write that I do not need it, that there are ready-made solutions and blah-blah-blah. I have other goals, but first I need to at least solve the problem with the launch.
August 15, 20214 yr Author comment_463895 Solved, need add this to build.gradle classpath "org.jetbrains.kotlin:kotlin-serialization:1.5.21"
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.