Storage Tool
sophisticatedstorage:storage_tool

Storage Tool

item

Function

Links, locks, hides counts/tiers/locks/overlays on storages Use <%s> to Change Mode Sneak + Scroll Linking to controller at x:%s y:%s z:%s Unlinking from controller Locking/Unlocking Showing/Hiding Lock(s) Showing/Hiding Count(s) Showing/Hiding Tier(s) or Overlay Showing/Hiding Upgrades Showing/Hiding Fill Levels

Acquisition

Crafting using Any Ender Pearls, Any Iron Ingot, Treated Stick, Redstone Torch and Treated Stick, arranged in the pattern shown. Produces Storage Tool.

Crafting conditional
Any Ender Pearls
Any Iron Ingot
Treated Stick
Redstone Torch
Treated Stick
Storage Tool Storage Tool guaranteed
Developer reference
Registry name
sophisticatedstorage:storage_tool
Namespace
sophisticatedstorage
Mod ID
sophisticatedstorage

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    " EI",
    " SR",
    "S  "
  ],
  "ingredients": {
    "E": {
      "tag": "forge:ender_pearls"
    },
    "I": {
      "tag": "forge:ingots/iron"
    },
    "R": {
      "item": "minecraft:redstone_torch"
    },
    "S": {
      "tag": "forge:rods/wooden"
    }
  },
  "conditions": [
    {
      "raw": {
        "type": "sophisticatedcore:item_enabled",
        "itemRegistryName": "sophisticatedstorage:storage_tool"
      },
      "type": "sophisticatedcore:item_enabled"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}