Barbed Wire
createaddition:barbed_wire

Barbed Wire

block Pickaxe Mineable

Acquisition

Crafting using Iron Wire, Iron Wire, Iron Wire and Iron Wire, arranged in the pattern shown. Produces 2× Barbed Wire.

Crafting
Iron Wire
Iron Wire
Iron Wire
Iron Wire
Barbed Wire Barbed Wire ×2 guaranteed

Mining & drops

sourcecountchanceconditions
Barbed Wire1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
createaddition:barbed_wire
Namespace
createaddition
Mod ID
createaddition
Tags (1)
minecraft:blocks/mineable/pickaxe

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    " W ",
    "W W",
    " W "
  ],
  "ingredients": {
    "W": {
      "tag": "forge:wires/iron"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}