Pedestal
supplementaries:pedestal

Pedestal

Supplementaries · by MehVahdJukaar, Plantkillable
block Pickaxe Mineable

Acquisition

Crafting using Stone Brick Slab, Stone Brick Slab, Stone Brick Slab, Any of Stone Bricks / Chiseled Stone Bricks, Stone Brick Slab, Stone Brick Slab and Stone Brick Slab, arranged in the pattern shown. Produces 2× Pedestal.

Crafting conditional
Pedestal Pedestal ×2 guaranteed

Mining & drops

sourcecountchanceconditions
Pedestal1–1100%Survives Explosion

Block drops

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

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "111",
    " 2 ",
    "111"
  ],
  "ingredients": {
    "1": {
      "item": "minecraft:stone_brick_slab"
    },
    "2": {
      "anyOf": [
        {
          "item": "minecraft:stone_bricks"
        },
        {
          "item": "minecraft:chiseled_stone_bricks"
        }
      ]
    }
  },
  "conditions": [
    {
      "raw": {
        "flag": "pedestal",
        "type": "supplementaries:flag"
      },
      "type": "supplementaries:flag"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}