All versions
26y11a
Release
Wealizh 26y11a2 months ago 14
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:1BodpjKX"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:UNPI3gMM:1BodpjKX"
}

