Advertisement
Skylinerw

1.9.1 - All command-relevant NBT data

Mar 11th, 2016
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 90.57 KB | None | 0 0
  1. /****
  2. Differences in NBT data between 1.9 and 1.9.1.
  3.  
  4. Update (March 21st, 2016): Lots of changes, including where this is being saved: https://github.com/skylinerw/CNBT
  5.  
  6. ****/
  7.  
  8. {
  9.     "entity": [
  10.         {
  11.             "name": "Entity",
  12.             "savegame": false,
  13.             "tags": [
  14.                 {
  15.                     "id": "id",
  16.                     "type": "String",
  17.                     "permissions": {
  18.                         "read": false,
  19.                         "write": false,
  20.                         "saveOnly": true
  21.                     }
  22.                 },
  23.                 {
  24.                     "id": "Pos",
  25.                     "type": "List/Double",
  26.                     "keyLimit": {
  27.                         "max": 3
  28.                     }
  29.                 },
  30.                 {
  31.                     "id": "Motion",
  32.                     "type": "List/Double",
  33.                     "keyLimit": {
  34.                         "max": 3
  35.                     },
  36.                     "minValues": [-10.0],
  37.                     "maxValues": [10.0],
  38.                     "correctedValues": [0.0]
  39.                 },
  40.                 {
  41.                     "id": "Rotation",
  42.                     "type": "List/Float",
  43.                     "keyLimit": {
  44.                         "max": 2
  45.                     }
  46.                 },
  47.                 {
  48.                     "id": "FallDistance",
  49.                     "type": "Float"
  50.                 },
  51.                 {
  52.                     "id": "Fire",
  53.                     "type": "Short"
  54.                 },
  55.                 {
  56.                     "id": "Air",
  57.                     "type": "Short"
  58.                 },
  59.                 {
  60.                     "id": "OnGround",
  61.                     "type": "Byte",
  62.                     "isBoolean": true
  63.                 },
  64.                 {
  65.                     "id": "Dimension",
  66.                     "type": "Integer"
  67.                 },
  68.                 {
  69.                     "id": "Invulnerable",
  70.                     "type": "Byte",
  71.                     "isBoolean": true
  72.                 },
  73.                 {
  74.                     "id": "PortalCooldown",
  75.                     "type": "Integer"
  76.                 },
  77.                 {
  78.                     "id": "UUIDLeast",
  79.                     "type": "Long"
  80.                 },
  81.                 {
  82.                     "id": "UUIDMost",
  83.                     "type": "Long"
  84.                 },
  85.                 {
  86.                     "id": "CustomName",
  87.                     "type": "String"
  88.                 },
  89.                 {
  90.                     "id": "CustomNameVisible",
  91.                     "type": "Byte",
  92.                     "isBoolean": true
  93.                 },
  94.                 {
  95.                     "id": "Silent",
  96.                     "type": "Byte",
  97.                     "isBoolean": true
  98.                 },
  99.                 {
  100.                     "id": "Glowing",
  101.                     "type": "Byte",
  102.                     "isBoolean": true
  103.                 },
  104.                 {
  105.                     "id": "Tags",
  106.                     "type": "List/String",
  107.                     "keyLimit": {
  108.                         "max": 1024
  109.                     }
  110.                 },
  111.                 {
  112.                     "id": "Passengers",
  113.                     "type": "List/Compound",
  114.                     "permissions": {
  115.                         "read": false
  116.                     }
  117.                 }
  118.             ],
  119.             "inherit": [
  120.                 "misc:CommandStats"
  121.             ]
  122.         },
  123.         {
  124.             "name": "LivingBase",
  125.             "parent": "Entity",
  126.             "savegame": false,
  127.             "tags": [
  128.                 {
  129.                     "id": "AbsorptionAmount",
  130.                     "type": "Float"
  131.                 },
  132.                 {
  133.                     "id": "Attributes",
  134.                     "type": "List/Compound",
  135.                     "inherit": [
  136.                         "misc:Attributes"
  137.                     ]
  138.                 },
  139.                 {
  140.                     "id": "ActiveEffects",
  141.                     "type": "List/Compound",
  142.                     "inherit": [
  143.                         "misc:CustomPotionEffects"
  144.                     ]
  145.                 },
  146.                 {
  147.                     "id": "Health",
  148.                     "type": "Float"
  149.                 },
  150.                 {
  151.                     "id": "HurtTime",
  152.                     "type": "Short"
  153.                 },
  154.                 {
  155.                     "id": "DeathTime",
  156.                     "type": "Short"
  157.                 },
  158.                 {
  159.                     "id": "HurtByTimestamp",
  160.                     "type": "Integer"
  161.                 },
  162.                 {
  163.                     "id": "Team",
  164.                     "type": "String",
  165.                     "permissions": {
  166.                         "write": false
  167.                     }
  168.                 }
  169.             ]
  170.         },
  171.         {
  172.             "name": "Living",
  173.             "parent": "LivingBase",
  174.             "savegame": false,
  175.             "tags": [
  176.                 {
  177.                     "id": "PersistenceRequired",
  178.                     "type": "Byte",
  179.                     "isBoolean": true
  180.                 },
  181.                 {
  182.                     "id": "CanPickUpLoot",
  183.                     "type": "Byte",
  184.                     "isBoolean": true,
  185.                     "forced": true
  186.                 },
  187.                 {
  188.                     "id": "HandItems",
  189.                     "type": "List/Compound",
  190.                     "keyLimit": {
  191.                         "max": 2
  192.                     }
  193.                 },
  194.                 {
  195.                     "id": "ArmorItems",
  196.                     "type": "List/Compound",
  197.                     "keyLimit": {
  198.                         "max": 4
  199.                     }
  200.                 },
  201.                 {
  202.                     "id": "HandDropChances",
  203.                     "type": "List/Float",
  204.                     "keyLimit": {
  205.                         "max": 2
  206.                     }
  207.                 },
  208.                 {
  209.                     "id": "ArmorDropChances",
  210.                     "type": "List/Float",
  211.                     "keyLimit": {
  212.                         "max": 4
  213.                     }
  214.                 },
  215.                 {
  216.                     "id": "LeftHanded",
  217.                     "type": "Byte",
  218.                     "isBoolean": true
  219.                 },
  220.                 {
  221.                     "id": "Leashed",
  222.                     "type": "Byte",
  223.                     "isBoolean": true
  224.                 },
  225.                 {
  226.                     "id": "Leash",
  227.                     "type": "Compound",
  228.                     "tags": [
  229.                         {
  230.                             "id": "X",
  231.                             "type": "Integer"
  232.                         },
  233.                         {
  234.                             "id": "Y",
  235.                             "type": "Integer"
  236.                         },
  237.                         {
  238.                             "id": "Z",
  239.                             "type": "Integer"
  240.                         },
  241.                         {
  242.                             "id": "UUIDLeast",
  243.                             "type": "Long"
  244.                         },
  245.                         {
  246.                             "id": "UUIDMost",
  247.                             "type": "Long"
  248.                         }
  249.                     ]
  250.                 },
  251.                 {
  252.                     "id": "NoAI",
  253.                     "type": "Byte",
  254.                     "isBoolean": true
  255.                 },
  256.                 {
  257.                     "id": "DeathLootTable",
  258.                     "type": "String"
  259.                 },
  260.                 {
  261.                     "id": "DeathLootTableSeed",
  262.                     "type": "Long"
  263.                 }
  264.             ]
  265.         },
  266.         {
  267.             "name": "Ambient",
  268.             "parent": "Living",
  269.             "savegame": false
  270.         },
  271.         {
  272.             "name": "Flying",
  273.             "parent": "Living",
  274.             "savegame": false
  275.         },
  276.         {
  277.             "name": "Creature",
  278.             "parent": "Living",
  279.             "savegame": false
  280.         },
  281.         {
  282.             "name": "Golem",
  283.             "parent": "Creature",
  284.             "savegame": false
  285.         },
  286.         {
  287.             "name": "Monster",
  288.             "parent": "Creature",
  289.             "savegame": false
  290.         },
  291.         {
  292.             "name": "Ageable",
  293.             "parent": "Creature",
  294.             "savegame": false,
  295.             "tags": [
  296.                 {
  297.                     "id": "Age",
  298.                     "type": "Integer"
  299.                 },
  300.                 {
  301.                     "id": "ForcedAge",
  302.                     "type": "Integer"
  303.                 }
  304.             ]
  305.         },
  306.         {
  307.             "name": "Animal",
  308.             "parent": "Ageable",
  309.             "savegame": false,
  310.             "tags": [
  311.                 {
  312.                     "id": "InLove",
  313.                     "type": "Integer"
  314.                 }
  315.             ]
  316.         },
  317.         {
  318.             "name": "Tameable",
  319.             "parent": "Animal",
  320.             "savegame": false,
  321.             "tags": [
  322.                 {
  323.                     "id": "OwnerUUID",
  324.                     "type": "String"
  325.                 },
  326.                 {
  327.                     "id": "Owner",
  328.                     "type": "String",
  329.                     "deprecated": "String:OwnerUUID"
  330.                 },
  331.                 {
  332.                     "id": "Sitting",
  333.                     "type": "Byte",
  334.                     "isBoolean": true
  335.                 }
  336.             ]
  337.         },
  338.         {
  339.             "name": "Player",
  340.             "parent": "LivingBase",
  341.             "savegame": false,
  342.             "tags": [
  343.                 {
  344.                     "id": "DataVersion",
  345.                     "type": "Integer"
  346.                 },
  347.                 {
  348.                     "id": "Inventory",
  349.                     "type": "List/Compound",
  350.                     "keyLimit": {
  351.                         "max": 40
  352.                     },
  353.                     "inherit": [
  354.                         "item:ItemSlot"
  355.                     ]
  356.                 },
  357.                 {
  358.                     "id": "SelectedItemSlot",
  359.                     "type": "Integer",
  360.                     "minValues": [0.0],
  361.                     "maxValues": [1.0]
  362.                 },
  363.                 {
  364.                     "id": "Sleeping",
  365.                     "type": "Byte",
  366.                     "isBoolean": true
  367.                 },
  368.                 {
  369.                     "id": "SleepTimer",
  370.                     "type": "Short"
  371.                 },
  372.                 {
  373.                     "id": "XpP",
  374.                     "type": "Float"
  375.                 },
  376.                 {
  377.                     "id": "XpLevel",
  378.                     "type": "Integer"
  379.                 },
  380.                 {
  381.                     "id": "XpTotal",
  382.                     "type": "Integer"
  383.                 },
  384.                 {
  385.                     "id": "XpSeed",
  386.                     "type": "Integer"
  387.                 },
  388.                 {
  389.                     "id": "Score",
  390.                     "type": "Integer"
  391.                 },
  392.                 {
  393.                     "id": "SpawnX",
  394.                     "type": "Integer"
  395.                 },
  396.                 {
  397.                     "id": "SpawnY",
  398.                     "type": "Integer"
  399.                 },
  400.                 {
  401.                     "id": "SpawnZ",
  402.                     "type": "Integer"
  403.                 },
  404.                 {
  405.                     "id": "SpawnForced",
  406.                     "type": "Byte",
  407.                     "isBoolean": true
  408.                 },
  409.                 {
  410.                     "id": "foodLevel",
  411.                     "type": "Integer"
  412.                 },
  413.                 {
  414.                     "id": "foodTickTimer",
  415.                     "type": "Integer"
  416.                 },
  417.                 {
  418.                     "id": "foodSaturationLevel",
  419.                     "type": "Float"
  420.                 },
  421.                 {
  422.                     "id": "foodExhaustionLevel",
  423.                     "type": "Float"
  424.                 },
  425.                 {
  426.                     "id": "EnderItems",
  427.                     "type": "List/Compound",
  428.                     "keyLimit": {
  429.                         "max": 27
  430.                     }
  431.                 },
  432.                 {
  433.                     "id": "SelectedItem",
  434.                     "type": "Compound",
  435.                     "permissions": {
  436.                         "read": false,
  437.                         "write": false
  438.                     },
  439.                     "inherit": [
  440.                         "item:Item"
  441.                     ],
  442.                     "__comment": "Only used during commands, never actually exists on the player."
  443.                 },
  444.                 {
  445.                     "id": "playerGameType",
  446.                     "type": "Integer"
  447.                 },
  448.                 {
  449.                     "id": "RootVehicle",
  450.                     "type": "Compound",
  451.                     "permissions": {
  452.                         "read": false
  453.                     },
  454.                     "tags": [
  455.                         {
  456.                             "id": "AttachLeast",
  457.                             "type": "Long"
  458.                         },
  459.                         {
  460.                             "id": "AttachMost",
  461.                             "type": "Long"
  462.                         },
  463.                         {
  464.                             "id": "Entity",
  465.                             "type": "Compound",
  466.                             "tags": [
  467.                                 {
  468.                                     "id": "id",
  469.                                     "type": "String"
  470.                                 }
  471.                             ]
  472.                         }
  473.                     ]
  474.                 },
  475.                 {
  476.                     "id": "abilities",
  477.                     "type": "Compound",
  478.                     "tags": [
  479.                         {
  480.                             "id": "invulnerable",
  481.                             "type": "Byte",
  482.                             "isBoolean": true
  483.                         },
  484.                         {
  485.                             "id": "flying",
  486.                             "type": "Byte",
  487.                             "isBoolean": true
  488.                         },
  489.                         {
  490.                             "id": "mayfly",
  491.                             "type": "Byte",
  492.                             "isBoolean": true
  493.                         },
  494.                         {
  495.                             "id": "instabuild",
  496.                             "type": "Byte",
  497.                             "isBoolean": true
  498.                         },
  499.                         {
  500.                             "id": "mayBuild",
  501.                             "type": "Byte",
  502.                             "isBoolean": true,
  503.                             "forced": true
  504.                         },
  505.                         {
  506.                             "id": "flySpeed",
  507.                             "type": "Float"
  508.                         },
  509.                         {
  510.                             "id": "walkSpeed",
  511.                             "type": "Float"
  512.                         }
  513.                     ]
  514.                 }
  515.             ]
  516.         },
  517.         {
  518.             "name": "Throwable",
  519.             "parent": "Entity",
  520.             "savegame": false,
  521.             "tags": [
  522.                 {
  523.                     "id": "xTile",
  524.                     "type": "Integer"
  525.                 },
  526.                 {
  527.                     "id": "yTile",
  528.                     "type": "Integer"
  529.                 },
  530.                 {
  531.                     "id": "zTile",
  532.                     "type": "Integer"
  533.                 },
  534.                 {
  535.                     "id": "inTile",
  536.                     "type": "String"
  537.                 },
  538.                 {
  539.                     "id": "inTile",
  540.                     "type": "Byte",
  541.                     "deprecated": "String:inTile"
  542.                 },
  543.                 {
  544.                     "id": "shake",
  545.                     "type": "Byte"
  546.                 },
  547.                 {
  548.                     "id": "inGround",
  549.                     "type": "Byte",
  550.                     "isBoolean": true
  551.                 },
  552.                 {
  553.                     "id": "ownerName",
  554.                     "type": "String"
  555.                 }
  556.             ]
  557.         },
  558.         {
  559.             "name": "Hanging",
  560.             "parent": "Entity",
  561.             "savegame": false,
  562.             "tags": [
  563.                 {
  564.                     "id": "Facing",
  565.                     "type": "Byte",
  566.                     "minValues": [0.0],
  567.                     "maxValues": [3.0]
  568.                 },
  569.                 {
  570.                     "id": "TileX",
  571.                     "type": "Integer"
  572.                 },
  573.                 {
  574.                     "id": "TileY",
  575.                     "type": "Integer"
  576.                 },
  577.                 {
  578.                     "id": "TileZ",
  579.                     "type": "Integer"
  580.                 }
  581.             ]
  582.         },
  583.         {
  584.             "name": "FireballBase",
  585.             "parent": "Entity",
  586.             "savegame": false,
  587.             "tags": [
  588.                 {
  589.                     "id": "xTile",
  590.                     "type": "Integer"
  591.                 },
  592.                 {
  593.                     "id": "yTile",
  594.                     "type": "Integer"
  595.                 },
  596.                 {
  597.                     "id": "zTile",
  598.                     "type": "Integer"
  599.                 },
  600.                 {
  601.                     "id": "inTile",
  602.                     "type": "String"
  603.                 },
  604.                 {
  605.                     "id": "inTile",
  606.                     "type": "Byte",
  607.                     "deprecated": "String:inTile"
  608.                 },
  609.                 {
  610.                     "id": "inGround",
  611.                     "type": "Byte",
  612.                     "isBoolean": true
  613.                 },
  614.                 {
  615.                     "id": "direction",
  616.                     "type": "List/Double",
  617.                     "keyLimit": {
  618.                         "min": 3,
  619.                         "max": 3
  620.                     }
  621.                 },
  622.                 {
  623.                     "id": "life",
  624.                     "type": "Integer"
  625.                 },
  626.                 {
  627.                     "id": "power",
  628.                     "type": "List/Double",
  629.                     "keyLimit": {
  630.                         "min": 3,
  631.                         "max": 3
  632.                     }
  633.                 }
  634.             ]
  635.         },
  636.         {
  637.             "name": "MinecartBase",
  638.             "parent": "Entity",
  639.             "savegame": false,
  640.             "tags": [
  641.                 {
  642.                     "id": "CustomDisplayTile",
  643.                     "type": "Byte",
  644.                     "isBoolean": true
  645.                 },
  646.                 {
  647.                     "id": "DisplayTile",
  648.                     "type": "String"
  649.                 },
  650.                 {
  651.                     "id": "DisplayTile",
  652.                     "type": "Integer",
  653.                     "deprecated": "String:DisplayTile"
  654.                 },
  655.                 {
  656.                     "id": "DisplayData",
  657.                     "type": "Integer"
  658.                 },
  659.                 {
  660.                     "id": "DisplayOffset",
  661.                     "type": "Integer"
  662.                 }
  663.             ]
  664.         },
  665.         {
  666.             "name": "MinecartLootable",
  667.             "parent": "MinecartBase",
  668.             "savegame": false,
  669.             "tags": [
  670.                 {
  671.                     "id": "LootTable",
  672.                     "type": "String"
  673.                 },
  674.                 {
  675.                     "id": "LootTableSeed",
  676.                     "type": "Long"
  677.                 }
  678.             ]
  679.         },
  680.         {
  681.             "name": "ArrowBase",
  682.             "parent": "Entity",
  683.             "savegame": false,
  684.             "tags": [
  685.                 {
  686.                     "id": "xTile",
  687.                     "type": "Integer"
  688.                 },
  689.                 {
  690.                     "id": "yTile",
  691.                     "type": "Integer"
  692.                 },
  693.                 {
  694.                     "id": "zTile",
  695.                     "type": "Integer"
  696.                 },
  697.                 {
  698.                     "id": "inTile",
  699.                     "type": "String"
  700.                 },
  701.                 {
  702.                     "id": "inTile",
  703.                     "type": "Byte",
  704.                     "deprecated": "String:inTile"
  705.                 },
  706.                 {
  707.                     "id": "inData",
  708.                     "type": "Byte"
  709.                 },
  710.                 {
  711.                     "id": "shake",
  712.                     "type": "Byte"
  713.                 },
  714.                 {
  715.                     "id": "inGround",
  716.                     "type": "Byte",
  717.                     "isBoolean": true
  718.                 },
  719.                 {
  720.                     "id": "life",
  721.                     "type": "Short"
  722.                 },
  723.                 {
  724.                     "id": "damage",
  725.                     "type": "Double"
  726.                 },
  727.                 {
  728.                     "id": "pickup",
  729.                     "type": "Byte"
  730.                 },
  731.                 {
  732.                     "id": "player",
  733.                     "type": "Byte",
  734.                     "isBoolean": true,
  735.                     "deprecated": "Byte:pickup"
  736.                 }
  737.             ]
  738.         },
  739.         {
  740.             "name": "WaterMob",
  741.             "parent": "Living",
  742.             "savegame": false
  743.         },
  744.         {
  745.             "name": "FishingBobber",
  746.             "parent": "Entity",
  747.             "savegame": false,
  748.             "tags": [
  749.                 {
  750.                     "id": "xTile",
  751.                     "type": "Integer"
  752.                 },
  753.                 {
  754.                     "id": "yTile",
  755.                     "type": "Integer"
  756.                 },
  757.                 {
  758.                     "id": "zTile",
  759.                     "type": "Integer"
  760.                 },
  761.                 {
  762.                     "id": "inTile",
  763.                     "type": "String"
  764.                 },
  765.                 {
  766.                     "id": "inTile",
  767.                     "type": "Byte",
  768.                     "deprecated": "String:inTile"
  769.                 },
  770.                 {
  771.                     "id": "inGround",
  772.                     "type": "Byte",
  773.                     "isBoolean": true
  774.                 }
  775.             ]
  776.         },
  777.         {
  778.             "name": "MinecartRideable",
  779.             "id": 42,
  780.             "parent": "MinecartBase"
  781.         },
  782.         {
  783.             "name": "MinecartFurnace",
  784.             "id": 44,
  785.             "parent": "MinecartBase",
  786.             "tags": [
  787.                 {
  788.                     "id": "PushX",
  789.                     "type": "Double"
  790.                 },
  791.                 {
  792.                     "id": "PushZ",
  793.                     "type": "Double"
  794.                 },
  795.                 {
  796.                     "id": "Fuel",
  797.                     "type": "Short"
  798.                 }
  799.             ]
  800.         },
  801.         {
  802.             "name": "MinecartChest",
  803.             "id": 43,
  804.             "parent": "MinecartLootable",
  805.             "tags": [
  806.                 {
  807.                     "id": "Items",
  808.                     "type": "List/Compound",
  809.                     "keyLimit": {
  810.                         "max": 27
  811.                     },
  812.                     "inherit": [
  813.                         "item:ItemSlot"
  814.                     ]
  815.                 }
  816.             ]
  817.         },
  818.         {
  819.             "name": "MinecartHopper",
  820.             "id": 46,
  821.             "parent": "MinecartLootable",
  822.             "tags": [
  823.                 {
  824.                     "id": "Items",
  825.                     "type": "List/Compound",
  826.                     "keyLimit": {
  827.                         "max": 5
  828.                     },
  829.                     "inherit": [
  830.                         "item:ItemSlot"
  831.                     ]
  832.                 },
  833.                 {
  834.                     "id": "TransferCooldown",
  835.                     "type": "Integer"
  836.                 },
  837.                 {
  838.                     "id": "Enabled",
  839.                     "type": "Byte",
  840.                     "isBoolean": true
  841.                 }
  842.             ]
  843.         },
  844.         {
  845.             "name": "MinecartSpawner",
  846.             "id": 47,
  847.             "parent": "MinecartBase",
  848.             "inherit": [
  849.                 "misc:SpawnerLogic"
  850.             ]
  851.         },
  852.         {
  853.             "name": "MinecartTNT",
  854.             "id": 45,
  855.             "parent": "MinecartBase",
  856.             "tags": [
  857.                 {
  858.                     "id": "TNTFuse",
  859.                     "type": "Integer"
  860.                 }
  861.             ]
  862.         },
  863.         {
  864.             "name": "MinecartCommandBlock",
  865.             "id": 40,
  866.             "parent": "MinecartBase",
  867.             "inherit": [
  868.                 "misc:CommandBlockLogic"
  869.             ]
  870.         },
  871.         {
  872.             "name": "ShulkerBullet",
  873.             "id": 25,
  874.             "parent": "Entity",
  875.             "tags": [
  876.                 {
  877.                     "id": "Steps",
  878.                     "type": "Integer"
  879.                 },
  880.                 {
  881.                     "id": "TXD",
  882.                     "type": "Double"
  883.                 },
  884.                 {
  885.                     "id": "TYD",
  886.                     "type": "Double"
  887.                 },
  888.                 {
  889.                     "id": "TZD",
  890.                     "type": "Double"
  891.                 },
  892.                 {
  893.                     "id": "Dir",
  894.                     "type": "Integer"
  895.                 },
  896.                 {
  897.                     "id": "Owner",
  898.                     "type": "Compound",
  899.                     "tags": [
  900.                         {
  901.                             "id": "X",
  902.                             "type": "Integer"
  903.                         },
  904.                         {
  905.                             "id": "Y",
  906.                             "type": "Integer"
  907.                         },
  908.                         {
  909.                             "id": "Z",
  910.                             "type": "Integer"
  911.                         },
  912.                         {
  913.                             "id": "L",
  914.                             "type": "Long"
  915.                         },
  916.                         {
  917.                             "id": "M",
  918.                             "type": "Long"
  919.                         }
  920.                     ]
  921.                 },
  922.                 {
  923.                     "id": "Target",
  924.                     "type": "Compound",
  925.                     "tags": [
  926.                         {
  927.                             "id": "X",
  928.                             "type": "Integer"
  929.                         },
  930.                         {
  931.                             "id": "Y",
  932.                             "type": "Integer"
  933.                         },
  934.                         {
  935.                             "id": "Z",
  936.                             "type": "Integer"
  937.                         },
  938.                         {
  939.                             "id": "L",
  940.                             "type": "Long"
  941.                         },
  942.                         {
  943.                             "id": "M",
  944.                             "type": "Long"
  945.                         }
  946.                     ]
  947.                 }
  948.             ]
  949.         },
  950.         {
  951.             "name": "LeashKnot",
  952.             "id": 8,
  953.             "parent": "Hanging",
  954.             "ignoreInheritance": true,
  955.             "disk": false
  956.         },
  957.         {
  958.             "name": "WitherSkull",
  959.             "id": 19,
  960.             "parent": "FireballBase"
  961.         },
  962.         {
  963.             "name": "SmallFireball",
  964.             "id": 13,
  965.             "parent": "FireballBase"
  966.         },
  967.         {
  968.             "name": "Fireball",
  969.             "id": 12,
  970.             "parent": "FireballBase",
  971.             "tags": [
  972.                 {
  973.                     "id": "ExplosionPower",
  974.                     "type": "Integer"
  975.                 }
  976.             ]
  977.         },
  978.         {
  979.             "name": "DragonFireball",
  980.             "id": 26,
  981.             "parent": "FireballBase"
  982.         },
  983.         {
  984.             "name": "Snowball",
  985.             "id": 11,
  986.             "parent": "Throwable"
  987.         },
  988.         {
  989.             "name": "AreaEffectCloud",
  990.             "id": 3,
  991.             "parent": "Entity",
  992.             "tags": [
  993.                 {
  994.                     "id": "Age",
  995.                     "type": "Integer"
  996.                 },
  997.                 {
  998.                     "id": "Duration",
  999.                     "type": "Integer"
  1000.                 },
  1001.                 {
  1002.                     "id": "WaitTime",
  1003.                     "type": "Integer"
  1004.                 },
  1005.                 {
  1006.                     "id": "ReapplicationDelay",
  1007.                     "type": "Integer"
  1008.                 },
  1009.                 {
  1010.                     "id": "DurationOnUse",
  1011.                     "type": "Integer"
  1012.                 },
  1013.                 {
  1014.                     "id": "RadiusOnUse",
  1015.                     "type": "Float"
  1016.                 },
  1017.                 {
  1018.                     "id": "RadiusPerTick",
  1019.                     "type": "Float"
  1020.                 },
  1021.                 {
  1022.                     "id": "Radius",
  1023.                     "type": "Float"
  1024.                 },
  1025.                 {
  1026.                     "id": "OwnerUUIDLeast",
  1027.                     "type": "Long"
  1028.                 },
  1029.                 {
  1030.                     "id": "OwnerUUIDMost",
  1031.                     "type": "Long"
  1032.                 },
  1033.                 {
  1034.                     "id": "Particle",
  1035.                     "type": "String"
  1036.                 },
  1037.                 {
  1038.                     "id": "Color",
  1039.                     "type": "Integer"
  1040.                 },
  1041.                 {
  1042.                     "id": "Effects",
  1043.                     "type": "List/Compound",
  1044.                     "inherit": [
  1045.                         "misc:CustomPotionEffects"
  1046.                     ]
  1047.                 },
  1048.                 {
  1049.                     "id": "Potion",
  1050.                     "type": "String"
  1051.                 }
  1052.             ]
  1053.         },
  1054.         {
  1055.             "name": "ThrownPotion",
  1056.             "id": 16,
  1057.             "parent": "Throwable",
  1058.             "tags": [
  1059.                 {
  1060.                     "id": "Potion",
  1061.                     "type": "Compound",
  1062.                     "inherit": [
  1063.                         "item:Item"
  1064.                     ]
  1065.                 }
  1066.             ]
  1067.         },
  1068.         {
  1069.             "name": "ThrownEgg",
  1070.             "id": 7,
  1071.             "parent": "Throwable"
  1072.         },
  1073.         {
  1074.             "name": "Arrow",
  1075.             "id": 10,
  1076.             "parent": "ArrowBase",
  1077.             "tags": [
  1078.                 {
  1079.                     "id": "Potion",
  1080.                     "type": "String"
  1081.                 },
  1082.                 {
  1083.                     "id": "CustomPotionEffects",
  1084.                     "type": "List/Compound",
  1085.                     "inherit": [
  1086.                         "misc:CustomPotionEffects"
  1087.                     ]
  1088.                 }
  1089.             ]
  1090.         },
  1091.         {
  1092.             "name": "SpectralArrow",
  1093.             "id": 24,
  1094.             "parent": "ArrowBase",
  1095.             "tags": [
  1096.                 {
  1097.                     "id": "Duration",
  1098.                     "type": "Integer"
  1099.                 }
  1100.             ]
  1101.         },
  1102.         {
  1103.             "name": "XPOrb",
  1104.             "id": 2,
  1105.             "parent": "Entity",
  1106.             "tags": [
  1107.                 {
  1108.                     "id": "Health",
  1109.                     "type": "Short"
  1110.                 },
  1111.                 {
  1112.                     "id": "Age",
  1113.                     "type": "Short"
  1114.                 },
  1115.                 {
  1116.                     "id": "Value",
  1117.                     "type": "Short"
  1118.                 }
  1119.             ]
  1120.         },
  1121.         {
  1122.             "name": "PrimedTnt",
  1123.             "id": 20,
  1124.             "parent": "Entity",
  1125.             "tags": [
  1126.                 {
  1127.                     "id": "Fuse",
  1128.                     "type": "Short"
  1129.                 }
  1130.             ]
  1131.         },
  1132.         {
  1133.             "name": "Painting",
  1134.             "id": 9,
  1135.             "parent": "Hanging",
  1136.             "tags": [
  1137.                 {
  1138.                     "id": "Motive",
  1139.                     "type": "String"
  1140.                 }
  1141.             ]
  1142.         },
  1143.         {
  1144.             "name": "ItemFrame",
  1145.             "id": 18,
  1146.             "parent": "Hanging",
  1147.             "tags": [
  1148.                 {
  1149.                     "id": "ItemRotation",
  1150.                     "type": "Byte",
  1151.                     "minValues": [0.0],
  1152.                     "maxValues": [8.0]
  1153.                 },
  1154.                 {
  1155.                     "id": "ItemDropChance",
  1156.                     "type": "Float"
  1157.                 },
  1158.                 {
  1159.                     "id": "Item",
  1160.                     "type": "Compound",
  1161.                     "inherit": [
  1162.                         "item:Item"
  1163.                     ]
  1164.                 }
  1165.             ]
  1166.         },
  1167.         {
  1168.             "name": "Item",
  1169.             "id": 1,
  1170.             "parent": "Entity",
  1171.             "tags": [
  1172.                 {
  1173.                     "id": "Health",
  1174.                     "type": "Short"
  1175.                 },
  1176.                 {
  1177.                     "id": "Age",
  1178.                     "type": "Short"
  1179.                 },
  1180.                 {
  1181.                     "id": "PickupDelay",
  1182.                     "type": "Short"
  1183.                 },
  1184.                 {
  1185.                     "id": "Owner",
  1186.                     "type": "String"
  1187.                 },
  1188.                 {
  1189.                     "id": "Thrower",
  1190.                     "type": "String"
  1191.                 },
  1192.                 {
  1193.                     "id": "Item",
  1194.                     "type": "Compound",
  1195.                     "inherit": [
  1196.                         "item:Item"
  1197.                     ]
  1198.                 }
  1199.             ]
  1200.         },
  1201.         {
  1202.             "name": "FireworksRocketEntity",
  1203.             "id": 22,
  1204.             "parent": "Entity",
  1205.             "tags": [
  1206.                 {
  1207.                     "id": "Life",
  1208.                     "type": "Integer"
  1209.                 },
  1210.                 {
  1211.                     "id": "LifeTime",
  1212.                     "type": "Integer"
  1213.                 },
  1214.                 {
  1215.                     "id": "FireworksItem",
  1216.                     "type": "Compound",
  1217.                     "inherit": [
  1218.                         "item:Item"
  1219.                     ]
  1220.                 }
  1221.             ]
  1222.         },
  1223.         {
  1224.             "name": "FallingSand",
  1225.             "id": 21,
  1226.             "parent": "Entity",
  1227.             "tags": [
  1228.                 {
  1229.                     "id": "Block",
  1230.                     "type": "String"
  1231.                 },
  1232.                 {
  1233.                     "id": "TileID",
  1234.                     "type": "Integer",
  1235.                     "deprecated": "String:Block"
  1236.                 },
  1237.                 {
  1238.                     "id": "Tile",
  1239.                     "type": "Byte",
  1240.                     "deprecated": "Integer:TileID"
  1241.                 },
  1242.                 {
  1243.                     "id": "Data",
  1244.                     "type": "Byte"
  1245.                 },
  1246.                 {
  1247.                     "id": "Time",
  1248.                     "type": "Integer"
  1249.                 },
  1250.                 {
  1251.                     "id": "HurtEntities",
  1252.                     "type": "Byte",
  1253.                     "isBoolean": true
  1254.                 },
  1255.                 {
  1256.                     "id": "FallHurtAmount",
  1257.                     "type": "Float"
  1258.                 },
  1259.                 {
  1260.                     "id": "FallHurtMax",
  1261.                     "type": "Integer"
  1262.                 },
  1263.                 {
  1264.                     "id": "DropItem",
  1265.                     "type": "Byte",
  1266.                     "isBoolean": true
  1267.                 },
  1268.                 {
  1269.                     "id": "TileEntityData",
  1270.                     "type": "Compound"
  1271.                 }
  1272.             ]
  1273.         },
  1274.         {
  1275.             "name": "ThrownExpBottle",
  1276.             "id": 17,
  1277.             "parent": "Throwable"
  1278.         },
  1279.         {
  1280.             "name": "ThrownEnderpearl",
  1281.             "id": 14,
  1282.             "parent": "Throwable"
  1283.         },
  1284.         {
  1285.             "name": "EyeOfEnderSignal",
  1286.             "id": 15,
  1287.             "parent": "Entity"
  1288.         },
  1289.         {
  1290.             "name": "EnderCrystal",
  1291.             "id": 200,
  1292.             "parent": "Entity",
  1293.             "tags": [
  1294.                 {
  1295.                     "id": "ShowBottom",
  1296.                     "type": "Byte",
  1297.                     "isBoolean": true,
  1298.                     "forced": true
  1299.                 },
  1300.                 {
  1301.                     "id": "BeamTarget",
  1302.                     "type": "Compound",
  1303.                     "tags": [
  1304.                         {
  1305.                             "id": "X",
  1306.                             "type": "Integer"
  1307.                         },
  1308.                         {
  1309.                             "id": "Y",
  1310.                             "type": "Integer"
  1311.                         },
  1312.                         {
  1313.                             "id": "Z",
  1314.                             "type": "Integer"
  1315.                         }
  1316.                     ]
  1317.                 }
  1318.             ]
  1319.         },
  1320.         {
  1321.             "name": "Boat",
  1322.             "id": 41,
  1323.             "parent": "Entity",
  1324.             "tags": [
  1325.                 {
  1326.                     "id": "Type",
  1327.                     "type": "String"
  1328.                 }
  1329.             ]
  1330.         },
  1331.         {
  1332.             "name": "ArmorStand",
  1333.             "id": 30,
  1334.             "parent": "LivingBase",
  1335.             "tags": [
  1336.                 {
  1337.                     "id": "HandItems",
  1338.                     "type": "List/Compound",
  1339.                     "keyLimit": {
  1340.                         "max": 2
  1341.                     },
  1342.                     "inherit": [
  1343.                         "item:Item"
  1344.                     ]
  1345.                 },
  1346.                 {
  1347.                     "id": "ArmorItems",
  1348.                     "type": "List/Compound",
  1349.                     "keyLimit": {
  1350.                         "max": 4
  1351.                     },
  1352.                     "inherit": [
  1353.                         "item:Item"
  1354.                     ]
  1355.                 },
  1356.                 {
  1357.                     "id": "Invisible",
  1358.                     "type": "Byte",
  1359.                     "isBoolean": true
  1360.                 },
  1361.                 {
  1362.                     "id": "Small",
  1363.                     "type": "Byte",
  1364.                     "isBoolean": true
  1365.                 },
  1366.                 {
  1367.                     "id": "ShowArms",
  1368.                     "type": "Byte",
  1369.                     "isBoolean": true
  1370.                 },
  1371.                 {
  1372.                     "id": "DisabledSlots",
  1373.                     "type": "Integer"
  1374.                 },
  1375.                 {
  1376.                     "id": "NoGravity",
  1377.                     "type": "Byte",
  1378.                     "isBoolean": true
  1379.                 },
  1380.                 {
  1381.                     "id": "NoBasePlate",
  1382.                     "type": "Byte",
  1383.                     "isBoolean": true
  1384.                 },
  1385.                 {
  1386.                     "id": "Marker",
  1387.                     "type": "Byte",
  1388.                     "isBoolean": true
  1389.                 },
  1390.                 {
  1391.                     "id": "Pose",
  1392.                     "type": "Compound",
  1393.                     "tags": [
  1394.                         {
  1395.                             "id": "Head",
  1396.                             "type": "List/Float",
  1397.                             "keyLimit": {
  1398.                                 "max": 3
  1399.                             }
  1400.                         },
  1401.                         {
  1402.                             "id": "Body",
  1403.                             "type": "List/Float",
  1404.                             "keyLimit": {
  1405.                                 "max": 3
  1406.                             }
  1407.                         },
  1408.                         {
  1409.                             "id": "LeftArm",
  1410.                             "type": "List/Float",
  1411.                             "keyLimit": {
  1412.                                 "max": 3
  1413.                             }
  1414.                         },
  1415.                         {
  1416.                             "id": "RightArm",
  1417.                             "type": "List/Float",
  1418.                             "keyLimit": {
  1419.                                 "max": 3
  1420.                             }
  1421.                         },
  1422.                         {
  1423.                             "id": "LeftLeg",
  1424.                             "type": "List/Float",
  1425.                             "keyLimit": {
  1426.                                 "max": 3
  1427.                             }
  1428.                         },
  1429.                         {
  1430.                             "id": "RightLeg",
  1431.                             "type": "List/Float",
  1432.                             "keyLimit": {
  1433.                                 "max": 3
  1434.                             }
  1435.                         }
  1436.                     ]
  1437.                 }
  1438.             ]
  1439.         },
  1440.         {
  1441.             "name": "WeatherEffect",
  1442.             "parent": "Entity",
  1443.             "savegame": false
  1444.         },
  1445.         {
  1446.             "name": "LightningBolt",
  1447.             "parent": "WeatherEffect",
  1448.             "savegame": false,
  1449.             "ignoreInheritance": true
  1450.         },
  1451.         {
  1452.             "name": "EnderDragon",
  1453.             "id": 63,
  1454.             "parent": "Living",
  1455.             "tags": [
  1456.                 {
  1457.                     "id": "DragonPhase",
  1458.                     "type": "Integer"
  1459.                 }
  1460.             ]
  1461.         },
  1462.         {
  1463.             "name": "DragonPart",
  1464.             "parent": "Entity",
  1465.             "savegame": false
  1466.         },
  1467.         {
  1468.             "name": "WitherBoss",
  1469.             "id": 64,
  1470.             "parent": "Monster",
  1471.             "tags": [
  1472.                 {
  1473.                     "id": "Invul",
  1474.                     "type": "Integer"
  1475.                 }
  1476.             ]
  1477.         },
  1478.         {
  1479.             "name": "Wolf",
  1480.             "id": 95,
  1481.             "parent": "Tameable",
  1482.             "eggColors": [
  1483.                 14144467,
  1484.                 13545366
  1485.             ],
  1486.             "tags": [
  1487.                 {
  1488.                     "id": "Angry",
  1489.                     "type": "Byte",
  1490.                     "isBoolean": true
  1491.                 },
  1492.                 {
  1493.                     "id": "CollarColor",
  1494.                     "type": "Byte"
  1495.                 }
  1496.             ]
  1497.         },
  1498.         {
  1499.             "name": "Villager",
  1500.             "id": 120,
  1501.             "parent": "Ageable",
  1502.             "eggColors": [
  1503.                 5651507,
  1504.                 12422002
  1505.             ],
  1506.             "tags": [
  1507.                 {
  1508.                     "id": "Profession",
  1509.                     "type": "Integer"
  1510.                 },
  1511.                 {
  1512.                     "id": "Riches",
  1513.                     "type": "Integer"
  1514.                 },
  1515.                 {
  1516.                     "id": "Career",
  1517.                     "type": "Integer"
  1518.                 },
  1519.                 {
  1520.                     "id": "CareerLevel",
  1521.                     "type": "Integer"
  1522.                 },
  1523.                 {
  1524.                     "id": "Willing",
  1525.                     "type": "Byte",
  1526.                     "isBoolean": true
  1527.                 },
  1528.                 {
  1529.                     "id": "Offers",
  1530.                     "type": "Compound",
  1531.                     "tags": [
  1532.                         {
  1533.                             "id": "Recipes",
  1534.                             "type": "List/Compound",
  1535.                             "tags": [
  1536.                                 {
  1537.                                     "id": "rewardExp",
  1538.                                     "type": "Byte",
  1539.                                     "isBoolean": true,
  1540.                                     "forced": true
  1541.                                 },
  1542.                                 {
  1543.                                     "id": "uses",
  1544.                                     "type": "Integer"
  1545.                                 },
  1546.                                 {
  1547.                                     "id": "maxUses",
  1548.                                     "type": "Integer"
  1549.                                 },
  1550.                                 {
  1551.                                     "id": "buy",
  1552.                                     "type": "Compound",
  1553.                                     "inherit": [
  1554.                                         "item:Item"
  1555.                                     ]
  1556.                                 },
  1557.                                 {
  1558.                                     "id": "buyB",
  1559.                                     "type": "Compound",
  1560.                                     "inherit": [
  1561.                                         "item:Item"
  1562.                                     ]
  1563.                                 },
  1564.                                 {
  1565.                                     "id": "sell",
  1566.                                     "type": "Compound",
  1567.                                     "inherit": [
  1568.                                         "item:Item"
  1569.                                     ]
  1570.                                 }
  1571.                             ]
  1572.                         }
  1573.                     ]
  1574.                 },
  1575.                 {
  1576.                     "id": "Inventory",
  1577.                     "type": "List/Compound",
  1578.                     "inherit": [
  1579.                         "item:Item"
  1580.                     ]
  1581.                 }
  1582.             ]
  1583.         },
  1584.         {
  1585.             "name": "Squid",
  1586.             "id": 94,
  1587.             "parent": "WaterMob",
  1588.             "eggColors": [
  1589.                 2243405,
  1590.                 7375001
  1591.             ]
  1592.         },
  1593.         {
  1594.             "name": "Sheep",
  1595.             "id": 91,
  1596.             "parent": "Animal",
  1597.             "eggColors": [
  1598.                 15198183,
  1599.                 16758197
  1600.             ],
  1601.             "tags": [
  1602.                 {
  1603.                     "id": "Sheared",
  1604.                     "type": "Byte",
  1605.                     "isBoolean": true
  1606.                 },
  1607.                 {
  1608.                     "id": "Color",
  1609.                     "type": "Byte"
  1610.                 }
  1611.             ]
  1612.         },
  1613.         {
  1614.             "name": "Rabbit",
  1615.             "id": 101,
  1616.             "parent": "Animal",
  1617.             "eggColors": [
  1618.                 10051392,
  1619.                 7555121
  1620.             ],
  1621.             "tags": [
  1622.                 {
  1623.                     "id": "RabbitType",
  1624.                     "type": "Integer"
  1625.                 },
  1626.                 {
  1627.                     "id": "MoreCarrotTicks",
  1628.                     "type": "Integer"
  1629.                 }
  1630.             ]
  1631.         },
  1632.         {
  1633.             "name": "Pig",
  1634.             "id": 90,
  1635.             "parent": "Animal",
  1636.             "eggColors": [
  1637.                 15771042,
  1638.                 14377823
  1639.             ],
  1640.             "tags": [
  1641.                 {
  1642.                     "id": "Saddle",
  1643.                     "type": "Byte",
  1644.                     "isBoolean": true
  1645.                 }
  1646.             ]
  1647.         },
  1648.         {
  1649.             "name": "Ozelot",
  1650.             "id": 98,
  1651.             "parent": "Tameable",
  1652.             "eggColors": [
  1653.                 15720061,
  1654.                 5653556
  1655.             ],
  1656.             "tags": [
  1657.                 {
  1658.                     "id": "CatType",
  1659.                     "type": "Integer"
  1660.                 }
  1661.             ]
  1662.         },
  1663.         {
  1664.             "name": "MushroomCow",
  1665.             "id": 96,
  1666.             "parent": "Cow",
  1667.             "eggColors": [
  1668.                 10489616,
  1669.                 12040119
  1670.             ]
  1671.         },
  1672.         {
  1673.             "name": "EntityHorse",
  1674.             "id": 100,
  1675.             "parent": "Animal",
  1676.             "eggColors": [
  1677.                 12623485,
  1678.                 15656192
  1679.             ],
  1680.             "tags": [
  1681.                 {
  1682.                     "id": "EatingHaystack",
  1683.                     "type": "Byte",
  1684.                     "isBoolean": true
  1685.                 },
  1686.                 {
  1687.                     "id": "Bred",
  1688.                     "type": "Byte",
  1689.                     "isBoolean": true
  1690.                 },
  1691.                 {
  1692.                     "id": "ChestedHorse",
  1693.                     "type": "Byte",
  1694.                     "isBoolean": true
  1695.                 },
  1696.                 {
  1697.                     "id": "HasReproduced",
  1698.                     "type": "Byte",
  1699.                     "isBoolean": true
  1700.                 },
  1701.                 {
  1702.                     "id": "Type",
  1703.                     "type": "Integer"
  1704.                 },
  1705.                 {
  1706.                     "id": "Variant",
  1707.                     "type": "Integer"
  1708.                 },
  1709.                 {
  1710.                     "id": "Temper",
  1711.                     "type": "Integer"
  1712.                 },
  1713.                 {
  1714.                     "id": "Tame",
  1715.                     "type": "Byte",
  1716.                     "isBoolean": true
  1717.                 },
  1718.                 {
  1719.                     "id": "OwnerUUID",
  1720.                     "type": "String"
  1721.                 },
  1722.                 {
  1723.                     "id": "Owner",
  1724.                     "type": "String",
  1725.                     "deprecated": "String:OwnerUUID"
  1726.                 },
  1727.                 {
  1728.                     "id": "Items",
  1729.                     "type": "List/Compound",
  1730.                     "keyLimit": {
  1731.                         "max": 17
  1732.                     },
  1733.                     "inherit": [
  1734.                         "item:ItemSlot"
  1735.                     ]
  1736.                 },
  1737.                 {
  1738.                     "id": "ArmorItem",
  1739.                     "type": "Compound",
  1740.                     "inherit": [
  1741.                         "item:Item"
  1742.                     ]
  1743.                 },
  1744.                 {
  1745.                     "id": "SaddleItem",
  1746.                     "type": "Compound",
  1747.                     "inherit": [
  1748.                         "item:Item"
  1749.                     ]
  1750.                 },
  1751.                 {
  1752.                     "id": "SkeletonTrap",
  1753.                     "type": "Byte",
  1754.                     "isBoolean": true
  1755.                 },
  1756.                 {
  1757.                     "id": "SkeletonTrapTime",
  1758.                     "type": "Integer"
  1759.                 }
  1760.             ]
  1761.         },
  1762.         {
  1763.             "name": "Cow",
  1764.             "id": 92,
  1765.             "parent": "Animal",
  1766.             "eggColors": [
  1767.                 4470310,
  1768.                 10592673
  1769.             ]
  1770.         },
  1771.         {
  1772.             "name": "Chicken",
  1773.             "id": 93,
  1774.             "parent": "Animal",
  1775.             "eggColors": [
  1776.                 10592673,
  1777.                 16711680
  1778.             ],
  1779.             "tags": [
  1780.                 {
  1781.                     "id": "IsChickenJockey",
  1782.                     "type": "Byte",
  1783.                     "isBoolean": true
  1784.                 },
  1785.                 {
  1786.                     "id": "EggLayTime",
  1787.                     "type": "Integer"
  1788.                 }
  1789.             ]
  1790.         },
  1791.         {
  1792.             "name": "Bat",
  1793.             "id": 65,
  1794.             "parent": "Ambient",
  1795.             "eggColors": [
  1796.                 4996656,
  1797.                 986895
  1798.             ],
  1799.             "tags": [
  1800.                 {
  1801.                     "id": "BatFlags",
  1802.                     "type": "Byte"
  1803.                 }
  1804.             ]
  1805.         },
  1806.         {
  1807.             "name": "Zombie",
  1808.             "id": 54,
  1809.             "parent": "Monster",
  1810.             "eggColors": [
  1811.                 44975,
  1812.                 7969893
  1813.             ],
  1814.             "tags": [
  1815.                 {
  1816.                     "id": "IsBaby",
  1817.                     "type": "Byte",
  1818.                     "isBoolean": true
  1819.                 },
  1820.                 {
  1821.                     "id": "IsVillager",
  1822.                     "type": "Byte",
  1823.                     "isBoolean": true
  1824.                 },
  1825.                 {
  1826.                     "id": "ConversionTime",
  1827.                     "type": "Integer"
  1828.                 },
  1829.                 {
  1830.                     "id": "CanBreakDoors",
  1831.                     "type": "Byte",
  1832.                     "isBoolean": true
  1833.                 },
  1834.                 {
  1835.                     "id": "VillagerProfession",
  1836.                     "type": "Integer"
  1837.                 }
  1838.             ]
  1839.         },
  1840.         {
  1841.             "name": "Witch",
  1842.             "id": 66,
  1843.             "parent": "Monster",
  1844.             "eggColors": [
  1845.                 3407872,
  1846.                 5349438
  1847.             ]
  1848.         },
  1849.         {
  1850.             "name": "Spider",
  1851.             "id": 52,
  1852.             "parent": "Monster",
  1853.             "eggColors": [
  1854.                 3419431,
  1855.                 11013646
  1856.             ]
  1857.         },
  1858.         {
  1859.             "name": "SnowMan",
  1860.             "id": 97,
  1861.             "parent": "Golem"
  1862.         },
  1863.         {
  1864.             "name": "Shulker",
  1865.             "id": 69,
  1866.             "parent": "Golem",
  1867.             "eggColors": [
  1868.                 9725844,
  1869.                 5060690
  1870.             ],
  1871.             "tags": [
  1872.                 {
  1873.                     "id": "Peek",
  1874.                     "type": "Byte"
  1875.                 },
  1876.                 {
  1877.                     "id": "AttachFace",
  1878.                     "type": "Byte"
  1879.                 },
  1880.                 {
  1881.                     "id": "APX",
  1882.                     "type": "Integer"
  1883.                 },
  1884.                 {
  1885.                     "id": "APY",
  1886.                     "type": "Integer"
  1887.                 },
  1888.                 {
  1889.                     "id": "APZ",
  1890.                     "type": "Integer"
  1891.                 }
  1892.             ]
  1893.         },
  1894.         {
  1895.             "name": "Slime",
  1896.             "id": 55,
  1897.             "parent": "Living",
  1898.             "eggColors": [
  1899.                 5349438,
  1900.                 8306542
  1901.             ],
  1902.             "tags": [
  1903.                 {
  1904.                     "id": "Size",
  1905.                     "type": "Integer"
  1906.                 },
  1907.                 {
  1908.                     "id": "wasOnGround",
  1909.                     "type": "Byte",
  1910.                     "isBoolean": true
  1911.                 }
  1912.             ]
  1913.         },
  1914.         {
  1915.             "name": "Skeleton",
  1916.             "id": 51,
  1917.             "parent": "Monster",
  1918.             "eggColors": [
  1919.                 12698049,
  1920.                 4802889
  1921.             ],
  1922.             "tags": [
  1923.                 {
  1924.                     "id": "SkeletonType",
  1925.                     "type": "Byte"
  1926.                 }
  1927.             ]
  1928.         },
  1929.         {
  1930.             "name": "Silverfish",
  1931.             "id": 60,
  1932.             "parent": "Monster",
  1933.             "eggColors": [
  1934.                 7237230,
  1935.                 3158064
  1936.             ]
  1937.         },
  1938.         {
  1939.             "name": "PigZombie",
  1940.             "id": 57,
  1941.             "parent": "Zombie",
  1942.             "eggColors": [
  1943.                 15373203,
  1944.                 5009705
  1945.             ],
  1946.             "tags": [
  1947.                 {
  1948.                     "id": "Anger",
  1949.                     "type": "Short"
  1950.                 },
  1951.                 {
  1952.                     "id": "HurtBy",
  1953.                     "type": "String"
  1954.                 }
  1955.             ]
  1956.         },
  1957.         {
  1958.             "name": "LavaSlime",
  1959.             "id": 62,
  1960.             "parent": "Slime",
  1961.             "eggColors": [
  1962.                 3407872,
  1963.                 16579584
  1964.             ]
  1965.         },
  1966.         {
  1967.             "name": "VillagerGolem",
  1968.             "id": 99,
  1969.             "parent": "Golem",
  1970.             "tags": [
  1971.                 {
  1972.                     "id": "PlayerCreated",
  1973.                     "type": "Byte",
  1974.                     "isBoolean": true
  1975.                 }
  1976.             ]
  1977.         },
  1978.         {
  1979.             "name": "Guardian",
  1980.             "id": 68,
  1981.             "parent": "Monster",
  1982.             "eggColors": [
  1983.                 5931634,
  1984.                 15826224
  1985.             ],
  1986.             "tags": [
  1987.                 {
  1988.                     "id": "Elder",
  1989.                     "type": "Byte",
  1990.                     "isBoolean": true
  1991.                 }
  1992.             ]
  1993.         },
  1994.         {
  1995.             "name": "Giant",
  1996.             "id": 53,
  1997.             "parent": "Monster"
  1998.         },
  1999.         {
  2000.             "name": "Ghast",
  2001.             "id": 56,
  2002.             "parent": "Flying",
  2003.             "eggColors": [
  2004.                 16382457,
  2005.                 12369084
  2006.             ],
  2007.             "tags": [
  2008.                 {
  2009.                     "id": "ExplosionPower",
  2010.                     "type": "Integer"
  2011.                 }
  2012.             ]
  2013.         },
  2014.         {
  2015.             "name": "Endermite",
  2016.             "id": 67,
  2017.             "parent": "Monster",
  2018.             "eggColors": [
  2019.                 1447446,
  2020.                 7237230
  2021.             ],
  2022.             "tags": [
  2023.                 {
  2024.                     "id": "Lifetime",
  2025.                     "type": "Integer"
  2026.                 },
  2027.                 {
  2028.                     "id": "PlayerSpawned",
  2029.                     "type": "Byte",
  2030.                     "isBoolean": true
  2031.                 }
  2032.             ]
  2033.         },
  2034.         {
  2035.             "name": "Enderman",
  2036.             "id": 58,
  2037.             "parent": "Monster",
  2038.             "eggColors": [
  2039.                 1447446,
  2040.                 0
  2041.             ],
  2042.             "tags": [
  2043.                 {
  2044.                     "id": "carried",
  2045.                     "type": "String",
  2046.                     "permissions": {
  2047.                         "write": false
  2048.                     }
  2049.                 },
  2050.                 {
  2051.                     "id": "carried",
  2052.                     "type": "Short",
  2053.                     "deprecated": "String:carried",
  2054.                     "permissions": {
  2055.                         "write": true
  2056.                     }
  2057.                 },
  2058.                 {
  2059.                     "id": "carriedData",
  2060.                     "type": "Short"
  2061.                 }
  2062.             ]
  2063.         },
  2064.         {
  2065.             "name": "Creeper",
  2066.             "id": 50,
  2067.             "parent": "Monster",
  2068.             "eggColors": [
  2069.                 894731,
  2070.                 0
  2071.             ],
  2072.             "tags": [
  2073.                 {
  2074.                     "id": "Fuse",
  2075.                     "type": "Short"
  2076.                 },
  2077.                 {
  2078.                     "id": "ExplosionRadius",
  2079.                     "type": "Byte"
  2080.                 },
  2081.                 {
  2082.                     "id": "ignited",
  2083.                     "type": "Byte",
  2084.                     "isBoolean": true
  2085.                 },
  2086.                 {
  2087.                     "id": "powered",
  2088.                     "type": "Byte",
  2089.                     "isBoolean": true
  2090.                 }
  2091.             ]
  2092.         },
  2093.         {
  2094.             "name": "CaveSpider",
  2095.             "id": 59,
  2096.             "parent": "Spider",
  2097.             "eggColors": [
  2098.                 803406,
  2099.                 11013646
  2100.             ]
  2101.         },
  2102.         {
  2103.             "name": "Blaze",
  2104.             "id": 61,
  2105.             "parent": "Monster",
  2106.             "eggColors": [
  2107.                 16167425,
  2108.                 16775294
  2109.             ]
  2110.         }
  2111.     ],
  2112.     "block": [
  2113.         {
  2114.             "name": "TileEntity",
  2115.             "savegame": false,
  2116.             "tags": [
  2117.                 {
  2118.                     "id": "id",
  2119.                     "type": "String",
  2120.                     "permissions": {
  2121.                         "read": false
  2122.                     }
  2123.                 },
  2124.                 {
  2125.                     "id": "x",
  2126.                     "type": "Integer"
  2127.                 },
  2128.                 {
  2129.                     "id": "y",
  2130.                     "type": "Integer"
  2131.                 },
  2132.                 {
  2133.                     "id": "z",
  2134.                     "type": "Integer"
  2135.                 }
  2136.             ]
  2137.         },
  2138.         {
  2139.             "name": "Lockable",
  2140.             "parent": "TileEntity",
  2141.             "savegame": false,
  2142.             "tags": [
  2143.                 {
  2144.                     "id": "Lock",
  2145.                     "type": "String"
  2146.                 }
  2147.             ]
  2148.         },
  2149.         {
  2150.             "name": "Lootable",
  2151.             "parent": "Lockable",
  2152.             "savegame": false,
  2153.             "tags": [
  2154.                 {
  2155.                     "id": "LootTable",
  2156.                     "type": "String"
  2157.                 },
  2158.                 {
  2159.                     "id": "LootTableSeed",
  2160.                     "type": "Long"
  2161.                 }
  2162.             ]
  2163.         },
  2164.         {
  2165.             "name": "Structure",
  2166.             "parent": "TileEntity",
  2167.             "tags": [
  2168.                 {
  2169.                     "id": "name",
  2170.                     "type": "String"
  2171.                 },
  2172.                 {
  2173.                     "id": "author",
  2174.                     "type": "String"
  2175.                 },
  2176.                 {
  2177.                     "id": "metadata",
  2178.                     "type": "String"
  2179.                 },
  2180.                 {
  2181.                     "id": "posX",
  2182.                     "type": "Integer"
  2183.                 },
  2184.                 {
  2185.                     "id": "posY",
  2186.                     "type": "Integer"
  2187.                 },
  2188.                 {
  2189.                     "id": "posZ",
  2190.                     "type": "Integer"
  2191.                 },
  2192.                 {
  2193.                     "id": "sizeX",
  2194.                     "type": "Integer"
  2195.                 },
  2196.                 {
  2197.                     "id": "sizeY",
  2198.                     "type": "Integer"
  2199.                 },
  2200.                 {
  2201.                     "id": "sizeZ",
  2202.                     "type": "Integer"
  2203.                 },
  2204.                 {
  2205.                     "id": "mode",
  2206.                     "type": "String"
  2207.                 },
  2208.                 {
  2209.                     "id": "mirror",
  2210.                     "type": "String"
  2211.                 },
  2212.                 {
  2213.                     "id": "rotation",
  2214.                     "type": "String"
  2215.                 },
  2216.                 {
  2217.                     "id": "ignoreEntities",
  2218.                     "type": "Byte",
  2219.                     "isBoolean": true
  2220.                 }
  2221.             ]
  2222.         },
  2223.         {
  2224.             "name": "Skull",
  2225.             "parent": "TileEntity",
  2226.             "tags": [
  2227.                 {
  2228.                     "id": "SkullType",
  2229.                     "type": "Byte"
  2230.                 },
  2231.                 {
  2232.                     "id": "Rot",
  2233.                     "type": "Byte"
  2234.                 },
  2235.                 {
  2236.                     "id": "ExtraType",
  2237.                     "type": "String",
  2238.                     "deprecated": "Compound:Owner"
  2239.                 },
  2240.                 {
  2241.                     "id": "Owner",
  2242.                     "type": "Compound",
  2243.                     "inherit": [
  2244.                         "misc:SkullData"
  2245.                     ]
  2246.                 }
  2247.             ]
  2248.         },
  2249.         {
  2250.             "name": "Sign",
  2251.             "parent": "TileEntity",
  2252.             "tags": [
  2253.                 {
  2254.                     "id": "Text1",
  2255.                     "type": "String"
  2256.                 },
  2257.                 {
  2258.                     "id": "Text2",
  2259.                     "type": "String"
  2260.                 },
  2261.                 {
  2262.                     "id": "Text3",
  2263.                     "type": "String"
  2264.                 },
  2265.                 {
  2266.                     "id": "Text4",
  2267.                     "type": "String"
  2268.                 }
  2269.             ],
  2270.             "inherit": [
  2271.                 "misc:CommandStats"
  2272.             ]
  2273.         },
  2274.         {
  2275.             "name": "Piston",
  2276.             "parent": "TileEntity",
  2277.             "tags": [
  2278.                 {
  2279.                     "id": "blockId",
  2280.                     "type": "Integer"
  2281.                 },
  2282.                 {
  2283.                     "id": "blockData",
  2284.                     "type": "Integer"
  2285.                 },
  2286.                 {
  2287.                     "id": "facing",
  2288.                     "type": "Integer"
  2289.                 },
  2290.                 {
  2291.                     "id": "progress",
  2292.                     "type": "Float"
  2293.                 },
  2294.                 {
  2295.                     "id": "extending",
  2296.                     "type": "Byte",
  2297.                     "isBoolean": true
  2298.                 }
  2299.             ]
  2300.         },
  2301.         {
  2302.             "name": "Music",
  2303.             "parent": "TileEntity",
  2304.             "tags": [
  2305.                 {
  2306.                     "id": "note",
  2307.                     "type": "Byte"
  2308.                 },
  2309.                 {
  2310.                     "id": "powered",
  2311.                     "type": "Byte",
  2312.                     "isBoolean": true
  2313.                 }
  2314.             ]
  2315.         },
  2316.         {
  2317.             "name": "MobSpawner",
  2318.             "parent": "TileEntity",
  2319.             "inherit": [
  2320.                 "misc:SpawnerLogic"
  2321.             ]
  2322.         },
  2323.         {
  2324.             "name": "RecordPlayer",
  2325.             "parent": "TileEntity",
  2326.             "tags": [
  2327.                 {
  2328.                     "id": "RecordItem",
  2329.                     "type": "Compound",
  2330.                     "inherit": [
  2331.                         "item:Item"
  2332.                     ]
  2333.                 },
  2334.                 {
  2335.                     "id": "Record",
  2336.                     "type": "Integer",
  2337.                     "deprecated": "Compound:RecordItem",
  2338.                     "minValues": [1.0]
  2339.                 }
  2340.             ]
  2341.         },
  2342.         {
  2343.             "name": "Hopper",
  2344.             "parent": "Lootable",
  2345.             "tags": [
  2346.                 {
  2347.                     "id": "CustomName",
  2348.                     "type": "String"
  2349.                 },
  2350.                 {
  2351.                     "id": "Items",
  2352.                     "type": "List/Compound",
  2353.                     "keyLimit": {
  2354.                         "max": 5
  2355.                     },
  2356.                     "inherit": [
  2357.                         "item:ItemSlot"
  2358.                     ]
  2359.                 },
  2360.                 {
  2361.                     "id": "TransferCooldown",
  2362.                     "type": "Integer"
  2363.                 }
  2364.             ]
  2365.         },
  2366.         {
  2367.             "name": "Furnace",
  2368.             "parent": "Lockable",
  2369.             "tags": [
  2370.                 {
  2371.                     "id": "CustomName",
  2372.                     "type": "String"
  2373.                 },
  2374.                 {
  2375.                     "id": "BurnTime",
  2376.                     "type": "Short"
  2377.                 },
  2378.                 {
  2379.                     "id": "CookTime",
  2380.                     "type": "Short"
  2381.                 },
  2382.                 {
  2383.                     "id": "CookTimeTotal",
  2384.                     "type": "Short"
  2385.                 },
  2386.                 {
  2387.                     "id": "Items",
  2388.                     "type": "List/Compound",
  2389.                     "keyLimit": {
  2390.                         "max": 3
  2391.                     },
  2392.                     "inherit": [
  2393.                         "item:ItemSlot"
  2394.                     ]
  2395.                 }
  2396.             ]
  2397.         },
  2398.         {
  2399.             "name": "FlowerPot",
  2400.             "parent": "TileEntity",
  2401.             "tags": [
  2402.                 {
  2403.                     "id": "Item",
  2404.                     "type": "String"
  2405.                 },
  2406.                 {
  2407.                     "id": "Item",
  2408.                     "type": "Integer",
  2409.                     "deprecated": "String:Item"
  2410.                 },
  2411.                 {
  2412.                     "id": "Data",
  2413.                     "type": "Integer"
  2414.                 }
  2415.             ]
  2416.         },
  2417.         {
  2418.             "name": "AirPortal",
  2419.             "parent": "TileEntity"
  2420.         },
  2421.         {
  2422.             "name": "EnderChest",
  2423.             "parent": "TileEntity"
  2424.         },
  2425.         {
  2426.             "name": "EndGateway",
  2427.             "parent": "TileEntity",
  2428.             "tags": [
  2429.                 {
  2430.                     "id": "Age",
  2431.                     "type": "Long"
  2432.                 },
  2433.                 {
  2434.                     "id": "ExactTeleport",
  2435.                     "type": "Byte",
  2436.                     "isBoolean": true
  2437.                 },
  2438.                 {
  2439.                     "id": "ExitPortal",
  2440.                     "type": "Compound",
  2441.                     "tags": [
  2442.                         {
  2443.                             "id": "X",
  2444.                             "type": "Integer"
  2445.                         },
  2446.                         {
  2447.                             "id": "Y",
  2448.                             "type": "Integer"
  2449.                         },
  2450.                         {
  2451.                             "id": "Z",
  2452.                             "type": "Integer"
  2453.                         }
  2454.                     ]
  2455.                 }
  2456.             ]
  2457.         },
  2458.         {
  2459.             "name": "EnchantTable",
  2460.             "parent": "TileEntity",
  2461.             "tags": [
  2462.                 {
  2463.                     "id": "CustomName",
  2464.                     "type": "String"
  2465.                 }
  2466.             ]
  2467.         },
  2468.         {
  2469.             "name": "Dropper",
  2470.             "parent": "Trap"
  2471.         },
  2472.         {
  2473.             "name": "Trap",
  2474.             "parent": "Lootable",
  2475.             "tags": [
  2476.                 {
  2477.                     "id": "CustomName",
  2478.                     "type": "String"
  2479.                 },
  2480.                 {
  2481.                     "id": "Items",
  2482.                     "type": "List/Compound",
  2483.                     "keyLimit": {
  2484.                         "max": 9
  2485.                     },
  2486.                     "inherit": [
  2487.                         "item:ItemSlot"
  2488.                     ]
  2489.                 }
  2490.             ]
  2491.         },
  2492.         {
  2493.             "name": "DLDetector",
  2494.             "parent": "TileEntity"
  2495.         },
  2496.         {
  2497.             "name": "Comparator",
  2498.             "parent": "TileEntity",
  2499.             "tags": [
  2500.                 {
  2501.                     "id": "OutputSignal",
  2502.                     "type": "Integer"
  2503.                 }
  2504.             ]
  2505.         },
  2506.         {
  2507.             "name": "Control",
  2508.             "parent": "TileEntity",
  2509.             "tags": [
  2510.                 {
  2511.                     "id": "powered",
  2512.                     "type": "Byte",
  2513.                     "isBoolean": true
  2514.                 },
  2515.                 {
  2516.                     "id": "conditionMet",
  2517.                     "type": "Byte",
  2518.                     "isBoolean": true
  2519.                 },
  2520.                 {
  2521.                     "id": "auto",
  2522.                     "type": "Byte",
  2523.                     "isBoolean": true
  2524.                 }
  2525.             ],
  2526.             "inherit": [
  2527.                 "misc:CommandBlockLogic"
  2528.             ]
  2529.         },
  2530.         {
  2531.             "name": "Chest",
  2532.             "parent": "Lootable",
  2533.             "tags": [
  2534.                 {
  2535.                     "id": "CustomName",
  2536.                     "type": "String"
  2537.                 },
  2538.                 {
  2539.                     "id": "Items",
  2540.                     "type": "List/Compound",
  2541.                     "keyLimit": {
  2542.                         "max": 27
  2543.                     },
  2544.                     "inherit": [
  2545.                         "item:ItemSlot"
  2546.                     ]
  2547.                 }
  2548.             ]
  2549.         },
  2550.         {
  2551.             "name": "Cauldron",
  2552.             "parent": "Lockable",
  2553.             "tags": [
  2554.                 {
  2555.                     "id": "CustomName",
  2556.                     "type": "String"
  2557.                 },
  2558.                 {
  2559.                     "id": "BrewTime",
  2560.                     "type": "Short"
  2561.                 },
  2562.                 {
  2563.                     "id": "Fuel",
  2564.                     "type": "Byte"
  2565.                 },
  2566.                 {
  2567.                     "id": "Items",
  2568.                     "type": "List/Compound",
  2569.                     "keyLimit": {
  2570.                         "max": 5
  2571.                     },
  2572.                     "inherit": [
  2573.                         "item:ItemSlot"
  2574.                     ]
  2575.                 }
  2576.             ]
  2577.         },
  2578.         {
  2579.             "name": "Beacon",
  2580.             "parent": "Lockable",
  2581.             "tags": [
  2582.                 {
  2583.                     "id": "Primary",
  2584.                     "type": "Integer"
  2585.                 },
  2586.                 {
  2587.                     "id": "Secondary",
  2588.                     "type": "Integer"
  2589.                 },
  2590.                 {
  2591.                     "id": "Levels",
  2592.                     "type": "Integer"
  2593.                 }
  2594.             ]
  2595.         },
  2596.         {
  2597.             "name": "Banner",
  2598.             "parent": "TileEntity",
  2599.             "tags": [
  2600.                 {
  2601.                     "id": "Base",
  2602.                     "type": "Integer"
  2603.                 },
  2604.                 {
  2605.                     "id": "Patterns",
  2606.                     "type": "List/Compound",
  2607.                     "tags": [
  2608.                         {
  2609.                             "id": "Pattern",
  2610.                             "type": "String"
  2611.                         },
  2612.                         {
  2613.                             "id": "Color",
  2614.                             "type": "Integer"
  2615.                         }
  2616.                     ]
  2617.                 }
  2618.             ]
  2619.         }
  2620.     ],
  2621.     "item": [
  2622.         {
  2623.             "name": "Item",
  2624.             "tags": [
  2625.                 {
  2626.                     "id": "id",
  2627.                     "type": "String"
  2628.                 },
  2629.                 {
  2630.                     "id": "Damage",
  2631.                     "type": "Short"
  2632.                 },
  2633.                 {
  2634.                     "id": "Count",
  2635.                     "type": "Byte"
  2636.                 },
  2637.                 {
  2638.                     "id": "tag",
  2639.                     "type": "Compound",
  2640.                     "tags": [
  2641.                         {
  2642.                             "id": "Potion",
  2643.                             "type": "String"
  2644.                         },
  2645.                         {
  2646.                             "id": "Unbreakable",
  2647.                             "type": "Byte",
  2648.                             "isBoolean": true
  2649.                         },
  2650.                         {
  2651.                             "id": "CanDestroy",
  2652.                             "type": "List/String"
  2653.                         },
  2654.                         {
  2655.                             "id": "CanPlaceOn",
  2656.                             "type": "List/String"
  2657.                         },
  2658.                         {
  2659.                             "id": "BlockEntityTag",
  2660.                             "type": "Compound",
  2661.                             "tags": [
  2662.                            
  2663.                             ],
  2664.                             "inherit": [
  2665.                                 "block:Banner"
  2666.                             ]
  2667.                         },
  2668.                         {
  2669.                             "id": "EntityTag",
  2670.                             "type": "Compound",
  2671.                             "tags": [
  2672.                                 {
  2673.                                     "id": "id",
  2674.                                     "type": "String"
  2675.                                 }
  2676.                             ]
  2677.                         },
  2678.                         {
  2679.                             "id": "ench",
  2680.                             "type": "List/Compound",
  2681.                             "tags": [
  2682.                                 {
  2683.                                     "id": "id",
  2684.                                     "type": "Short"
  2685.                                 },
  2686.                                 {
  2687.                                     "id": "lvl",
  2688.                                     "type": "Short"
  2689.                                 }
  2690.                             ]
  2691.                         },
  2692.                         {
  2693.                             "id": "StoredEnchantments",
  2694.                             "type": "List/Compound",
  2695.                             "tags": [
  2696.                                 {
  2697.                                     "id": "id",
  2698.                                     "type": "Short"
  2699.                                 },
  2700.                                 {
  2701.                                     "id": "lvl",
  2702.                                     "type": "Short"
  2703.                                 }
  2704.                             ]
  2705.                         },
  2706.                         {
  2707.                             "id": "RepairCost",
  2708.                             "type": "Integer",
  2709.                             "forced": true
  2710.                         },
  2711.                         {
  2712.                             "id": "AttributeModifiers",
  2713.                             "type": "List/Compound",
  2714.                             "tags": [
  2715.                                 {
  2716.                                     "id": "AttributeName",
  2717.                                     "type": "String"
  2718.                                 },
  2719.                                 {
  2720.                                     "id": "Slot",
  2721.                                     "type": "String"
  2722.                                 }
  2723.                             ],
  2724.                             "inherit": [
  2725.                                 "misc:AttributeModifiers"
  2726.                             ]
  2727.                         },
  2728.                         {
  2729.                             "id": "CustomPotionEffects",
  2730.                             "type": "List/Compound",
  2731.                             "inherit": [
  2732.                                 "misc:CustomPotionEffects"
  2733.                             ]
  2734.                         },
  2735.                         {
  2736.                             "id": "display",
  2737.                             "type": "Compound",
  2738.                             "tags": [
  2739.                                 {
  2740.                                     "id": "Name",
  2741.                                     "type": "String"
  2742.                                 },
  2743.                                 {
  2744.                                     "id": "Lore",
  2745.                                     "type": "List/String"
  2746.                                 },
  2747.                                 {
  2748.                                     "id": "color",
  2749.                                     "type": "Integer",
  2750.                                     "forced": true
  2751.                                 }
  2752.                             ]
  2753.                         },
  2754.                         {
  2755.                             "id": "HideFlags",
  2756.                             "type": "Integer"
  2757.                         },
  2758.                         {
  2759.                             "id": "resolved",
  2760.                             "type": "Byte",
  2761.                             "isBoolean": true
  2762.                         },
  2763.                         {
  2764.                             "id": "generation",
  2765.                             "type": "Integer"
  2766.                         },
  2767.                         {
  2768.                             "id": "author",
  2769.                             "type": "String"
  2770.                         },
  2771.                         {
  2772.                             "id": "title",
  2773.                             "type": "String"
  2774.                         },
  2775.                         {
  2776.                             "id": "pages",
  2777.                             "type": "List/String"
  2778.                         },
  2779.                         {
  2780.                             "id": "SkullOwner",
  2781.                             "type": "String",
  2782.                             "deprecated": "Compound:SkullOwner"
  2783.                         },
  2784.                         {
  2785.                             "id": "SkullOwner",
  2786.                             "type": "Compound",
  2787.                             "inherit": [
  2788.                                 "misc:SkullData"
  2789.                             ]
  2790.                         },
  2791.                         {
  2792.                             "id": "Explosion",
  2793.                             "type": "Compound",
  2794.                             "tags": [
  2795.                                 {
  2796.                                     "id": "Flicker",
  2797.                                     "type": "Byte",
  2798.                                     "isBoolean": true
  2799.                                 },
  2800.                                 {
  2801.                                     "id": "Trail",
  2802.                                     "type": "Byte",
  2803.                                     "isBoolean": true
  2804.                                 },
  2805.                                 {
  2806.                                     "id": "Type",
  2807.                                     "type": "Byte"
  2808.                                 },
  2809.                                 {
  2810.                                     "id": "Colors",
  2811.                                     "type": "IntArray"
  2812.                                 },
  2813.                                 {
  2814.                                     "id": "FadeColors",
  2815.                                     "type": "IntArray"
  2816.                                 }
  2817.                             ]
  2818.                         },
  2819.                         {
  2820.                             "id": "Fireworks",
  2821.                             "type": "Compound",
  2822.                             "tags": [
  2823.                                 {
  2824.                                     "id": "Flight",
  2825.                                     "type": "Byte"
  2826.                                 },
  2827.                                 {
  2828.                                     "id": "Explosions",
  2829.                                     "type": "List/Compound"
  2830.                                 }
  2831.                             ]
  2832.                         },
  2833.                         {
  2834.                             "id": "map_scale_direction",
  2835.                             "type": "Integer"
  2836.                         },
  2837.                         {
  2838.                             "id": "map_tracking_position",
  2839.                             "type": "Byte",
  2840.                             "isBoolean": true
  2841.                         },
  2842.                         {
  2843.                             "id": "Decorations",
  2844.                             "type": "List/Compound",
  2845.                             "tags": [
  2846.                                 {
  2847.                                     "id": "id",
  2848.                                     "type": "String"
  2849.                                 },
  2850.                                 {
  2851.                                     "id": "type",
  2852.                                     "type": "Byte"
  2853.                                 },
  2854.                                 {
  2855.                                     "id": "x",
  2856.                                     "type": "Double"
  2857.                                 },
  2858.                                 {
  2859.                                     "id": "z",
  2860.                                     "type": "Double"
  2861.                                 },
  2862.                                 {
  2863.                                     "id": "rot",
  2864.                                     "type": "Double"
  2865.                                 }
  2866.                             ]
  2867.                         }
  2868.                     ]
  2869.                 }
  2870.             ]
  2871.         },
  2872.         {
  2873.             "name": "ItemSlot",
  2874.             "parent": "Item",
  2875.             "tags": [
  2876.                 {
  2877.                     "id": "Slot",
  2878.                     "type": "Byte"
  2879.                 }
  2880.             ]
  2881.         }
  2882.     ],
  2883.     "misc": [
  2884.         {
  2885.             "name": "SpawnerLogic",
  2886.             "savegame": false,
  2887.             "tags": [
  2888.                 {
  2889.                     "id": "Delay",
  2890.                     "type": "Short"
  2891.                 },
  2892.                 {
  2893.                     "id": "SpawnPotentials",
  2894.                     "type": "List/Compound",
  2895.                     "tags": [
  2896.                         {
  2897.                             "id": "Weight",
  2898.                             "type": "Integer"
  2899.                         },
  2900.                         {
  2901.                             "id": "Entity",
  2902.                             "type": "Compound",
  2903.                             "tags": [
  2904.                                 {
  2905.                                     "id": "id",
  2906.                                     "type": "String"
  2907.                                 }
  2908.                             ]
  2909.                         }
  2910.                     ]
  2911.                 },
  2912.                 {
  2913.                     "id": "SpawnData",
  2914.                     "type": "Compound",
  2915.                     "tags": [
  2916.                         {
  2917.                             "id": "id"
  2918.                         }
  2919.                     ]
  2920.                 },
  2921.                 {
  2922.                     "id": "MinSpawnDelay",
  2923.                     "type": "Short"
  2924.                 },
  2925.                 {
  2926.                     "id": "MaxSpawnDelay",
  2927.                     "type": "Short"
  2928.                 },
  2929.                 {
  2930.                     "id": "SpawnCount",
  2931.                     "type": "Short"
  2932.                 },
  2933.                 {
  2934.                     "id": "MaxNearbyEntities",
  2935.                     "type": "Short"
  2936.                 },
  2937.                 {
  2938.                     "id": "RequiredPlayerRange",
  2939.                     "type": "Short"
  2940.                 },
  2941.                 {
  2942.                     "id": "SpawnRange",
  2943.                     "type": "Short"
  2944.                 }
  2945.             ]
  2946.         },
  2947.         {
  2948.             "name": "CommandBlockLogic",
  2949.             "savegame": false,
  2950.             "tags": [
  2951.                 {
  2952.                     "id": "Command",
  2953.                     "type": "String"
  2954.                 },
  2955.                 {
  2956.                     "id": "SuccessCount",
  2957.                     "type": "Integer"
  2958.                 },
  2959.                 {
  2960.                     "id": "CustomName",
  2961.                     "type": "String"
  2962.                 },
  2963.                 {
  2964.                     "id": "TrackOutput",
  2965.                     "type": "Byte",
  2966.                     "isBoolean": true,
  2967.                     "forced": true
  2968.                 },
  2969.                 {
  2970.                     "id": "LastOutput",
  2971.                     "type": "String"
  2972.                 }
  2973.             ],
  2974.             "inherit": [
  2975.                 "misc:CommandStats"
  2976.             ]
  2977.         },
  2978.         {
  2979.             "name": "CommandStats",
  2980.             "savegame": false,
  2981.             "tags": [
  2982.                 {
  2983.                     "id": "CommandStats",
  2984.                     "type": "Compound",
  2985.                     "tags": [
  2986.                         {
  2987.                             "id": "SuccessCountName",
  2988.                             "type": "String"
  2989.                         },
  2990.                         {
  2991.                             "id": "SuccessCountObjective",
  2992.                             "type": "String"
  2993.                         },
  2994.                         {
  2995.                             "id": "AffectedBlocksName",
  2996.                             "type": "String"
  2997.                         },
  2998.                         {
  2999.                             "id": "AffectedBlocksObjective",
  3000.                             "type": "String"
  3001.                         },
  3002.                         {
  3003.                             "id": "AffectedEntitiesName",
  3004.                             "type": "String"
  3005.                         },
  3006.                         {
  3007.                             "id": "AffectedEntitiesObjective",
  3008.                             "type": "String"
  3009.                         },
  3010.                         {
  3011.                             "id": "AffectedItemsName",
  3012.                             "type": "String"
  3013.                         },
  3014.                         {
  3015.                             "id": "AffectedItemsObjective",
  3016.                             "type": "String"
  3017.                         },
  3018.                         {
  3019.                             "id": "QueryResultName",
  3020.                             "type": "String"
  3021.                         },
  3022.                         {
  3023.                             "id": "QueryResultObjective",
  3024.                             "type": "String"
  3025.                         }
  3026.                     ]
  3027.                 }
  3028.             ]
  3029.         },
  3030.         {
  3031.             "name": "CustomPotionEffects",
  3032.             "savegame": false,
  3033.             "tags": [
  3034.                 {
  3035.                     "id": "Id",
  3036.                     "type": "Byte"
  3037.                 },
  3038.                 {
  3039.                     "id": "Amplifier",
  3040.                     "type": "Byte"
  3041.                 },
  3042.                 {
  3043.                     "id": "Ambient",
  3044.                     "type": "Byte",
  3045.                     "isBoolean": true
  3046.                 },
  3047.                 {
  3048.                     "id": "ShowParticles",
  3049.                     "type": "Byte",
  3050.                     "isBoolean": true,
  3051.                     "forced": true
  3052.                 },
  3053.                 {
  3054.                     "id": "Duration",
  3055.                     "type": "Integer"
  3056.                 }
  3057.             ]
  3058.         },
  3059.         {
  3060.             "name": "Attributes",
  3061.             "savegame": false,
  3062.             "tags": [
  3063.                 {
  3064.                     "id": "Name",
  3065.                     "type": "String"
  3066.                 },
  3067.                 {
  3068.                     "id": "Base",
  3069.                     "type": "Double"
  3070.                 },
  3071.                 {
  3072.                     "id": "Modifiers",
  3073.                     "type": "List/Compound",
  3074.                     "inherit": [
  3075.                         "misc:AttributeModifiers"
  3076.                     ]
  3077.                 }
  3078.             ]
  3079.         },
  3080.         {
  3081.             "name": "AttributeModifiers",
  3082.             "savegame": false,
  3083.             "tags": [
  3084.                 {
  3085.                     "id": "Name",
  3086.                     "type": "String",
  3087.                     "minValues": [1.0]
  3088.                 },
  3089.                 {
  3090.                     "id": "Amount",
  3091.                     "type": "Double"
  3092.                 },
  3093.                 {
  3094.                     "id": "Operation",
  3095.                     "type": "Integer",
  3096.                     "minValues": [0.0],
  3097.                     "maxValues": [2.0]
  3098.                 },
  3099.                 {
  3100.                     "id": "UUIDLeast",
  3101.                     "type": "Long"
  3102.                 },
  3103.                 {
  3104.                     "id": "UUIDMost",
  3105.                     "type": "Long"
  3106.                 }
  3107.             ]
  3108.         },
  3109.         {
  3110.             "name": "SkullData",
  3111.             "savegame": false,
  3112.             "tags": [
  3113.                 {
  3114.                     "id": "Name",
  3115.                     "type": "String"
  3116.                 },
  3117.                 {
  3118.                     "id": "Id",
  3119.                     "type": "String"
  3120.                 },
  3121.                 {
  3122.                     "id": "Properties",
  3123.                     "type": "Compound",
  3124.                     "tags": [
  3125.                         {
  3126.                             "id": "textures",
  3127.                             "type": "List/Compound",
  3128.                             "tags": [
  3129.                                 {
  3130.                                     "id": "Signature",
  3131.                                     "type": "String"
  3132.                                 },
  3133.                                 {
  3134.                                     "id": "Value",
  3135.                                     "type": "String"
  3136.                                 }
  3137.                             ]
  3138.                         }
  3139.                     ]
  3140.                 }
  3141.             ]
  3142.         }
  3143.     ]
  3144. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement