All versions
26y02a
Release
Wealizh 26y02a2 months ago 6
Compatibility
Minecraft: Java Edition
1.21.8
Platform
NeoForge
Supported environments
Client and server
Changes
---中等型更新---
- 添加了spawnpollutionsource、bsradiations、regionalerasure和largescaleexplosion指令。
- 添加了方块:玻璃遮板。
- 添加了流体:牛奶。
- 修复了电灯的配方。
- 添加了创造标签栏:食物与药品和工具与武器。
- 重置了大型爆炸和核污染的运行机制。
- 修复了质变还原台运行时材质错误的bug。
- 修复了【质变!】成就单个物品堆叠不会获得的bug。
- 新增了机械运作音效在不运作时停止的机制。
- 将平滑铁块列入wealizh:iron_block标签。
- 移除了污染源赋值方块,改用临时方块。
- 修正了放射性污染源造成废土的最低辐射数值。
- 添加了包壳热能换电板的配方。
- 修改了钢化玻璃和钴化玻璃的部分属性。
- 添加了紫水晶砖和白水晶系列的物品和方块(包括白水晶砖)。
- 添加了成就——水晶之王。
- 修复了紫水晶块和紫水晶母岩粉碎配方重叠的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:j50Ufs3D"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:UNPI3gMM:j50Ufs3D"
}

