Included content
| Name | Version | |
|---|---|---|
apoli#225] Added duration and duration_on_use fields to the spawn_effect_cloud entity action type.apoli#227] Added sprinting power type.apoli#228] Added pose power type.apoli$234] Added prevent_entity_selection power type.apoli#223] Global power sets now support Fabric's resource conditions.origins#751] Origins and origin layers now support Fabric's resource conditions.calio] Fixed issue with the SerializableDataTypes#RECIPE data type leniently parsing the recipe's ID and the recipe's serializer ID.apoli] Fixed *_when_hit power types causing a crash when executing/evaluating actions/conditions on the possibly non-existent attacker.apoli] Fixed issue with selecting entities by command tags (via the @e[tag = <tagName>] selector argument) added in the same tick.apoli] Fixed certain errors not being caught when reading sub-powers.apoli] Fixed inconsistent format of automatically-generated translation keys in power names and descriptions.origins] Fixed inconsistent format of automatically-generated translation keys in origins and origin layers.1.14.0-alpha.2+mc.1.20.4| Name | Version | |
|---|---|---|
| File | Type | Size | |
|---|---|---|---|
| Origins-1.13.0-alpha.4+mc.1.20.4-sources.jar | Unknown | 395.43 KiB |
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.
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:iNpBhEID"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:3BeIrqZR:iNpBhEID"
}