MCMinecraft Assets Explorer

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

froglights.json0 B

Empty File
{
  "parent": "minecraft:husbandry/leash_all_frog_variants",
  "criteria": {
    "froglights": {
      "conditions": {
        "items": [
          {
            "items": "minecraft:ochre_froglight"
          },
          {
            "items": "minecraft:pearlescent_froglight"
          },
          {
            "items": "minecraft:verdant_froglight"
          }
        ]
      },
      "trigger": "minecraft:inventory_changed"
    }
  },
  "display": {
    "description": {
      "translate": "advancements.husbandry.froglights.description"
    },
    "frame": "challenge",
    "icon": {
      "count": 1,
      "id": "minecraft:verdant_froglight"
    },
    "title": {
      "translate": "advancements.husbandry.froglights.title"
    }
  },
  "requirements": [
    [
      "froglights"
    ]
  ],
  "sends_telemetry_event": true
}