Included content
| Name | Version | |
|---|---|---|
![]() | MidnightLib | 1.0.0-fabric |
Rewrite
Licensing
Power Types
item_action field to apugli:edible_item power type.apugli:action_when_projectile_hit power type.apugli:bunny_hop now stacks when you have multiple powers with this power type.slot field to apugli:action_on_durability_change power type.increase_item_action, decrease_item_action, and break_item_action to apugli:action_on_durability_change power type.apugli:action_on_durability_change power type.apugli:action_on_durability_change now only executes one action per power per tick to prevent recursion.entity_action and damage_condition fields to apugli:action_on_harm and apugli:action_when_harmed power types.item_condition field to apugli:modify_enchantment_level power type.target_condition, self_action and target_action fields from apugli:modify_enchantment_damage_taken as they didn't do anything and weren't present in apugli:modify_enchantment_damage_dealt.Entity Action Types
apugli:explode no longer removes effects within the apugli:charged tag mob effect tag upon being triggered. Please do this yourself.apugli:raycast will now act upon entity raycasts before block raycasts, block raycasts will no longer run upon a successful entity raycast.Entity Condition Types
apugli:raycast now prioritises an entity raycast if one is found.apugli:base_enchantment entity condition type.Item Condition Types
apugli:base_enchantment item condition type.`Config
Bugfixes
apugli:modify_enchantment_damage_taken running more times than what was necessary.apugli:velocity comparing the compare_to value to the velocity value instead of the other way around. Please update your conditions if you are using this one.performVersionCheck not mattering in the serversided config. #29apugli:prevent_breeding bientity actions setting the love ticks value to too little.apugli:modify_enchantment_level crashing if used with an apoli:enchantment entity condition and item condition. #21 (PR #30 - Jarva)| Name | Version | |
|---|---|---|
![]() | MidnightLib | 1.0.0-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:1qeWG44Y:CrxvWkTR"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:1qeWG44Y:CrxvWkTR"
}