Crafting using Azalea Planks, Stick, Azalea Planks, Azalea Planks, Stick and Azalea Planks, arranged in the pattern shown. Produces 3× Azalea Fence.
Azalea Fence
Quark · by Vazkii, WireSegal, MCVinnyq, Sully
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Azalea Fence | 1–1 | 100% | Survives Explosion |
Block drops
Drops itself when broken.
Related items
Developer reference
- Registry name
quark:azalea_fence- Namespace
quark- Mod ID
quark- Tags (9)
forge:blocks/fences/wooden forge:blocks/fences forge:items/fences/wooden forge:items/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": [
"W#W",
"W#W"
],
"ingredients": {
"#": {
"item": "minecraft:stick"
},
"W": {
"item": "quark:azalea_planks"
}
},
"conditions": [
{
"raw": {
"flag": "azalea_wood",
"type": "quark:flag"
},
"type": "quark:flag"
}
],
"sequence": null,
"group_name": "wooden_fence",
"experience": null,
"cooking_time": null
}
