Tags
Creators
Details
Licensed MIT
Published 5 years ago
All versions
1.4.0
Release
1.18.2: Origins 1.4.04 years ago 821
Compatibility
Minecraft: Java Edition
1.18.2
Platform
Fabric
Supported environments
Client and server
Required content
Changes
[A] indicates changes in Apoli (updated to 2.3.2), [O] indicates changes in Origins.
Additions
- [O] Layer files now have an additional field called
gui_titlewith two sub-fieldsview_originandchoose_origin, which override the default prompt at the top of the choose/view origin GUI for that layer. (thanks eggohito) - [O] The origin loot condition now also optionally supports a
layerfield. (thanks eggohito) - [A] Added Spanish translations. (thanks Golder06)
Changes
- [A+O] Updated to 1.18.2. (thanks slapjd for the effort, even though I didn't end up using all of your code)
- [O] Added integration for Enchantment Descriptions. (thanks Darkhax)
- [O] Updated Spanish translations. (thanks Golder06)
- [O] Updated the
swim_speedpower to be anattributepower instead of using themodify_swim_speedpower type.
Fixes
- [A] Fixed
modify_block_statechecking incorrect fields for integer properties, causing it to not function. - [A] Fixed
distance_from_spawnanddistance_from_coordinatesconditions crashing when nooffsetorcoordinatesare specified. - [O] Updated the power
phantomize_overlayto be hidden.
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:gjx17KE8"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:3BeIrqZR:gjx17KE8"
}

