All versions
26a24b
Release
Wealizh 26a24b2 months ago 12
Compatibility
Minecraft: Java Edition
1.21.8
Platform
NeoForge
Supported environments
Client and server
Changes
---小型更新---
- 独立了使用的原版材质。
- 修改了成就凛冬的材质。
- 添加了工作室门、涂蜡的工作室门和老旧的工作室门。
- 修改了结构:废弃广播电台。
- 修正了氟气的颜色。
- 为结构:废弃广播电台和废弃工厂楼添加了战利品。
- 更改了镍铬合金块的材质。
- 修复了大型爆炸错位读取属性和生物便签错误判断的bug。
- 修正了放射性沉降和核污染的概率值。
- 修正了辐射最大范围。
- 爆炸保护可防护突发高温伤害。
- 添加了辐射伤害缓冲期。
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:UNPI3gMM:Uqr9xMPg"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:UNPI3gMM:Uqr9xMPg"
}

