block· Machines & Other Blocks

Inventory Proxy

block Axe Mineable

Inventory Proxy is a block from Tom's Simple Storage Mod, crafted from Any Planks, Any Trapdoors, and Any Wooden Chest.

Acquisition

Crafting using Any Planks, Any Trapdoors, Any Planks, Any Trapdoors, Any Wooden Chest, Any Trapdoors, Any Planks, Any Trapdoors and Any Planks, arranged in the pattern shown. Produces Inventory Proxy.

Crafting
Any Planks
Any Trapdoors
Any Planks
Any Trapdoors
Any Wooden Chest
Any Trapdoors
Any Planks
Any Trapdoors
Any Planks
Inventory Proxy guaranteed

Mining & drops

sourcecountchanceconditions
Inventory Proxy1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
toms_storage:ts.inventory_proxy
Namespace
toms_storage
Mod ID
toms_storage
Tags (1)
minecraft:blocks/mineable/axe

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "PTP",
    "TCT",
    "PTP"
  ],
  "ingredients": {
    "C": {
      "tag": "forge:chests/wooden"
    },
    "P": {
      "tag": "minecraft:planks"
    },
    "T": {
      "tag": "minecraft:trapdoors"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}