All versions
26y04a
Release
Wealizh 26y04a2 months ago 5
Compatibility
Minecraft: Java Edition
1.21.8
Platform
NeoForge
Supported environments
Client and server
Changes
---中小型更新---
- 更改了largescaleexplosion和Bsradiations指令。
- 更改了焦化基岩的材质。
- 添加了方块:熔融高温凝固物。
- 移除了方块:焦土。
- 为望远镜添加了新的配方。
- 修改了废土尘粒子的部分属性。
- 重置了大型爆炸和核侵染的机制。
- 修改了核炸弹的威力。
- 修复了电线和管道分配错误的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:hzXzcKPS"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:UNPI3gMM:hzXzcKPS"
}

