Included content
| Name | |
|---|---|
![]() | MidnightLib |
easing, priority, delay_modifier, and delay_modifiers fields to modify_scale.modify_scales with delay and resource based modifier fields will now dynamically shift between scales.limit field to action_on_harm and action_when_harmed. if not set, this is equal to the entity's max health * 4.modify_enchantment_level power type for compatibility.modify_scale not forcing an update for scales that don't update frequently.scale_type or scale_types fields in the modify_scale power.modify_scale not being removed when it should be.modify_scales with delay fields not getting exact scale values when changing into a non divisible value.modify_scale delay smoothing far more stable.modify_scale unintentionally resetting when swapping dimensions.compare_scales crashing when scale_type is specified.compare_scaless scale_types field not being counted.enchantment item condition mixin not applying.step_height power types sometimes causing entities to fly way up into the air when falling.edible_item not depleting the food item when a return stack is specified. #64edible_item crashing whilst using the NBT condition.modify_scale with modifiers with resource fields not functioning.modify_scale's scale modifiers.texture_url fields will now tell you whether textures are loaded.| 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:zPlKK438"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:1qeWG44Y:zPlKK438"
}