Wooden Shovel
minecraft:wooden_shovel

Wooden Shovel

Minecraft · by Mojang Studios
item Shovels

Acquisition

Scrapbox using Scrap Box. Produces Wooden Shovel.

Scrapbox
Wooden Shovel Wooden Shovel guaranteed

Crafting using Any Planks, Stick and Stick, arranged in the pattern shown. Produces Wooden Shovel.

Crafting
Wooden Shovel Wooden Shovel guaranteed
Developer reference
Registry name
minecraft:wooden_shovel
Namespace
minecraft
Mod ID
minecraft
Tags (1)
minecraft:items/shovels

Recipe JSON (2):

{
  "recipe_type": "techreborn:scrapbox",
  "pattern": null,
  "ingredients": {
    "item": "techreborn:scrap_box"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "X",
    "#",
    "#"
  ],
  "ingredients": {
    "#": {
      "item": "minecraft:stick"
    },
    "X": {
      "tag": "minecraft:planks"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}