All versions
26y08a
Release
Wealizh 26y08a2 months ago 7
Compatibility
Minecraft: Java Edition
1.21.8
Platform
NeoForge
Supported environments
Client and server
Changes
---小型更新---
- 优化了大型爆炸和区域清除的性能。
- 降低了大型爆炸和核侵染的最大扫描区块范围。
- 修正了大型爆炸低抗性方块清除的范围。
- 将方解石和平滑石、砂岩列入可以被高温熔融凝固的标签中。
- 增加了玻璃石(包括玻璃板)的透光性。
- 移除了粉碎机运行声音停止机制。
- 为放射辐射添加了DS属性。
- 修复了大型爆炸大和核侵染半径时区块扫描缺失的bug。
- 为标签wealizh:stone系列添加了深板岩圆石和虫蚀石头。
- 为硫磺粉修复了配方。
- 更改了《小小的也很可爱~》成就的介绍。
- 更改了爆炸烟雾的材质纹理。
- 更改了瞬时高温伤害的声音。
- 修改了污染源的各项属性的自然衰减率。
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:udSvbmuG"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:UNPI3gMM:udSvbmuG"
}

