Skip to content

CleanroomMC/TemplateDevEnv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

782ad1b · Apr 16, 2025

History

62 Commits
Apr 7, 2024
Jan 1, 2025
Nov 11, 2024
Jan 6, 2022
Apr 7, 2024
Nov 10, 2022
Apr 16, 2025
Jan 1, 2025
Jan 1, 2025
Apr 24, 2023
Apr 24, 2023
Jan 1, 2025
Apr 7, 2024

Repository files navigation

TemplateDevEnv

For Kotlin see TemplateDevEnvKt

Template workspace for modding Minecraft 1.12.2. Licensed under MIT, it is made for public use.

This template runs on Java 21! Currently utilizies Gradle 8.12 + RetroFuturaGradle 1.4.1 + Forge 14.23.5.2847.

With coremod and mixin support that is easy to configure.

Instructions:

  1. Click use this template at the top.
  2. Clone the repository that you have created with this template to your local machine.
  3. Make sure IDEA is using Java 21 for Gradle before you sync the project. Verify this by going to IDEA's Settings > Build, Execution, Deployment > Build Tools > Gradle > Gradle JVM.
  4. Open the project folder in IDEA. When prompted, click "Load Gradle Project" as it detects the build.gradle, if you weren't prompted, right-click the project's build.gradle in IDEA, select Link Gradle Project, after completion, hit Refresh All in the gradle tab on the right.
  5. Run gradle tasks such as runClient and runServer in the IDEA gradle tab, or use the auto-imported run configurations like 1. Run Client.

Notes: