Crafting using Stick, Iron Bars, Stick, Stick, Oak Log and Stick, arranged in the pattern shown. Produces 3× Oak Wired Fence.
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Oak Wired Fence | 1–1 | 100% | Survives Explosion |
Block drops
Drops itself when broken.
Related items
Developer reference
- Registry name
mcwfences:oak_wired_fence- Namespace
mcwfences- Mod ID
mcwfences- Tags (6)
mcwfences:blocks/wired_fences minecraft:blocks/fences minecraft:blocks/mineable/axe minecraft:blocks/wooden_fences minecraft:items/fences minecraft:items/wooden_fences
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"ACA",
"ABA"
],
"ingredients": {
"A": {
"item": "minecraft:stick"
},
"B": {
"item": "minecraft:oak_log"
},
"C": {
"item": "minecraft:iron_bars"
}
},
"conditions": [],
"sequence": null,
"group_name": "wired",
"experience": null,
"cooking_time": null
}
