For an in-depth explanation of the mod, its functionality, config descriptions, FAQs and more, check out the wiki.
- Download the latest mod jar from the releases, from CurseForge or Modrinth.
- Install Minecraft NeoForge or Fabric.
- Drop the jar file into your mods folder.
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 {
modCompileOnly("com.almostreliable.mods:almostunified-common:<version>:api")
}
dependencies {
modCompileOnly("com.almostreliable.mods:almostunified-fabric:<version>:api")
modRuntimeOnly("com.almostreliable.mods:almostunified-fabric:<version>")
}
dependencies {
compileOnly("com.almostreliable.mods:almostunified-neoforge:<version>:api")
runtimeOnly("com.almostreliable.mods:almostunified-neoforge:<version>")
}
For code examples on how to use the API, check out the wiki.
- Clone the repository
- Import into IntelliJ (VSCode and Eclipse are not tested)
- Run
gradle -> common -> Tasks -> fabric -> genSources
gradle -> fabric -> Tasks -> fabric -> genSources
gradle -> neoforge -> 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!
The logo was made by mo_shark.
This project is All Rights Reserved. Forks should only be created with the intent of submitting changes to the upstream repository via pull requests.
The license applies exclusively to the project's source code. Versions published on CurseForge and Modrinth may be used for gameplay and modpack creation, provided they are downloaded directly from these platforms. GitHub releases are intended for private use or as a fallback if CurseForge and Modrinth are unavailable.
The project's API can be freely used in other mods, as long as this project is not an included dependency. This includes custom inclusion methods like Jar-in-Jar.
Redistribution of builds or rehosting is strictly prohibited.