Tags
Creators
Details
Licensed MIT
Published 5 years ago
Updated last week
All versions
1.13.0-alpha.4+mc.1.20.4
Alpha
1.20.4: Origins 1.13.0-alpha.42 years ago 48.4K
Compatibility
Minecraft: Java Edition
1.20.4
Platform
Fabric
Supported environments
Client and server
Required content
Changes
Additions
- [
apoli#225] Addeddurationandduration_on_usefields to thespawn_effect_cloudentity action type. - [
apoli#227] Addedsprintingpower type. - [
apoli#228] Addedposepower type. - [
apoli$234] Addedprevent_entity_selectionpower type.
Changes
- [
apoli#223] Global power sets now support Fabric's resource conditions. - [
origins#751] Origins and origin layers now support Fabric's resource conditions.
Fixes
- [
calio] Fixed issue with theSerializableDataTypes#RECIPEdata type leniently parsing the recipe's ID and the recipe's serializer ID. - [
apoli] Fixed*_when_hitpower 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.
Full changelogs
- Calio:
1.14.0-alpha.2+mc.1.20.4
Optional dependencies
Supplementary resources
| 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.
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:iNpBhEID"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:3BeIrqZR:iNpBhEID"
}



