Tags
Creators
Details
0.0.1.7
Compatibility
Changes
v0.0.1.7 | commit 17bf95b
-
Fixed a critical bug where the Solar Mana Collector was never generating mana regardless of placement.
-
修正太陽魔力收集器在任何情況下都無法發電的致命錯誤。
-
Fixed Mana Grinder byproducts silently disappearing when output slots were full.
-
修正研磨機輸出槽滿時副產物靜默消失的問題,現在副產物在無空間時不會強行插入。
-
Fixed Mana Grinder with max efficiency upgrades being able to craft items for free (integer division rounding to zero).
-
修正研磨機效率升級滿級時因整數除法歸零而免費製作物品的漏洞。
-
Fixed a bug where a fully upgraded Mana Infuser with max efficiency upgrades could craft items for free instead of consuming mana.
-
修正 Mana Infuser 在效率升級滿級時可免費製作物品的漏洞,現在至少消耗 1 點魔力。
-
Fixed a bug where fuel items without an explicit generation interval in the data pack would generate mana every single tick instead of at the correct rate.
-
修正燃料資料包未設定生成間隔時每 tick 都產出魔力的漏洞,現在最短間隔為 1 tick。
-
Altar upgrade tier is now saved when the altar core is broken and silently restored when rebuilt at the same position, provided the resonance rings are still in place.
-
祭壇核心被拆除時現在會記錄升級層數,在相同位置重建核心且共鳴環仍在位時靜默還原,無需重新播放升級動畫。
-
Fixed several cases where corrupt or missing NBT data could crash the game when loading a world or opening a machine's interface.
-
修正多處損壞或缺失 NBT 資料可能導致載入世界或開啟機器介面時 crash 的問題。
-
T4 and T5 altar upgrades now feature a full second-stage animation: ground shockwaves with spatial twist, screen fade to black with inward collapse wave, an expanding orbital sphere, four corner pillars plus a center pillar shooting skyward, four large suns rising from each pillar (each splitting into 4 small suns for 16 total), the 16 small suns orbiting and descending into a ring formation, then rapidly contracting as a massive skyward pillar engulfs the structure. A chime and the "The Grand Finale Begins!" challenge advancement appear at the end.
-
T4 和 T5 祭壇升級現在有完整的第二階段動畫:地面衝擊波伴隨空間扭曲、黑幕淡入淡出附帶往內聚集波、膨脹球體 shader、四根角落柱子與中心核心各射出光柱、每根柱子冉冉升起一顆大太陽(各分裂出 4 顆小太陽共 16 顆)、16 顆小太陽旋轉降落並排成環狀陣形後急速收縮,同時一根巨大沖天柱包覆整個環狀結構,最終以叮聲和「好戲開場!」挑戰成就作結。
-
Placing resonance rings on a T1-T3 altar now triggers an upgrade animation: three ground shockwave rings expand from the core, followed by a brief light pillar, ending with a chime sound.
-
對 T1-T3 祭壇放置共鳴環現在會觸發升級動畫:三段地面衝擊波環從核心向外擴散,接著短暫光柱,以叮聲結束。
-
Advanced Arcane Conduit and Elite Arcane Conduit can no longer be crafted at a crafting table. They now require the Aspect Altar with Tier 1 and Tier 3 resonance rings respectively.
-
進階奧術導管和精英奧術導管不再能在合成台製作,現在分別需要 T1 和 T3 升級環的祭壇才能完成儀式。
-
Altar upgrade rings now have a real mechanical effect: recipes can require a minimum ring tier to craft.
-
祭壇升級環現在有實際作用:配方可設定最低升級環層數需求,未達標時無法啟動儀式。
-
JEI altar recipe panel now shows the required ring tier when a recipe needs one.
-
JEI 祭壇配方面板在配方有 tier 需求時會顯示「需要第 X 層升級環」。
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:VX9Nu4HW"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:x9pJj8Sv:VX9Nu4HW"
}

