Crystal Display
supplementaries:crystal_display

Crystal Display

Supplementaries · by MehVahdJukaar, Plantkillable
block Pickaxe Mineable

Acquisition

Crafting using Deepslate, Amethyst Shard, Deepslate, Amethyst Shard, Deepslate and Amethyst Shard, arranged in the pattern shown. Produces 2× Crystal Display.

Crafting conditional
Crystal Display Crystal Display ×2 guaranteed

Mining & drops

sourcecountchanceconditions
Crystal Display1–1100%Survives Explosion

Block drops

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

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "12",
    "12",
    "12"
  ],
  "ingredients": {
    "1": {
      "item": "minecraft:deepslate"
    },
    "2": {
      "item": "minecraft:amethyst_shard"
    }
  },
  "conditions": [
    {
      "raw": {
        "flag": "crystal_display",
        "type": "supplementaries:flag"
      },
      "type": "supplementaries:flag"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}