Tags
Creators
Details
Licensed LGPL-3.0-only
Published 2 years ago
All versions
0.0.1.4
Release
Koniavacraft 0.0.1.410 months ago 22
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
v0.0.1.3 → v0.0.1.4
新增 升級系統 (Upgrade System Added):
- Accelerated Processing Unit:提升發電速度(消耗更多燃料) Increases generation speed (consumes more fuel).
- Expanded Fuel Chamber:延長燃料燃燒時間 Extends fuel burn duration.
- Catalytic Converter:增加魔力與能量產出效率 Boosts mana and energy output efficiency.
- Diagnostic Display:在 GUI 顯示更多即時數據 Displays additional real-time data in the GUI.
功能更新 (Feature Updates):
- 新增 4 個專用升級槽位,支援裝卸升級模組 Added 4 dedicated upgrade slots for installing/removing upgrade modules.
錯誤修正 (Bug Fixes):
- 修復 太陽能收集器 GUI 顯示異常 的問題 Fixed issue where the Solar Mana Collector GUI displayed incorrectly.
- 修復 發電機顯示異常 的問題 Fixed issue where the Mana Generator displayed incorrect information.
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:B1r9IgHd"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:x9pJj8Sv:B1r9IgHd"
}

