Advertisement
Skylinerw

15w33 - All command-relevant NBT data

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