The Uncrafting Table

A Reserve Crafting Table for Modded Minecraft

File Details

The Uncrafting Table 0.0.1

  • R
  • Jun 28, 2026
  • 55.32 KB
  • 8
  • 26.1.2
  • NeoForge

File Name

uncraftingtable-0.0.1.jar

Supported Versions

  • 26.1.2

Curse Maven Snippet

NeoForge

implementation "curse.maven:the-uncrafting-table-1590819:8334198"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

0.0.1 — First public release

Minecraft 26.1.2 · NeoForge 26.1.2.76

Turn crafted items back into their original ingredients with a dedicated Uncrafting Table block.

Features

  • Uncrafting Table block — placeable block in the Functional Blocks creative tab; craftable via a configurable shaped recipe (default: oak planks, obsidian, and diamond)
  • Single-item input — insert one item on the left; the mod looks up a matching crafting-table recipe
  • Live 3×3 preview — ingredients appear in the preview grid on the right, laid out like the original recipe
  • One-click uncraft — click any preview slot to consume the input and receive all ingredients in your inventory
  • Safe uncrafting — uncraft is cancelled if your inventory cannot hold every ingredient; the input is never partially consumed
  • Input returned on close — closing the GUI returns the input item to your inventory (or drops it at your feet if full)
  • Custom visuals — reversed crafting-table block textures (raised 3×3 grid, hollow center, outward arrows) and a matching oak-toned GUI with subtle cyan/purple accents
  • Tag-aware recipes — shaped and shapeless crafting recipes are resolved the same way as the crafting book, including tag ingredients (e.g. #minecraft:planks)

Configuration

Edit config/uncraftingtable-common.toml after first launch. Key options: enable/disable craftable recipe, custom crafting pattern, input blocklist, block damaged tools/weapons, and debug logging.

Known limitations

  • Only crafting table recipes are reversed (not smelting, stonecutting, smithing, etc.)
  • When multiple recipes produce the same item, the first match is shown (recipe cycling is planned)
  • Shapeless recipes with more than 9 ingredients show only the first 9 in the preview grid