Tags
Creators
Details
1.10.0
Compatibility
Required content
Changes
Updated to support 1.20 and 1.20.1.
Thanks @halbrg, @eggohito and @MerchantPug for updating Origins' dependencies and new Apoli features and fixes.
Read more about Apoli changes in the Apoli 2.9.0 changelog.
The above changelog should be read by datapack developers due to deprecation of the material block condition.
Players using a lot of mods and upgrading their world to 1.20 should also read the above notice and make use of the material tag generation tool.
- Updated Turkish translation (thanks BoranYEET on Discord)
- Added missing, new translation keys to all language files
- Updated the mod dependency metadata, which fixes unexpected crashes when using outdated FAPI versions
Note to add-on (not datapack) developers: this build currently includes a locally built version of ReachEntityAttributes which has updated mod metadata to allow it to run on 1.20. This means your gradle build script will not be able to resolve the dependency. You can build this JAR from this fork and publish it to your local maven for development.
Optional dependencies
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:3BeIrqZR:OdNHB7Bh"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:3BeIrqZR:OdNHB7Bh"
}



