Included content
| Name | Version | |
|---|---|---|
![]() | MidnightLib | 1.3.0-quilt |
Power Types
apugli:client_action_over_time power type.apugli:modify_enchantment_damage_dealt/apugli:modify_enchantment_damage_taken now creates enchantment crit particles if the damage is caused by a player and the particles wouldn't normally be present.Meta Action Types
apugli:packet entity and bi-entity action types.Entity Action Types
apugli:explosion_raycast entity action.apugli:add_velocity entity action.damage_modifier and damage_modifiers field to apugli:explode.knockback_modifier and knockback_modifiers field to apugli:explode.volume_modifier and volume_modifiers field to apugli:explode.pitch_modifier and pitch_modifiers field to apugli:explode.damage_bientity_condition field to apugli:explode.Entity Condition Types
apugli:status_effect_tag entity condition.Bugfixes
apugli:raycast entity condition using an entity condition for the bientity_condition field.apugli:charged_effects mob effect tag not being present.apugli:modify_enchantment_damage_dealt always being set to the apugli:modify_enchantment_damage_taken value. #33apugli:rocket_jump if the damage_type and source fields are both null.apugli:modify_enchantment_damage_taken. #34| Name | Version | |
|---|---|---|
![]() | MidnightLib | 1.3.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:dZorZTRQ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:1qeWG44Y:dZorZTRQ"
}