Advertisement
sirayasiki

Untitled

Jan 10th, 2019
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.38 KB | None | 0 0
  1. {
  2.     "display": {
  3.         "title": "ナポアンの挑戦状",
  4.         "description": "スケルトンとゾンビとクリーパーの頭を入手しろ",
  5.         "icon": {
  6.             "item": "minecraft:skull",
  7.             "data": 3
  8.         },
  9.         "background": "minecraft:textures/block/quartz_block_top.png",
  10.         "frame": "challenge"
  11.     },
  12.     "criteria": {
  13.         "getSkeletonSkull": {
  14.             "trigger": "minecraft:inventory_changed",
  15.              "conditions": {
  16.                 "items": [
  17.                     {
  18.                         "item": "minecraft:skull",
  19.                         "data": 0
  20.                     }
  21.                 ]
  22.             }
  23.         },
  24.         "getZombieSkull": {
  25.             "trigger": "minecraft:inventory_changed",
  26.              "conditions": {
  27.                 "items": [
  28.                     {
  29.                         "item": "minecraft:skull",
  30.                         "data": 2
  31.                     }
  32.                 ]
  33.             }
  34.         },
  35.         "getCreeperSkull": {
  36.             "trigger": "minecraft:inventory_changed",
  37.              "conditions": {
  38.                 "items": [
  39.                     {
  40.                         "item": "minecraft:skull",
  41.                         "data": 4
  42.                     }
  43.                 ]
  44.             }
  45.         }
  46.     },
  47.     "rewards": {
  48.         "experience": 500
  49.     }
  50. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement