Advertisement
Skylinerw

1.9 pre-release 2 - All command-relevant NBT data

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