Tags
Creators
Details
Licensed LGPL-3.0-only
Published 2 years ago
All versions
0.0.1.5-beta-hotfix06
Beta
0.0.1.5-beta-hotfix063 months ago 18
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
中文
- 升級模組改為可堆疊安裝,並補上詳細 tooltip 說明,現在可直接查看效果數值、可安裝機器與堆疊規則。
- 提高 魔力發電機 的預設能量對外輸出上限至
1000/t,讓高容量接收端不再被原本偏低的推送速率卡住。 - 弧光導管 的共享儲量上限現在會依照連接導管的等級自動加總(BASIC=256、ADVANCED=1024、ELITE=4096),拆除或升級導管時容量同步調整,不再是固定的 10000。
English
- Upgrade modules are now stack-installable, with expanded tooltips that explain effect values, supported machines, and stack behavior directly in-game.
- Increased the Mana Generator default external energy output cap to
1000/t, so high-capacity receivers are no longer bottlenecked by the previous low push rate. - Arcane Conduit shared network capacity now scales with connected conduit tiers (BASIC=256, ADVANCED=1024, ELITE=4096). Capacity updates live when conduits are added, removed, or upgraded.
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:abVZFodB"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:x9pJj8Sv:abVZFodB"
}

