Skip to content

Minecraft 1.8.9 Modding Template with Kotlin and Mixins

License

Notifications You must be signed in to change notification settings

Nxllpointer/Minecraft-1_8-Modding-Template

Repository files navigation

Minecraft 1.8.9 Modding Template with Kotlin and Mixins

Running Minecraft

Minecraft Client Configuration

The dropdown menu should be in the top right of IntelliJ

1. Generating the run configuration

Run the genIntellijRuns gradle task if you dont have a client run configuration.

2. Configuring the run configuration

🔴 If you don't do this you cannot launch Minecraft and will get this exception: 🔴 java.lang.ClassCastException: class jdk.internal.loader.ClassLoaders$AppClassLoader cannot be cast to class java.net.URLClassLoader

a) Open the configuration editor

Edit Configurations Button

b) Set java version to Java 8

Configuration Editor Settings

Package your mod as a JAR

To package your mod as a JAR file you have to run the shadowJar gradle task. The build task will not work! The JAR will be in the build/libs directory.

About

Minecraft 1.8.9 Modding Template with Kotlin and Mixins

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published