Display Board
create:display_board

Display Board

Create · by simibubi
block Pickaxe Mineable

Acquisition

Crafting using Andesite Alloy, Electron Tube and Andesite Alloy, arranged in the pattern shown. Produces 2× Display Board.

Crafting
Andesite Alloy
Electron Tube
Andesite Alloy
Display Board Display Board ×2 guaranteed

Mining & drops

sourcecountchanceconditions
Display Board1–1100%Survives Explosion

Block drops

Drops itself when broken.

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

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "PAP"
  ],
  "ingredients": {
    "A": {
      "item": "create:electron_tube"
    },
    "P": {
      "item": "create:andesite_alloy"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}