Ethan Jason
04/27/2026, 7:14 PMVampire
04/27/2026, 11:19 PMmodImplementation. Whether it should be there or not, no idea, that is not something Gradle-native, but probably something specific to the MC development plugin you are using, so you might be better off asking in some MC modding community. 🤷♂️
Also, if you want better IDE support, use Kotlin DSL. It is the default DSL since long time, it immediately gives you type-safe build scripts, actually helpful error messages if you need to the syntax, and amazingly better IDE support.
Also, to share information about your build and your failure, the best way is to share a build --scan URL.