Tags
Creators
Details
1.0.4
Compatibility
Required content
Changes
Added new Geckolib Logics
Movements
query.ground_speed
query.vertical_speed
query.limb_swing
Estates
query.is_moving
query.is_on_ground
query.is_sprinting
query.is_sneaking
query.is_swimming
query.is_jumping
query.is_falling
query.is_flying
query.is_riding
query.is_sleeping
Health
query.is_in_water
query.is_in_water_or_rain
query.is_on_fire
query.health
query.max_health
query.absorption_health
query.weather_rain
query.light_level
World
query.time_of_day
query.moon_phase
query.distance_from_camera
Hand movement or interaction
query.right_hand_swing
query.left_hand_swing
query.is_using_item
query.item_use_time
query.main_hand_item
query.off_hand_item
Rotation
query.pitch
query.yaw
query.body_yaw
If you find a Bug let me see in the Discord Server
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.
Maven coordinates:
Version ID:
build.gradle:
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:dvcaQMrL:BJzJ1mZd"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:dvcaQMrL:BJzJ1mZd"
}

