Compatibility
Minecraft: Java Edition
26.1.2
Platforms
Supported environments
Client and server
Links
Tags
Creators
Details
Licensed ARR
Published 5 days ago
Deconstructor
Adds three utility blocks for NeoForge 26.x:
- Deconstructor — reclaim crafting ingredients
- Precision Deconstructor — choose which output to recover
- Enchantment Manager — extract, split, merge, and apply enchantments
Optional Guide Lib integration provides an in-game manual and Codex entry.
Limitations
- Deconstruction supports crafting-table recipes only (not smelting, blasting, etc.)
- If multiple crafting recipes produce the same item, only the first indexed recipe is used
- Configure excluded item IDs in mod config (
excludedItems) to block deconstruction for specific items - Loop Prevention: Recipes where the output item is also required as an input ingredient are automatically filtered out to prevent infinite deconstruction loops/exploits
- Multi-Output Recipes: For recipes that output multiple items (e.g., crafting 4 ladders from sticks), the deconstructor requires and consumes the output quantity (e.g., 4 ladders) of the input item to start the deconstruction process
Credits
This mod was developed with partial assistance from AI (Claude, Gemini, etc.) to improve development efficiency and optimize code. All game balance decisions and playtesting were performed manually by the developer. If you encounter any unexpected issues, please report them via GitHub Issues.
解体機
NeoForge 26.x 向けに 3 つのユーティリティブロックを追加します
- 解体機 — クラフト素材を1個回収できます
- 精密解体機 — クラフト回収素材を3個回収できます
- エンチャント管理機 — アイテムからエンチャントの抽出、分割、結合、適用ができます
オプションのGuide Lib導入により、ゲーム内マニュアルとコーデックス項目が確認できます。
制限事項
- 分解はクラフトテーブルのレシピのみに対応しています(精錬や爆破などは対象外です)
- 複数のクラフトレシピで同じアイテムが生成される場合、最初にインデックス付けされたレシピのみが使用されます
- 特定のアイテムの分解をブロックするには、MOD設定(
excludedItems)で除外するアイテムIDを設定してください - ループ防止:出力アイテムが入力素材としても必要なレシピは、無限の分解ループや不正利用を防ぐために自動的に除外されます
- 複数出力レシピ:複数のアイテムを出力するレシピ(例:棒からはしごを4つクラフト)の場合、分解ツールは分解プロセスを開始するために、入力アイテムの出力数量(例:はしご4つ)を必要とし、それを消費します
クレジット
このMODは、開発効率の向上とコードの最適化を目的として、AI(Claude、Geminiなど)の支援を一部受けながら開発されました。ゲームバランスの決定およびプレイテストはすべて、開発者によって手動で行われました。予期せぬ問題が発生した場合は、GitHub Issues を通じて報告してください。


