1.2.3
Compatibility
Changes
给mod做了全方位的完整性补完
添加喜闻乐见的文言文
显示终端专业版基本开发完毕
修了我已知的bug
如果您不需要在显示终端专业版添加雷达槽,那么这将会是相对以前的较长期的稳定版本了.感谢您一直以来对机械动力:头戴显示器的支持!
Completed a comprehensive completeness overhaul for the mod.
Added the much-appreciated Classical Chinese (文言文) language support.
Display Terminal Pro is now essentially feature-complete.
Fixed all known bugs.
If you don't need to add radar slots in the Display Terminal Pro, this will be a relatively long-term stable release compared to prior versions. Thank you for your continued support of Create: Heads Up Display!
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:8Pj8O49m:4a3zSnDe"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:8Pj8O49m:4a3zSnDe"
}

