Advertisement
Skylinerw

1.8.8 - All command-relevant NBT data

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