Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cleanroommc/templatedevenv
Template workspace for modding Minecraft 1.12.2
https://github.com/cleanroommc/templatedevenv
coremod forge gradle minecraft mixin modding template
Last synced: 5 days ago
JSON representation
Template workspace for modding Minecraft 1.12.2
- Host: GitHub
- URL: https://github.com/cleanroommc/templatedevenv
- Owner: CleanroomMC
- License: mit
- Created: 2022-01-06T11:56:31.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-01-01T03:56:10.000Z (about 1 month ago)
- Last Synced: 2025-01-20T16:13:28.462Z (13 days ago)
- Topics: coremod, forge, gradle, minecraft, mixin, modding, template
- Language: Java
- Homepage:
- Size: 177 KB
- Stars: 98
- Watchers: 4
- Forks: 35
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
## TemplateDevEnv
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.10.1** + **[RetroFuturaGradle](https://github.com/GTNewHorizons/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`.### Mixins:
- When writing Mixins on IntelliJ, it is advisable to use latest [MinecraftDev Fork for RetroFuturaGradle](https://github.com/eigenraven/MinecraftDev/releases).