Advertisement
Skylinerw

15w37 - All command-relevant NBT data

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