1.4-1.20.1
Compatibility
Changes
Version 1.4 Official Release Here's what's new compared to version 1.3: Added the Reinforced Quartz Block. Its current texture is still unpolished. Added the Reinforced Quartz Armor set. Its defense values are temporarily on par with Netherite Armor, and will be rebalanced in future updates. Please feel free to point out any translation issues. Enjoy the game!
CN: 1.4 版本正式发布了 相比 1.3 版本,我们更新了以下内容: 加入了增强石英块,当前的材质很不美观。 加入了增强石英盔甲,暂时将防御力对标下界合金盔甲,在后续版本会进行修复。 如有翻译问题请指出 祝您游玩愉快!
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:Z0llo0KP:MrDcyrtc"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Z0llo0KP:MrDcyrtc"
}

