MCMinecraft Assets Explorer

Browse Minecraft assets, including Textures, Sounds, Models, Fonts, Shaders, and more

fermented_spider_eye.json0 B

Empty File
{
  "parent": "minecraft:recipes/root",
  "rewards": {
    "recipes": [
      "minecraft:fermented_spider_eye"
    ]
  },
  "criteria": {
    "has_spider_eye": {
      "trigger": "minecraft:inventory_changed",
      "conditions": {
        "items": [
          {
            "item": "minecraft:spider_eye"
          }
        ]
      }
    },
    "has_the_recipe": {
      "trigger": "minecraft:recipe_unlocked",
      "conditions": {
        "recipe": "fermented_spider_eye"
      }
    }
  },
  "requirements": [
    [
      "has_spider_eye",
      "has_the_recipe"
    ]
  ]
}