Crafting using Any Cobblestone, Any Cobblestone, Wooden Gear, Any Cobblestone and Any Cobblestone, arranged in the pattern shown. Produces Stone Compound Gear.
Stone Compound Gear
Ender IO · by CrazyPants, tterrag, HenryLoenwind, MatthiasM, CyanideX, EpicSquid, Rover656, HypherionSA, agnor99, Ferri_Arnus, dphaldes
Acquisition
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.
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
Loot table: Alloy Loot (enderio) enderio:alloy_loot | 1–1 | 100% | 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.
Related items
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
}