Slime Boots
16×16 · BAKED

item· Armor

Slime Boots

Immersive Armors · by Luke100000
item Boots ArmorArmor

Slime Boots is an item from Immersive Armors, crafted from Slimeball.

Acquisition

Crafting using Slimeball, Slimeball, Slimeball and Slimeball, arranged in the pattern shown. Produces Slime Boots.

Crafting
Slimeball
Slimeball
Slimeball
Slimeball
  • Inputs
  • 4 × Slimeball
  • Output
  • Slime Boots
Slime Boots Slime Boots guaranteed
Developer reference
Registry name
immersive_armors:slime_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": [
    "S S",
    "S S",
    "   "
  ],
  "ingredients": {
    "S": {
      "anyOf": [
        {
          "item": "minecraft:slime_ball"
        }
      ]
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}