Tags
Creators
Details
Licensed LGPL-3.0-only
Published 2 years ago
All versions
0.0.1.5-beta-hotfix05
Beta
0.0.1.5-beta-hotfix054 months ago 33
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
中文
- 修正 魔力發電機 在輸出緩衝區已滿時燈光快速閃爍並拖慢畫面的問題;現在必須連續穩定 10 tick 才會切換亮燈狀態。
- 修正 魔力發電機 無法將能量直接輸出到緊貼的 AE2 ME Energy Acceptor;大容量接收端的需求值計算不再發生整數溢位。
- 修正 魔力草原 會覆蓋河流與海岸附近原版生態域的問題,現在河流槽位與海洋/海岸地表材質會維持原版邏輯。
- 調整 魔力草原 區域尺寸,從過大的大陸級範圍縮回較適合探索的規模,較容易在正常冒險中遇到邊界。
- 修正 魔力粉碎機 被挖掘時不顯示裂紋動畫的問題。
English
- Fixed Mana Generator light flicker and frame drops when its energy or mana output buffer was full. The lamp now changes only after the state stays stable for 10 ticks.
- Fixed Mana Generator failing to output energy directly into an adjacent AE2 ME Energy Acceptor. Demand calculation for high-capacity receivers no longer overflows
int. - Fixed Mana Plains overriding nearby river slots and ocean/coast surface terrain. Rivers and vanilla coastal terrain now keep their intended behavior.
- Rebalanced Mana Plains region size down from oversized continent-scale coverage to a more exploration-friendly range so biome borders are easier to encounter in normal play.
- Fixed Mana Grinder not showing block crack animation while being mined.
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:x9pJj8Sv:HUf7sNmb"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:x9pJj8Sv:HUf7sNmb"
}

