1.9
Compatibility
Required content
Changes
can edit cooldown for toml file 可以通过配置文件修改武器的cd add 2 hight speed plane and 1 engine and 1 armor 增加了两种高速机和一种飞机速度强化和一种飞机生命强化 Updated the MXY-7 model—thanks to chaofeng-h for providing the model. The old model will be repurposed later for other uses. Merged the separate CBC and MS versions; the current version now loads additional MS-specific content when MS is present. 更改了MXY-7的模型 谢谢chaofeng-h的模型 旧模型在后期会有其他用处 将CBC和MS区分的版本合并 现有版本在有MS时将会加载MS的额外内容 Changed the sound of the MXY-7. 更改了MXY-7的声音 Added rapid-fire guns, pylons, and torpedo tubes corresponding to CBCMS. 添加了CBCMS对应的速射炮,挂架,鱼雷管 Total added: MXY-7 CBC cannon/machine gun, an enhancement that increases aircraft health. 总计添加了MXY-7 CBC大炮/机炮 增强飞机血量的强化 add mxy-7 and a big cannon It can be used simply by loading any cannonball. 添加了樱花以及一个大炮武器部件 只需要装入任意大炮炮弹就能发射
Optional dependencies
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:UsOvvec7:OlkO9qzh"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:UsOvvec7:OlkO9qzh"
}

