Included content
| Name | Version | |
|---|---|---|
![]() | Cloth Config API | 10.0.96+fabric |
[O] marks changes in Origins, [A] marks changes in the underlying Apoli version.
Thanks to BiFT, ThatRobin, eggohito, Dahminh, and diamonddevv for their contributions (listed in no particular order).
[O] Added Ukrainian translation (thanks BiFT#3428 on Discord)
[A] New power type: grounded
[A] New entity actions: grant_advancement, revoke_advancement, selector_action
[A] New block action: area_of_effect
[A] New damage condition: in_tag
[A] Global powers
[O] Updated to 1.19.4
[A] Damage sources have been deprecated in favor of damage types. If you create datapacks, read more about this change here.
[A] action_on_item_use has two new fields: trigger and priority
[A] projectile damage condition has a new field: projectile_condition
[A] enchantment item condition will now check for the total amount (not level) of enchantments on the item if the enchantment field isn't specified
[A] modify_food power type now supports Apoli's custom modifiers
[A] /power command has been reworked
[A] mixin.entity.collisions.suffocation is now automatically disabled if Lithium is installed, preventing problems with phasing
[A] high_humidity and precipitation biome conditions may behave differently than before, due to irreconcilable Vanilla changes
[A] A few bug fixes.
Make sure to read the Apoli release notes, as they contain more detailed information, whereas this list is just a condensed version.
| Name | Version | |
|---|---|---|
![]() | Cloth Config API | 10.0.96+fabric |
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:3rGbH9xO"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:3BeIrqZR:3rGbH9xO"
}