Wither Boots
16×16 · BAKED

item· Armor

Wither Boots

Immersive Armors · by Luke100000
item Boots ArmorArmor

Wither Boots is an item from Immersive Armors, crafted from Nether Brick and Bone Boots.

Acquisition

Crafting using Nether Brick, Bone Boots, Nether Brick, Nether Brick and Nether Brick, arranged in the pattern shown. Produces Wither Boots.

Crafting
Nether Brick
Bone Boots
Nether Brick
Nether Brick
Nether Brick
Wither Boots Wither Boots guaranteed
Developer reference
Registry name
immersive_armors:wither_boots
Namespace
immersive_armors
Mod ID
immersive_armors
Tags (2)
forge:items/armors/boots
immersive_armors:items/armor

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "NBN",
    "N N",
    "   "
  ],
  "ingredients": {
    "B": {
      "anyOf": [
        {
          "item": "immersive_armors:bone_boots"
        }
      ]
    },
    "N": {
      "anyOf": [
        {
          "item": "minecraft:nether_brick"
        }
      ]
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}