All versions
26a20a
Release
Wealizh 26a20a3 months ago 7
Compatibility
Minecraft: Java Edition
1.21.8
Platform
NeoForge
Supported environments
Client and server
Changes
---中等型更新---
- 统一了物品特殊信息文本显示的返回流程。
- 修复了放射性沉降物的爆炸抗性。
- 添加了远程启动器和放射性沉降物的特殊信息。
- 更改了大型爆炸的效果。
- 添加了成就:我独自在那被废土侵袭的绝望世界、凛冬。
- 增加了辐射尘沉积概率。
- 优化了大型爆炸的性能。
- 添加了巨型持久性烟雾粒子效果。
- 添加了新生物群落:废土荒地。
- 添加了方块:测压纸筒。
- 微调了放射性沉降物的材质和注册名(包括显示名)。
- 加暗了焦土的材质。
- 将质变台的物质核装取方法改为GUI装取。
- 优化了核污染的随机数取值。
- 添加了粒子效果:废土尘。
- 为枯草方块添加了新状态:desert_dust。
- 添加了废土矮草丛和废土高草丛。
- 修复了质变台无法转变状态的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:KqMZ9bC8"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:UNPI3gMM:KqMZ9bC8"
}

