kiris-mods / kiris-utils

A lib for all things Kiri might need while modding!

Home Page:https://tophatcat.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kiri's Utils

Kiri's Utilities, a mod for saving time and energy writing duplicate code all over the place.

Discord server invite. Website link. Latest commit.

Getting Started with IntelliJ IDEA

  1. Clone or download this repository to your computer.
  2. Open the project in IntelliJ IDEA.
  3. If your default JVM/JDK is not Java 17 you will encounter an error when opening the project. This error is fixed by going to File > Settings > Build, Execution, Deployment > Build Tools > Gradle > Gradle JVM and changing the value to a valid Java 17 JVM. You will also need to set the Project SDK to Java 17. This can be done by going to File > Project Structure > Project SDK. Once both have been set open the Gradle tab in IDEA and click the refresh button to reload the project.
  4. Open the Gradle tab in IDEA if it has not already been opened. Navigate to Your Project > Common > Tasks > vanilla gradle > decompile. Run this task to decompile Minecraft.
  5. Open your Run/Debug Configurations. Under the Application category there should now be options to run Forge and Fabric projects. Select one of the client options and try to run it.
  6. Assuming you were able to run the game in step 5 your workspace should now be set up.

About

A lib for all things Kiri might need while modding!

https://tophatcat.dev/

License:GNU Lesser General Public License v2.1


Languages

Language:Java 100.0%