Advertisement
Skylinerw

1.9 - All command-relevant NBT data

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