Watch
1
0
Fork
You've already forked Voxy
0
forked from StynaST/Voxy
Bug Fixes
  • Java 93.2%
  • GLSL 3.7%
  • Python 1.7%
  • Shell 1.4%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-08-10 08:33:53 -05:00
.github/workflows Inital Commit 2026-08-09 12:29:20 -05:00
gradle Inital Commit 2026-08-09 12:29:20 -05:00
src/main fix ingestion & LODS not updating when on a server 2026-08-10 08:33:53 -05:00
.gitignore Inital Commit 2026-08-09 12:29:20 -05:00
build.gradle Fix For W2:R & ModularUI 2026-08-09 19:53:57 -05:00
CHANGELOG.md Inital Commit 2026-08-09 12:29:20 -05:00
gradle.properties Fix For W2:R & ModularUI 2026-08-09 19:53:57 -05:00
gradlew Inital Commit 2026-08-09 12:29:20 -05:00
gradlew.bat Inital Commit 2026-08-09 12:29:20 -05:00
LICENSE Inital Commit 2026-08-09 12:29:20 -05:00
README.md Inital Commit 2026-08-09 12:29:20 -05:00
settings.gradle Inital Commit 2026-08-09 12:29:20 -05:00
tags.properties Inital Commit 2026-08-09 12:29:20 -05:00

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 25, Gradle 9.6.1 + RetroFuturaGradle 2.0.2 + 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 25 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: