Tags
Creators
Details
Licensed LGPL-3.0-only
Published 2 years ago
All versions
0.0.1.6-4
Beta
0.0.1.6-42 months ago 10
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
v0.0.1.6-4 | commit 9809607
- Added T1 Basic Mana Circuit Board manufacturing chain (5 steps, 5 new intermediate items): Mana Substrate, Mana Wire, Mana Adhesive, Mana Wafer, and Basic Mana Circuit Board. Requires Mana Grinder, Aspect Altar, and Mana Crafting Table.
- 新增 T1 基礎魔力電路板製造鏈(5 步驟、5 個中間材料):魔力基板、魔力導線、魔力黏膠、魔力晶片、基礎魔力電路板,需要磨粉機、本源聚陣與魔力工作台。
- Upgrade button is now shown in the Mana Grinder, Mana Crafting Table, and Mana Infuser GUIs.
- 魔力磨粉機、魔力工作台、魔力注入機的 GUI 現在顯示升級按鈕。
- Aspect Pedestal now supports automation: hoppers, Create, AE2, and other mods with item transport can insert and extract items automatically.
- 本源底座現在支援自動化:漏斗、Create、AE2 等模組可直接存取底座物品。
- JEI altar multiblock guide completely redesigned: a slider now shows the full altar structure with all upgrade rings stacked cumulatively (slide to T3 = base + T1 + T2 + T3 rings visible at once). Material count updates cumulatively as you slide. Press the "Inv" button to scan your inventory once — counts turn green/orange/red, and hovering over each material shows how many you have and how many are still missing.
- JEI 祭壇多方塊指南全面重新設計:滑條模式可累積顯示整體祭壇結構(拉到 T3 = 同時顯示基礎 + T1 + T2 + T3 環)。材料數量依層數累積計算。按「Inv」按鈕即時掃描背包,數量顏色轉為綠/橙/紅,懸停材料可查看需要/擁有/還缺多少。
- Material items in the JEI altar guide are now clickable — left-click to see uses, right-click to see recipes.
- JEI 祭壇指南的材料物品現在可點擊,左鍵查用途,右鍵查配方。
- Deep Mana Soil now generates correctly in Mana Plains biomes. Previously it never appeared due to a surface rule configuration error.
- 深層魔力土壤現在可在魔力草原生物群系中正確生成,先前因地表規則設定錯誤導致完全不生成。
- JEI structure guide now shows a ghost overlay of the altar structure directly in the world. Blocked positions show red outlines; correctly placed blocks fade out; the overlay auto-closes when the altar finishes forming.
- JEI 結構指引現在可在世界中直接顯示幽靈結構投影。被方塊佔據的位置顯示紅色輪廓;已正確放置的方塊自動淡出;祭壇成形後投影自動關閉。
- Key bindings category renamed to "Koniavacraft-娜拉工藝" in Controls settings.
- 控制設定中的按鍵分類更名為「Koniavacraft-娜拉工藝」。
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:XzYZqiR0"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:x9pJj8Sv:XzYZqiR0"
}

