minecraft:jukebox

Jukebox

Minecraft · by Mojang Studios
block Axe Mineable

Acquisition

Crafting using Skyroot Planks, Skyroot Planks, Skyroot Planks, Skyroot Planks, Any Diamonds, Skyroot Planks, Skyroot Planks, Skyroot Planks and Skyroot Planks, arranged in the pattern shown. Produces Jukebox.

Crafting
Jukebox guaranteed

Crafting using Any Planks, Any Planks, Any Planks, Any Planks, Diamond, Any Planks, Any Planks, Any Planks and Any Planks, arranged in the pattern shown. Produces Jukebox.

Crafting
Jukebox guaranteed

Crafting using Skyroot Planks, Skyroot Planks, Skyroot Planks, Skyroot Planks, Enchanted Gravitite, Skyroot Planks, Skyroot Planks, Skyroot Planks and Skyroot Planks, arranged in the pattern shown. Produces Jukebox.

Crafting
Jukebox guaranteed

Crafting using Any Planks, Any Planks, Any Planks, Any Planks, Enchanted Gravitite, Any Planks, Any Planks, Any Planks and Any Planks, arranged in the pattern shown. Produces Jukebox.

Crafting
Jukebox guaranteed

Mining & drops

sourcecountchanceconditions
Jukebox1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
minecraft:jukebox
Namespace
minecraft
Mod ID
minecraft
Tags (1)
minecraft:blocks/mineable/axe

Recipe JSON (4):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "PPP",
    "PDP",
    "PPP"
  ],
  "ingredients": {
    "D": {
      "tag": "c:diamonds"
    },
    "P": {
      "tag": "aether:planks_crafting"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": "minecraft:jukebox",
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "###",
    "#X#",
    "###"
  ],
  "ingredients": {
    "#": {
      "tag": "minecraft:planks"
    },
    "X": {
      "item": "minecraft:diamond"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "PPP",
    "PGP",
    "PPP"
  ],
  "ingredients": {
    "G": {
      "tag": "aether:processed/gravitite"
    },
    "P": {
      "tag": "aether:planks_crafting"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": "minecraft:jukebox",
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "PPP",
    "PGP",
    "PPP"
  ],
  "ingredients": {
    "G": {
      "tag": "aether:processed/gravitite"
    },
    "P": {
      "tag": "minecraft:planks"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": "minecraft:jukebox",
  "experience": null,
  "cooking_time": null
}