mirror of
https://github.com/AlmostReliable/almostunified.git
synced 2024-11-14 19:25:13 -05:00
they made it ARR and it's kinda scary
.github | ||
Common | ||
Fabric | ||
Forge | ||
gradle/wrapper | ||
.editorconfig | ||
.gitattributes | ||
.gitignore | ||
build.gradle.kts | ||
CHANGELOG.md | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
LICENSE | ||
README.md | ||
settings.gradle.kts |
🔧 Manually Installation
- Download the latest mod jar from CurseForge or the latest releases.
- Install Minecraft Forge or Fabric.
- Drop the mod jar into your mods folder.
🖥️ Setup dev environment
- Clone the repository
- Import into Intellij (VSCode and Eclipse are not tested, we recommend using Intellij)
- Run
gradle -> common -> Tasks -> genSources
gradle -> fabric -> Tasks -> genSources
gradle -> forge -> Tasks -> forgegradle runs -> genIntellijRuns
- Have fun!
The common
module uses fabric-loom
, this makes it possible to use parchment. Please do not use fabric related features in the common
module.
💚 Credits
This project is using the MultiLoader Template from Jared.
🎓 License
This project is licensed under the GNU Lesser General Public License v3.0.