Keycard Lock
16×16 · BAKED

block· Machines & Other Blocks

Keycard Lock

SecurityCraft · by Geforce, bl4ckscor3, Redstone_Dubstep, and ChainmailPickaxe
block Dragon ImmunePickaxe MineableWither Immune

Keycard Lock is a block from SecurityCraft, crafted from Reinforced Blackstone, Any Redstone Dust, and Any of Reinforced Cobblestone Slab / Reinforced Blackstone Slab / Reinforced Cobbled Deepslate Slab.

Acquisition

Mining & drops

sourcecountdrop rateconditions
Keycard Lock1–1100%Survives Explosion

Drop rates are per-roll probabilities, not absolute find rates — actual odds of finding an item also depend on structure generation and loot pool weights.

Block drops

Drops itself when broken.

Developer reference
Registry name
securitycraft:keycard_lock
Namespace
securitycraft
Mod ID
securitycraft
Tags (3)
minecraft:blocks/dragon_immune
minecraft:blocks/mineable/pickaxe
minecraft:blocks/wither_immune

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "SS",
    "R_",
    "SS"
  ],
  "ingredients": {
    "R": {
      "tag": "forge:dusts/redstone"
    },
    "S": {
      "tag": "securitycraft:reinforced/stone_crafting_materials"
    },
    "_": {
      "anyOf": [
        {
          "item": "securitycraft:reinforced_cobblestone_slab"
        },
        {
          "item": "securitycraft:reinforced_blackstone_slab"
        },
        {
          "item": "securitycraft:reinforced_cobbled_deepslate_slab"
        }
      ]
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}