Wooden Gear
enderio:wood_gear

Wooden Gear

Ender IO · by CrazyPants, tterrag, HenryLoenwind, MatthiasM, CyanideX, EpicSquid, Rover656, HypherionSA, agnor99, Ferri_Arnus, dphaldes
item Wood Gear

Acquisition

Crafting using Treated Stick, Treated Stick, Treated Stick and Treated Stick, arranged in the pattern shown. Produces Wooden Gear.

Crafting
Treated Stick
Treated Stick
Treated Stick
Treated Stick
Wooden Gear Wooden Gear guaranteed

Crafting using Treated Stick, Treated Stick, Treated Stick and Treated Stick, arranged in the pattern shown. Produces Wooden Gear.

Crafting
Treated Stick
Treated Stick
Treated Stick
Treated Stick
Wooden Gear Wooden Gear guaranteed

Mining & drops

sourcecountchanceconditions
Loot table: Common Loot (enderio) enderio:common_loot1–1100%Random Chance
Developer reference
Registry name
enderio:wood_gear
Namespace
enderio
Mod ID
enderio
Tags (1)
forge:items/gears/wood

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "S S",
    "   ",
    "S S"
  ],
  "ingredients": {
    "S": {
      "tag": "forge:rods/wooden"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    " S ",
    "S S",
    " S "
  ],
  "ingredients": {
    "S": {
      "tag": "forge:rods/wooden"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}