Thrash Gloves
16×16 · BAKED

item· Other

Thrash Gloves

Goety · by Polarice3
item Hands

Thrash Gloves is an item from Goety, crafted from Ersatz Leather, Awakened Emerald, and Silver Ingot.

Acquisition

Developer reference
Registry name
goety:thrash_glove
Namespace
goety
Mod ID
goety
Tags (1)
curios:items/hands

Recipe JSON (2):

{
  "recipe_type": "goety:ritual",
  "pattern": null,
  "ingredients": [
    {
      "tag": "forge:leather"
    },
    {
      "item": "goety:magic_emerald"
    },
    {
      "tag": "forge:ingots/silver"
    },
    {
      "tag": "forge:ingots/silver"
    }
  ],
  "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": "goety:ritual",
  "pattern": null,
  "ingredients": [
    {
      "tag": "forge:leather"
    },
    {
      "item": "goety:magic_emerald"
    },
    {
      "item": "goety:pale_steel_ingot"
    },
    {
      "item": "goety:pale_steel_ingot"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}