Included content
| Name | Version | |
|---|---|---|
[O] marks changes in Origins, [A] marks changes in the underlying Apoli version.
@-mentions are GitHub usernames. Thanks to all contributors!
block_collision entity condition now has a block_condition field (thanks @eggohito)particle power type has new fields: visible_while_invisible, count, spread, offset_y (thanks @Dahminh)replace_inventory entity action has new field merge_nbt (thanks @eggohito)drop_inventory entity action has new field amount (thanks @eggohito)glowing (thanks @LimonBlaze)invisibility power type has new field render_outline which allows control over whether glowing outlines are visible (thanks @LimonBlaze)invisibility power type does not completely cancel rendering anymore when render_armor is false (thanks @LimonBlaze)Active.Key objects are now comparable, added hashCode and equals method (thanks @MerchantPug)| Name | Version | |
|---|---|---|
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:XPhIQke1"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:3BeIrqZR:XPhIQke1"
}