All versions
26a24a
Release
Wealizh 26a24a3 months ago 6
Compatibility
Minecraft: Java Edition
1.21.8
Platform
NeoForge
Supported environments
Client and server
Changes
---小型更新---
- 更改了废弃广播电台结构。
- 修复了污染源会被大型爆炸杀死的bug。
- 减少了水对于大型爆炸的抗性。
- 将废土荒原的群系温度改为0.1。
- 修复了电线和管道输入误判的bug。
- 更改了放射性沉降物的沉降方式。
- 更改了成就——凛冬的获得方式和材质。
- 增高了废土荒原群系粒子刷新概率。
- 为放射性沉积物添加了堆积厚度属性。
- 更改了放射性沉积物的挖掘掉落方式。
- 加入了原版雪的物品材质。
- 修复了枯草丛的选中物品未切换的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:97OJpwqs"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:UNPI3gMM:97OJpwqs"
}

