Skip to content

An example repository for a client-side Fabric mod using the Kotlin programming language.

License

Notifications You must be signed in to change notification settings

camnwalter/FabricExampleMod

Repository files navigation

Example Client Fabric Mod with Kotlin

Setup

Set project SDK to Java 17+

1) Ctrl + Shift + Alt + S
2) Set SDK version to Java 17 or above
3) Apply

Set Gradle JVM version to Java 17+

1) Ctrl + Alt + S
2) Build, Execution and Deployment -> Build Tools -> Gradle
3) Set Gradle JVM version to Java 17 or above
4) Apply

Set run configuration to Java 17+

1) Ctrl + Shift + A
2) Type "Edit configurations"
3) Open it
4) Change Build and run to Java 17 or above, and the classpath to examplemod.main
5) Apply

License

This template is available under the CC0 license. Feel free to learn from it and incorporate it in your own projects.

About

An example repository for a client-side Fabric mod using the Kotlin programming language.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published