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 | ||
Jenkinsfile | ||
README.md | ||
settings.gradle.kts |
Almost Unified
📖 Wiki
For an in-depth explanation of the mod, its functionality, config descriptions, FAQs and more, check out the wiki.
🔧 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 -> loom -> genSources
gradle -> Tasks -> buildconfig -> generateBuildConfig
- Restart the IDE
The common
module uses fabric-loom. This allows to use ParchmentMC.
Do not use Fabric related features inside 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.