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 |
🔧 Manual Installation
- Download the latest mod jar from the releases, from CurseForge or Modrinth.
- Install Minecraft Forge or Fabric.
- Drop the jar file into your mods folder.
🖥️ Dev Environment Setup
- Clone the repository
- Import into IntelliJ (VSCode and Eclipse are not tested)
- Run
gradle -> common -> Tasks -> fabric -> genSources
gradle -> fabric -> Tasks -> fabric -> genSources
gradle -> forge -> Tasks -> forgegradle runs -> genIntellijRuns
- restart the IDE
The common
module uses [fabric-loom]. This makes it possible to use [ParchmentMC][parchment].
Do not use Fabric related features in the common
module!
💚 Credits
This project is using the MultiLoader Template by Jared.
The logo was made by mo_shark.
🎓 License
This project is licensed under the GNU Lesser General Public License v3.0.