Advertisement
supersaiyansubtlety

phantom.json

Dec 13th, 2020
706
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.21 KB | None | 0 0
  1. {
  2.   "type": "minecraft:entity",
  3.   "pools": [
  4.     {
  5.       "rolls": 1,
  6.       "entries": [
  7.         {
  8.           "type": "minecraft:item",
  9.           "functions": [
  10.             {
  11.               "function": "minecraft:set_count",
  12.               "count": {
  13.                 "min": 0.0,
  14.                 "max": 1.0,
  15.                 "type": "minecraft:uniform"
  16.               }
  17.             },
  18.             {
  19.               "function": "minecraft:looting_enchant",
  20.               "count": {
  21.                 "min": 0.0,
  22.                 "max": 1.0
  23.               }
  24.             }
  25.           ],
  26.           "name": "minecraft:phantom_membrane"
  27.         }
  28.       ],
  29.       "conditions": [
  30.         {
  31.           "condition": "minecraft:killed_by_player"
  32.         }
  33.       ]
  34.     },
  35.     {
  36.       "rolls": 1,
  37.       "entries": [
  38.         {
  39.           "type": "minecraft:item",
  40.           "name": "minecraft:elytra",
  41.           "conditions": [
  42.             {
  43.               "condition": "minecraft:damage_source_properties",
  44.               "predicate": {
  45.                 "source_entity": {
  46.                   "type": "minecraft:shulker_bullet"
  47.                 }
  48.               }
  49.             }
  50.           ]
  51.         }
  52.       ]
  53.     }
  54.   ]
  55. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement