alexscaves:hazmat_skull_block

Hazmat Skull Block

Alex's Caves · by Alexthe668, Noonyeyz
block Pickaxe Mineable

Hazmat Skull Block is a block from Alex's Caves, crafted from Hazmat Block and Wither Skeleton Skull.

Acquisition

Crafting using Hazmat Block, Hazmat Block, Hazmat Block, Hazmat Block, Wither Skeleton Skull, Hazmat Block, Hazmat Block, Hazmat Block and Hazmat Block, arranged in the pattern shown. Produces 8× Hazmat Skull Block.

Crafting
Hazmat Skull Block ×8 guaranteed

Crafting using Hazmat Block, Hazmat Block, Hazmat Block, Hazmat Block, Skeleton Skull, Hazmat Block, Hazmat Block, Hazmat Block and Hazmat Block, arranged in the pattern shown. Produces 8× Hazmat Skull Block.

Crafting
Hazmat Skull Block ×8 guaranteed

Mining & drops

sourcecountchanceconditions
Hazmat Skull Block1–1100%

Block drops

Drops itself when broken.

Developer reference
Registry name
alexscaves:hazmat_skull_block
Namespace
alexscaves
Mod ID
alexscaves
Tags (1)
minecraft:blocks/mineable/pickaxe

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "HHH",
    "HSH",
    "HHH"
  ],
  "ingredients": {
    "H": {
      "item": "alexscaves:hazmat_block"
    },
    "S": {
      "item": "minecraft:wither_skeleton_skull"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "HHH",
    "HSH",
    "HHH"
  ],
  "ingredients": {
    "H": {
      "item": "alexscaves:hazmat_block"
    },
    "S": {
      "item": "minecraft:skeleton_skull"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}