Tags
Creators
Details
Licensed LGPL-3.0-only
Published 2 years ago
All versions
0.0.1.5-beta-hotfix04
Beta
0.0.1.5-beta-hotfix044 months ago 13
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
中文
- 修正發布流程缺少 datagen 資源的問題:GitHub Release 已修正,現在補齊 Modrinth / CurseForge 上傳前的
runData,避免平台版本仍產出缺少 biome、blockstate 與 item model JSON 的壞包。 - 太陽魔力收集器 基礎產量提升為 20、運作間隔縮短為 60 ticks,效率與速度升級加成同步提高。
- 魔力草原 生成量與區塊尺寸下調,分布更稀疏,避免過度覆蓋原版地形。
- 魔力發電機 停止燃燒後仍會持續推送殘餘能量與魔力,外部機器接收更穩定。
- 基礎科技魔杖 快速滾動切換模式時,畫面顯示不再延遲跳動。
- 導管配方改為階梯式升級路線,並隱藏舊版
arcane_conduit以避免混淆。 - 修正
mana_plainsdatagen 與生物群系標籤輸出,降低runData失敗風險。
English
- Fixed the remaining publishing pipeline issue around missing datagen-generated resources: GitHub Release was already corrected, and now Modrinth and CurseForge uploads also run
runDatafirst so platform builds stop shipping jars missing biome, blockstate, and item model JSON files. - Solar Mana Collector now produces 20 mana by default, runs every 60 ticks, and gains stronger speed and efficiency upgrade scaling.
- Mana Plains now generate less frequently with smaller patches, reducing biome overtake on vanilla terrain.
- Mana Generator keeps pushing buffered energy and mana after fuel stops burning, improving compatibility with external receivers.
- Basic Tech Wand no longer shows delayed mode flicker when rapidly switching scroll modes.
- Arcane conduit recipes now follow a tiered upgrade path, and the legacy
arcane_conduitis hidden to reduce confusion. - Fixed
mana_plainsdatagen and biome-tag output sorunDatais less likely to fail.
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:dpzprsEy"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:x9pJj8Sv:dpzprsEy"
}

