they made it ARR and it's kinda scary
Find a file
2022-08-23 02:12:17 +02:00
.github fix release workflow pre release resolving, add dependencies 2022-08-21 19:47:49 +02:00
Common Fix duplicates will not be removed after check 2022-08-23 02:12:17 +02:00
Fabric project cleanup 2022-08-21 19:47:06 +02:00
Forge project cleanup 2022-08-21 19:47:06 +02:00
gradle/wrapper update gradle to 7.5 2022-08-21 19:46:14 +02:00
.editorconfig Initial commit 2022-05-31 18:29:30 +02:00
.gitattributes Initial commit 2022-05-31 18:29:30 +02:00
.gitignore Add dependencies through an extra mod directory 2022-07-29 22:45:44 +02:00
build.gradle.kts project cleanup 2022-08-21 19:47:06 +02:00
CHANGELOG.md update changelog 2022-08-21 19:50:15 +02:00
gradle.properties project cleanup 2022-08-21 19:47:06 +02:00
gradlew Initial commit 2022-05-31 18:29:30 +02:00
gradlew.bat Initial commit 2022-05-31 18:29:30 +02:00
LICENSE Rename to AlmostUnified and update README 2022-06-15 17:02:38 +02:00
README.md update readme for modrinth, add wiki and credits 2022-08-21 19:47:29 +02:00
settings.gradle.kts Rename to AlmostUnified and update README 2022-06-15 17:02:38 +02:00

Almost Unified

A Minecraft mod to unify resources.

Version Total Downloads CF Total Downloads MR Workflow Status License

Discord | Wiki | CurseForge | Modrinth

🔧 Manual Installation

  1. Download the latest mod jar from the releases, from CurseForge or Modrinth.
  2. Install Minecraft Forge or Fabric.
  3. Drop the jar file into your mods folder.

🖥️ Dev Environment Setup

  1. Clone the repository
  2. Import into IntelliJ (VSCode and Eclipse are not tested)
  3. Run
    • gradle -> common -> Tasks -> fabric -> genSources
    • gradle -> fabric -> Tasks -> fabric -> genSources
    • gradle -> forge -> Tasks -> forgegradle runs -> genIntellijRuns
  4. 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.