All versions
26a09a
Release
Wealizh 26a09a3 months ago 6
Compatibility
Minecraft: Java Edition
1.21.8
Platform
NeoForge
Supported environments
Client and server
Changes
---Reparative Update---
- Reduced the impact of floating-point number errors on large-scale explosions and nuclear contamination.
- Increase the maximum number in one tick of executable operations for large-scale explosions and nuclear contamination from 1,000,000 to 64,000,000.
- The flickering of the electric lights has been fixed.
- Fixed the bug where unidirectional wires and pipe valves did not function properly in the circuit.
- Fixed the error in the maximum value judgment when the power system and the fluid system were transmitting.
- The probability of qualitative change into diamond ore and glass has been increased by adding the blocks.
- The working efficiency of the thermal energy conversion plate has been improved.
- The material of the silver ingot has been changed.
- Reduced the impact value of large explosions on living organisms.
- Added quartz powder as the decay formula for the product.
---修复性更新---
-
- 减少了浮点数误差对大型爆炸和核污染的影响。
-
- 将大型爆炸和核污染最大同刻可执行次数从1000000增加到64000000。
-
- 修复了电灯频闪的问题。
-
- 修复了单向电线和管道阀在电路中没有起到功能性作用的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:2ZlRIixO"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:UNPI3gMM:2ZlRIixO"
}

