Stone Compound Gear
enderio:stone_gear

Stone Compound Gear

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

Acquisition

Crafting using Any Cobblestone, Any Cobblestone, Wooden Gear, Any Cobblestone and Any Cobblestone, arranged in the pattern shown. Produces Stone Compound Gear.

Crafting
Any Cobblestone
Any Cobblestone
Wooden Gear
Any Cobblestone
Any Cobblestone
Stone Compound Gear Stone Compound Gear guaranteed

Crafting using Treated Stick, Any Cobblestone, Treated Stick, Any Cobblestone, Any Cobblestone, Treated Stick, Any Cobblestone and Treated Stick, arranged in the pattern shown. Produces Stone Compound Gear.

Crafting
Treated Stick
Any Cobblestone
Treated Stick
Any Cobblestone
Any Cobblestone
Treated Stick
Any Cobblestone
Treated Stick
Stone Compound Gear Stone Compound Gear guaranteed

Mining & drops

sourcecountchanceconditions
Loot table: Alloy Loot (enderio) enderio:alloy_loot1–1100%Random Chance

Used in (1)

Crafting using Copper Alloy Ingot, Copper Alloy Ingot, Stone Compound Gear and Copper Alloy Ingot, arranged in the pattern shown. Produces Yeta Wrench.

Crafting
Copper Alloy Ingot
Copper Alloy Ingot
Stone Compound Gear
Copper Alloy Ingot
Yeta Wrench Yeta Wrench guaranteed
Developer reference
Registry name
enderio:stone_gear
Namespace
enderio
Mod ID
enderio
Tags (1)
forge:items/gears/stone

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    " I ",
    "IGI",
    " I "
  ],
  "ingredients": {
    "G": {
      "tag": "forge:gears/wood"
    },
    "I": {
      "tag": "forge:cobblestone"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "NIN",
    "I I",
    "NIN"
  ],
  "ingredients": {
    "I": {
      "tag": "forge:cobblestone"
    },
    "N": {
      "tag": "forge:rods/wooden"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}