Crafting Terminal
16×16 · BAKED

block· Machines & Other Blocks

Crafting Terminal

block Axe MineableRemote Activate

Crafting Terminal is a block from Tom's Simple Storage Mod, crafted from Crafting Table, Any Diamond Gem, and Storage Terminal.

Acquisition

Crafting using Crafting Table, Any Diamond Gem, Crafting Table, Any Diamond Gem, Storage Terminal, Any Diamond Gem, Crafting Table, Any Diamond Gem and Crafting Table, arranged in the pattern shown. Produces Crafting Terminal.

Crafting
Crafting Terminal Crafting Terminal guaranteed

Mining & drops

sourcecountchanceconditions
Crafting Terminal1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
toms_storage:ts.crafting_terminal
Namespace
toms_storage
Mod ID
toms_storage
Tags (2)
minecraft:blocks/mineable/axe
toms_storage:blocks/remote_activate

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "cdc",
    "dtd",
    "cdc"
  ],
  "ingredients": {
    "c": {
      "item": "minecraft:crafting_table"
    },
    "d": {
      "tag": "forge:gems/diamond"
    },
    "t": {
      "item": "toms_storage:ts.storage_terminal"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}