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.
block· Machines & Other Blocks
Crafting Terminal
Tom's Simple Storage Mod · by tom5454
Crafting Terminal is a block from Tom's Simple Storage Mod, crafted from Crafting Table, Any Diamond Gem, and Storage Terminal.
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Crafting Terminal | 1–1 | 100% | Survives Explosion |
Block drops
Drops itself when broken.
Related items
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
}
