Tags
Creators
Details
Licensed MIT
Published 3 months ago
Updated last month
All versions
1.7.25
Release
Create-Aeronautics:Compatibility + Bug fixes 1.7.25last month 7,647
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Server-side
Client and server
Required content
Changes
[1.7.25] - 2026-08-10
变更 / Changes
- 测试功能标记机制 / Experimental fix tagging mechanism: 在
FixEntry中新增experimental字段,允许将修复项标记为测试功能。标记后在/fucksable命令列表和详情中以黄色[测试]/[Experimental]标签显示。已将world-height-override标记为测试功能。/ Addedexperimentalfield toFixEntry, allowing fixes to be tagged as experimental. Tagged fixes display a yellow[测试]/[Experimental]label in the/fucksablecommand list and details.world-height-overrideis now tagged as experimental.
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:zKcLs4Eb"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:YS1hdEUp:zKcLs4Eb"
}


