they made it ARR and it's kinda scary
Find a file
2023-02-01 18:51:30 +01:00
.github switch main branch 2022-12-20 15:34:49 +01:00
Common update loom 2023-02-01 18:51:30 +01:00
Fabric update loom 2023-02-01 18:51:30 +01:00
Forge Add jankins and fix auto config for test env 2023-02-01 16:35:48 +01:00
gradle/wrapper Recipe Modification Indicator (#8) 2022-09-24 20:06:13 +02:00
.editorconfig Recipe Modification Indicator (#8) 2022-09-24 20:06:13 +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 fix crash with Rhino 2022-11-15 21:28:08 +01:00
CHANGELOG.md bump version 2023-02-01 17:51:00 +01:00
gradle.properties bump version 2023-02-01 17:51:00 +01: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 2023-02-01 17:50:56 +01:00
settings.gradle.kts 1.19.2 port (#15) 2022-10-17 20:57:09 +02:00

Preview

Almost Unified

A Minecraft mod to unify resources.

Version Total Downloads CF Total Downloads MR Workflow Status License

Discord | Wiki | CurseForge | Modrinth

📖 Wiki

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 and published to the BlameJared maven.

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

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.