Advertisement
Skylinerw

15w38 - All command-relevant NBT data

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