Tags
Creators
Details
Licensed LGPL-3.0-only
Published 2 years ago
All versions
0.0.1.5-beta-hotfix03
Beta
0.0.1.5-beta-hotfix034 months ago 8
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
中文
- 修正 GitHub Actions / 發布平台構件缺少 datagen 資源的問題,重新發佈版本將正確包含 biome、blockstate 與 item model JSON。
- 太陽魔力收集器 基礎產量提升為 20、運作間隔縮短為 60 ticks,效率與速度升級加成同步提高。
- 魔力草原 生成量與區塊尺寸下調,分布更稀疏,避免過度覆蓋原版地形。
- 魔力發電機 停止燃燒後仍會持續推送殘餘能量與魔力,外部機器接收更穩定。
- 基礎科技魔杖 快速滾動切換模式時,畫面顯示不再延遲跳動。
- 導管配方改為階梯式升級路線,並隱藏舊版
arcane_conduit以避免混淆。 - 修正
mana_plainsdatagen 與生物群系標籤輸出,降低runData失敗風險。
English
- Fixed GitHub Actions and publishing artifacts missing datagen-generated resources, so rebuilt releases now include biome, blockstate, and item model JSON files correctly.
- 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:v4gGOsmd"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:x9pJj8Sv:v4gGOsmd"
}

