Wooden Hoe
minecraft:wooden_hoe

Wooden Hoe

Minecraft · by Mojang Studios
item Hoes

Acquisition

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

Crafting
Wooden Hoe Wooden Hoe guaranteed

Scrapbox using Scrap Box. Produces Wooden Hoe.

Scrapbox
Wooden Hoe Wooden Hoe guaranteed

Mining & drops

sourcecountchanceconditions
Gameplay loot table: Ocean Ruin Warm (minecraft) minecraft:ocean_ruin_warm1–1100%
Gameplay loot table: Trail Ruins Common (minecraft) minecraft:trail_ruins_common1–1100%
Gameplay loot table: Ocean Ruin Cold (minecraft) minecraft:ocean_ruin_cold1–1100%
Developer reference
Registry name
minecraft:wooden_hoe
Namespace
minecraft
Mod ID
minecraft
Tags (1)
minecraft:items/hoes

Recipe JSON (2):

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