Advertisement
Skylinerw

15w31a - All command-relevant NBT data

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