Skylinerw

16w04 - All command-relevant NBT data

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