supplementaries:checker_block

Checker Block

Supplementaries · by MehVahdJukaar, Plantkillable
block Pickaxe Mineable

Acquisition

Crafting using Blackstone, Cobblestone, Cobblestone and Blackstone, arranged in the pattern shown. Produces 4× Checker Block.

Crafting conditional
Checker Block ×4 guaranteed

Mining & drops

sourcecountchanceconditions
Checker Block1–1100%Survives Explosion

Used in (2)

Crafting using Checker Block, Checker Block and Checker Block, arranged in the pattern shown. Produces 6× Checker Slab.

Crafting conditional
Checker Slab Checker Slab ×6 guaranteed

Block drops

dropscountchanceconditions
Checker Block1–1100%Survives Explosion
Developer reference
Registry name
supplementaries:checker_block
Namespace
supplementaries
Mod ID
supplementaries
Tags (1)
minecraft:blocks/mineable/pickaxe

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "10 ",
    "01 ",
    "   "
  ],
  "ingredients": {
    "0": {
      "item": "minecraft:cobblestone"
    },
    "1": {
      "item": "minecraft:blackstone"
    }
  },
  "conditions": [
    {
      "raw": {
        "flag": "checker_block",
        "type": "supplementaries:flag"
      },
      "type": "supplementaries:flag"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}