Included content
| Name | Version | |
|---|---|---|
![]() | MidnightLib | 1.0.0-quilt |
Power Types
apugli:action_on_projectile_hit power type.apugli:projectile_action_over_time power type.targetable_bientity_condition and damage_bientity_condition fields to apugli:rocket_jump.apugli:rocket_jump.Action Types
apugli:spawn_particles entity action type. (Use only if you have to as this entity action may be removed when Apoli updates to 1.19.3.)Condition Types
apugli:attacker_condition entity condition type. Allows testing a bi-entity condition with the entity's attacker as the actor and the entity as the target.apugli:attack_target_condition entity condition type. Allows testing a bi-entity condition with the entity as the actor and its attack target as the target.apugli:can_take_damage entity condition type. Accepts a source field.apugli:max_health entity condition type. Accepts comparison and compare_to values.apugli:trident_enchantmententity condition type. Allows checking of enchantments on a trident that the condition is testing.Bugfixes
Internal
apugli:modify_soul_speed power type's logic.| Name | Version | |
|---|---|---|
![]() | MidnightLib | 1.0.0-quilt |
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:1qeWG44Y:jlUGMzt8"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:1qeWG44Y:jlUGMzt8"
}