Wicker Fence
supplementaries:wicker_fence

Wicker Fence

Supplementaries · by MehVahdJukaar, Plantkillable
block Axe Mineable

Acquisition

Crafting using Stick, Sugar Cane, Stick, Stick, Sugar Cane and Stick, arranged in the pattern shown. Produces Wicker Fence.

Crafting conditional
Stick
Sugar Cane
Stick
Stick
Sugar Cane
Stick
Wicker Fence Wicker Fence guaranteed

Mining & drops

sourcecountchanceconditions
Wicker Fence1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
supplementaries:wicker_fence
Namespace
supplementaries
Mod ID
supplementaries
Tags (1)
minecraft:blocks/mineable/axe

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "101",
    "101"
  ],
  "ingredients": {
    "0": {
      "item": "minecraft:sugar_cane"
    },
    "1": {
      "item": "minecraft:stick"
    }
  },
  "conditions": [
    {
      "raw": {
        "flag": "wicker_fence",
        "type": "supplementaries:flag"
      },
      "type": "supplementaries:flag"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}