supplementaries:speaker_block

Speaker Block

Supplementaries · by MehVahdJukaar, Plantkillable
block Axe Mineable

Acquisition

Crafting using Any Planks, Any Planks, Any Planks, Any Planks, Emerald, Any Planks, Any Planks, Any Planks and Any Planks, arranged in the pattern shown. Produces Speaker Block.

Crafting conditional
Speaker Block guaranteed

Mining & drops

sourcecountchanceconditions
Speaker Block1–1100%Survives Explosion

Block drops

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

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "000",
    "010",
    "000"
  ],
  "ingredients": {
    "0": {
      "tag": "minecraft:planks"
    },
    "1": {
      "item": "minecraft:emerald"
    }
  },
  "conditions": [
    {
      "raw": {
        "flag": "speaker_block",
        "type": "supplementaries:flag"
      },
      "type": "supplementaries:flag"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}