Advertisement
Skylinerw

15w32b - All command-relevant NBT data

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