Azure Sea Shield
cataclysm:azure_sea_shield

Azure Sea Shield

cataclysm · by L_Ender
item Shields Tool

Acquisition

Crafting using Gold Nugget, Lacrima, Gold Nugget, Lacrima, Gold Ingot, Lacrima, Gold Nugget, Lacrima and Gold Nugget, arranged in the pattern shown. Produces Azure Sea Shield.

Crafting
Gold Nugget
Lacrima
Gold Nugget
Lacrima
Gold Ingot
Lacrima
Gold Nugget
Lacrima
Gold Nugget
Azure Sea Shield Azure Sea Shield guaranteed
Developer reference
Registry name
cataclysm:azure_sea_shield
Namespace
cataclysm
Mod ID
cataclysm
Tags (1)
forge:items/tools/shields

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "#Z#",
    "ZXZ",
    "#Z#"
  ],
  "ingredients": {
    "#": {
      "item": "minecraft:gold_nugget"
    },
    "X": {
      "item": "minecraft:gold_ingot"
    },
    "Z": {
      "item": "cataclysm:lacrima"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}