All versions
26y05a
Release
Wealizh 26y05a2 months ago 6
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:HS8LK9Yh"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:UNPI3gMM:HS8LK9Yh"
}

