KotlinForForge
KotlinForForge copied to clipboard
Makes Kotlin forge-friendly.
My English is not good, so I use AI for translation. I am developing Forge and Fabric mods using Architectury Loom. I have dependent my own utility library, but when...
This is my first time writing a mod using KFF and I've ran into an issue where Forge will throw an exception, complaining that my mod exports the same package...
I'm writing a Minecraft mod / Discord bot combo: https://github.com/Erdragh/AstralBot It uses [JDA](https://jda.wiki) to communicate with Discord. JDA has a dependency on okhttp3 which over multiple corners has a dependency...
I have update https://github.com/Edouard127/ClassLoaderError for testing When launching the mod in NeoForge production, the mod is unable to find specific classes or packages It works flawlessly in fabric, forge and...
Hi, I'm using KFF 5.6.0 in my 1.21 neoforge mod, but when it loads mixins I get this error when the mixin code tries to use a Kotlin class (even...
Minecraft: 1.21 NeoForge: 21.0.143 Architect Plugin: 3.4.159 Architectury Loom: 1.7.412 ``` modImplementation("thedarkcolour:kotlinforforge-neoforge:5.5.0") ``` ``` Exception in thread "main" java.lang.module.ResolutionException: Module thedarkcolour.kotlinforforge reads more than one module named fml_loader at java.base/java.lang.module.Resolver.resolveFail(Resolver.java:900)...