Included content
| Name | |
|---|---|
![]() | MidnightLib |
action_on_jump, custom_projectile, modify_durability_change, modify_fov, prevent_movement_check, sprinting, and step_assist power types.custom_projectile, item_cooldown and spawn_custom_effect_cloud entity action types.raycast_between and spawn_custom_effect_cloud bi-entity action typeS.schedule_tick block action type.cooldown item action type.apoli:area_of_effect block action type.custom_entity_id and owner bi-entity condtiion types.in_rain, raining and thundering block condition types.grounded, raining, thundering entity condition types.on_cooldown item condition type.step_assist field's functionality in the hover power, these fixes also carry over to the new step_assist power.action_on_durability_change to run more times than what's necessary.modify_enchantment_level targeting the wrong location. #45modify_enchantment_level not working with an empty item stack.| Name | |
|---|---|
![]() | MidnightLib |
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:aBvTDG0M"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:1qeWG44Y:aBvTDG0M"
}