Advertisement
Guest User

Untitled

a guest
Sep 19th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.85 KB | None | 0 0
  1. {
  2.     "condition": "minecraft:alternative",
  3.     "terms": [
  4.         {
  5.             "condition": "minecraft:inverted",
  6.             "term": {
  7.                 "condition": "minecraft:alternative",
  8.                 "terms": [
  9.                     {
  10.                         "condition": "minecraft:inverted",
  11.                         "term": {
  12.                             "condition": "minecraft:location_check",
  13.                             "predicate": {
  14.                                 "dimension": "minecraft:overworld"
  15.                             }
  16.                         }
  17.                     },
  18.                     {
  19.                         "condition": "minecraft:inverted",
  20.                         "term": {
  21.                             "condition": "minecraft:entity_scores",
  22.                             "entity": "this",
  23.                             "scores": {
  24.                                 "predicateType": 1
  25.                             }
  26.                         }
  27.                     }
  28.                 ]
  29.             }
  30.         },
  31.         {
  32.             "condition": "minecraft:inverted",
  33.             "term": {
  34.                 "condition": "minecraft:alternative",
  35.                 "terms": [
  36.                     {
  37.                         "condition": "minecraft:inverted",
  38.                         "term": {
  39.                             "condition": "minecraft:entity_properties",
  40.                             "entity": "this",
  41.                             "predicate": {
  42.                                 "equipment": {
  43.                                     "mainhand": {
  44.                                         "item": "minecraft:diamond_sword"
  45.                                     }
  46.                                 }
  47.                             }
  48.                         }
  49.                     },
  50.                     {
  51.                         "condition": "minecraft:inverted",
  52.                         "term": {
  53.                             "condition": "minecraft:entity_scores",
  54.                             "entity": "this",
  55.                             "scores": {
  56.                                 "predicateType": 2
  57.                             }
  58.                         }
  59.                     }
  60.                 ]
  61.             }
  62.         },
  63.         {
  64.             "condition": "minecraft:inverted",
  65.             "term": {
  66.                 "condition": "minecraft:alternative",
  67.                 "terms": [
  68.                     {
  69.                         "condition": "minecraft:inverted",
  70.                         "term": {
  71.                             "condition": "minecraft:entity_properties",
  72.                             "entity": "this",
  73.                             "predicate": {
  74.                                 "flags": {
  75.                                     "is_sneaking": true
  76.                                 }
  77.                             }
  78.                         }
  79.                     },
  80.                     {
  81.                         "condition": "minecraft:inverted",
  82.                         "term": {
  83.                             "condition": "minecraft:entity_scores",
  84.                             "entity": "this",
  85.                             "scores": {
  86.                                 "predicateType": 3
  87.                             }
  88.                         }
  89.                     }
  90.                 ]
  91.             }
  92.         }
  93.     ]
  94. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement