Birch Storage Connector
sophisticatedstorage:birch_storage_connector

Birch Storage Connector

Wood Type:
item Axe Mineable

Acquisition

Crafting using Stick, Birch Planks, Stick, Birch Planks, Stick, Birch Planks, Stick, Birch Planks and Stick, arranged in the pattern shown. Produces 4× Birch Storage Connector.

Crafting conditional
Birch Storage Connector Birch Storage Connector ×4 guaranteed

Mining & drops

sourcecountchanceconditions
Birch Storage Connector1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
sophisticatedstorage:birch_storage_connector
Namespace
sophisticatedstorage
Mod ID
sophisticatedstorage
Tags (1)
minecraft:blocks/mineable/axe

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "SPS",
    "PSP",
    "SPS"
  ],
  "ingredients": {
    "P": {
      "item": "minecraft:birch_planks"
    },
    "S": {
      "item": "minecraft:stick"
    }
  },
  "conditions": [
    {
      "raw": {
        "type": "sophisticatedcore:item_enabled",
        "itemRegistryName": "sophisticatedstorage:birch_storage_connector"
      },
      "type": "sophisticatedcore:item_enabled"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}