Ominous Saddle
16×16 · BAKED

item· Other

Ominous Saddle

Goety · by Polarice3
item

Ominous Saddle is an item from Goety, crafted from Block of Silver and Chain.

Acquisition

Used in

Developer reference
Registry name
goety:ominous_saddle
Namespace
goety
Mod ID
goety

Recipe JSON (2):

{
  "recipe_type": "goety:ritual",
  "pattern": null,
  "ingredients": [
    {
      "tag": "forge:storage_blocks/silver"
    },
    {
      "item": "minecraft:chain"
    },
    {
      "item": "minecraft:chain"
    },
    {
      "item": "minecraft:chain"
    },
    {
      "item": "minecraft:chain"
    }
  ],
  "conditions": [
    {
      "raw": {
        "type": "forge:not",
        "value": {
          "tag": "forge:storage_blocks/silver",
          "type": "forge:tag_empty"
        }
      },
      "type": "forge:not"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "goety:ritual",
  "pattern": null,
  "ingredients": [
    {
      "item": "goety:pale_steel_block"
    },
    {
      "item": "minecraft:chain"
    },
    {
      "item": "minecraft:chain"
    },
    {
      "item": "minecraft:chain"
    },
    {
      "item": "minecraft:chain"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}