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