Tags
Creators
Details
Licensed MIT
Published 2 months ago
Updated yesterday
All versions
1.7.19
Release
Create-Aeronautics:Compatibility + Bug fixes 1.7.19yesterday 251
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Server-side
Client and server
Required content
Any compatible version
Changes
[1.7.19] - 2026-08-04
Bug 修复 / Bug Fixes
- velocity 查询警告刷屏修复 / velocity query warning spam fix: 修复
getLinearVelocity和getAngularVelocity在访问无效/已移除的物理 body 时每 tick 输出警告导致控制台刷屏的问题。改为 60 秒节流窗口,窗口内只输出一次警告,和teleport警告的处理方式一致。/ FixedgetLinearVelocityandgetAngularVelocitywarning spamming console every tick when accessing invalid/removed physics bodies. Changed to 60s throttle window, only logging once per window, consistent with theteleportwarning handling.
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:YS1hdEUp:V00oHSnc"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:YS1hdEUp:V00oHSnc"
}

