Ominous Shackles
16×16 · BAKED

item· Other

Ominous Shackles

Goety · by Polarice3
item

Ominous Shackles is an item from Goety, crafted from Chain, Silver Ingot, and Adhesive.

Acquisition

Crafting using Chain, Chain, Chain, Silver Ingot, Adhesive and Silver Ingot, arranged in the pattern shown. Produces Ominous Shackles.

Crafting conditional
Chain
Chain
Chain
Silver Ingot
Adhesive
Silver Ingot
Ominous Shackles Ominous Shackles guaranteed

Crafting using Chain, Chain, Chain, Pale Steel Ingot, Adhesive and Pale Steel Ingot, arranged in the pattern shown. Produces Ominous Shackles.

Crafting
Chain
Chain
Chain
Pale Steel Ingot
Adhesive
Pale Steel Ingot
Ominous Shackles Ominous Shackles guaranteed
Developer reference
Registry name
goety:ominous_shackles
Namespace
goety
Mod ID
goety

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    " c ",
    "c c",
    "psp"
  ],
  "ingredients": {
    "c": {
      "item": "minecraft:chain"
    },
    "p": {
      "tag": "forge:ingots/silver"
    },
    "s": {
      "tag": "forge:slimeballs"
    }
  },
  "conditions": [
    {
      "raw": {
        "type": "forge:not",
        "value": {
          "tag": "forge:ingots/silver",
          "type": "forge:tag_empty"
        }
      },
      "type": "forge:not"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    " c ",
    "c c",
    "psp"
  ],
  "ingredients": {
    "c": {
      "item": "minecraft:chain"
    },
    "p": {
      "item": "goety:pale_steel_ingot"
    },
    "s": {
      "tag": "forge:slimeballs"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}