Storage Terminal
16×16 · BAKED

block· Machines & Other Blocks

Storage Terminal

block Axe MineableRemote Activate

Storage Terminal is a block from Tom's Simple Storage Mod, crafted from Any Planks, Redstone Comparator, Any Wooden Chest, Glowstone, and Any Glass.

Acquisition

Crafting using Any Planks, Redstone Comparator, Any Planks, Any Wooden Chest, Glowstone, Any Glass, Any Planks, Redstone Comparator and Any Planks, arranged in the pattern shown. Produces Storage Terminal.

Crafting
Storage Terminal Storage Terminal guaranteed

Mining & drops

sourcecountchanceconditions
Storage Terminal1–1100%Survives Explosion

Used in

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

Block drops

Drops itself when broken.

Developer reference
Registry name
toms_storage:ts.storage_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": [
    "PCP",
    "cGg",
    "PCP"
  ],
  "ingredients": {
    "C": {
      "item": "minecraft:comparator"
    },
    "G": {
      "item": "minecraft:glowstone"
    },
    "P": {
      "tag": "minecraft:planks"
    },
    "c": {
      "tag": "forge:chests/wooden"
    },
    "g": {
      "tag": "forge:glass"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}