Untitled

 avatar
unknown
plain_text
2 years ago
773 B
13
Indexable
{
    "display": {
      "icon": {
        "item": "cobblemon:great_ball"
      },
      "title": {
        "translate": "advancements.cobblemon.first_catch"
      },
      "description": {
        "translate": "advancements.cobblemon.first_catch.description"
      },
      "background": "cobblemon:textures/blocks/apricorn_planks.png"
    },
    "parent": "cobblemon:craft_poke_ball",
    "criteria": {
      "catch": {
        "trigger": "cobblemon:pokemon_catch",
        "conditions": {
          "count": 1,
          "type": "cobblemon:pokemon",
          "nbt": "{Pokemon:{Species:\"cobblemon:bidoof\"}}"
        }
        }
      },
      "rewards": {
        "function": "grunts:tokens/bidooftoken"
        
        
      }
    }
  
Editor is loading...