they made it ARR and it's kinda scary
Find a file
2023-06-05 20:06:48 +02:00
.github add optional Modrinth JEI dependency to release workflow 2023-04-02 10:33:23 +02:00
Common update gradle, loom and all dependencies 2023-06-05 20:06:48 +02:00
Fabric update gradle, loom and all dependencies 2023-06-05 20:06:48 +02:00
Forge update gradle, loom and all dependencies 2023-06-05 20:06:48 +02:00
gradle/wrapper update gradle, loom and all dependencies 2023-06-05 20:06:48 +02:00
.editorconfig cleanup editorconfig and support workflows 2023-04-02 10:32:51 +02:00
.gitattributes Initial commit 2022-05-31 18:29:30 +02:00
.gitignore add architectury logs to gitignore 2023-06-05 17:46:47 +02:00
build.gradle.kts add parchment 2023-06-05 20:06:48 +02:00
CHANGELOG.md bump version 2023-05-04 21:27:41 +02:00
gradle.properties add parchment 2023-06-05 20:06:48 +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
Jenkinsfile Add jankins and fix auto config for test env 2023-02-01 16:35:48 +01:00
LICENSE add license 2023-02-01 16:41:23 +01:00
README.md update readme and adjust badges 2023-06-05 17:47:00 +02:00
settings.gradle.kts Move to arch 2023-02-01 21:33:29 +01:00

Preview

Almost Unified

A Minecraft mod to unify resources.

Workflow Status License

Version Total Downloads CF Total Downloads MR

Discord Wiki

📖 Information

For an in-depth explanation of the mod, its functionality, config descriptions, FAQs and more, check out the wiki.

🔧 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.

🔗 Depending on the Mod

Maven

Every release of this project is built on and published to the BlameJared maven.

repositories {
    maven { 
        url = 'https://maven.blamejared.com'
        name = 'BlameJared Maven'
    }
}
dependencies {
    modApi("com.almostreliable.mods:almostunified-common:<version>")
}
dependencies {
    modApi("com.almostreliable.mods:almostunified-fabric:<version>")
}
dependencies {
    modApi(fg.deobf("com.almostreliable.mods:almostunified-forge:<version>"))
}

Examples

For code examples on how to use the API, check out the wiki.

🖥️ 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 -> loom -> genSources
  • gradle -> Tasks -> buildconfig -> generateBuildConfig
  1. 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

The logo was made by mo_shark.

🎓 License

This project is licensed under the GNU Lesser General Public License v3.0.