masa-

TellMe 0.5.0 - Block & TE data dump example

Mar 3rd, 2017
266
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.80 KB | None | 0 0
  1. Chest (minecraft:chest - 54:2) has a TileEntity
  2. IBlockState properties, including getActualState():
  3. PropertyDirection{name=facing, clazz=class net.minecraft.util.EnumFacing, values=[north, south, west, east]}: north
  4.  
  5. TAG_Compound (10) ('')
  6. {
  7. TAG_Int (3) ('x'): 285
  8. TAG_Int (3) ('y'): 4
  9. TAG_Int (3) ('z'): 259
  10. TAG_List (9) ('Items') (8 entries of TAG_Compound (10))
  11. {
  12. TAG_Compound (10) ('')
  13. {
  14. TAG_Byte (1) ('Slot'): 0
  15. TAG_String (8) ('id'): "minecraft:stone"
  16. TAG_Byte (1) ('Count'): 1
  17. TAG_Short (2) ('Damage'): 2
  18. }
  19. TAG_Compound (10) ('')
  20. {
  21. TAG_Byte (1) ('Slot'): 1
  22. TAG_String (8) ('id'): "minecraft:obsidian"
  23. TAG_Byte (1) ('Count'): 1
  24. TAG_Short (2) ('Damage'): 0
  25. }
  26. TAG_Compound (10) ('')
  27. {
  28. TAG_Byte (1) ('Slot'): 18
  29. TAG_String (8) ('id'): "minecraft:diamond_pickaxe"
  30. TAG_Byte (1) ('Count'): 1
  31. TAG_Short (2) ('Damage'): 0
  32. }
  33. TAG_Compound (10) ('')
  34. {
  35. TAG_Byte (1) ('Slot'): 19
  36. TAG_String (8) ('id'): "minecraft:flint_and_steel"
  37. TAG_Byte (1) ('Count'): 1
  38. TAG_Short (2) ('Damage'): 0
  39. }
  40. TAG_Compound (10) ('')
  41. {
  42. TAG_Byte (1) ('Slot'): 21
  43. TAG_String (8) ('id'): "minecraft:enchanted_book"
  44. TAG_Byte (1) ('Count'): 1
  45. TAG_Compound (10) ('tag')
  46. {
  47. TAG_List (9) ('StoredEnchantments') (1 entries of TAG_Compound (10))
  48. {
  49. TAG_Compound (10) ('')
  50. {
  51. TAG_Short (2) ('lvl'): 1
  52. TAG_Short (2) ('id'): 71
  53. }
  54. }
  55. }
  56. TAG_Short (2) ('Damage'): 0
  57. }
  58. TAG_Compound (10) ('')
  59. {
  60. TAG_Byte (1) ('Slot'): 22
  61. TAG_String (8) ('id'): "minecraft:enchanted_book"
  62. TAG_Byte (1) ('Count'): 1
  63. TAG_Compound (10) ('tag')
  64. {
  65. TAG_List (9) ('StoredEnchantments') (1 entries of TAG_Compound (10))
  66. {
  67. TAG_Compound (10) ('')
  68. {
  69. TAG_Short (2) ('lvl'): 1
  70. TAG_Short (2) ('id'): 10
  71. }
  72. }
  73. }
  74. TAG_Short (2) ('Damage'): 0
  75. }
  76. TAG_Compound (10) ('')
  77. {
  78. TAG_Byte (1) ('Slot'): 25
  79. TAG_String (8) ('id'): "minecraft:enchanted_book"
  80. TAG_Byte (1) ('Count'): 1
  81. TAG_Compound (10) ('tag')
  82. {
  83. TAG_List (9) ('StoredEnchantments') (1 entries of TAG_Compound (10))
  84. {
  85. TAG_Compound (10) ('')
  86. {
  87. TAG_Short (2) ('lvl'): 1
  88. TAG_Short (2) ('id'): 70
  89. }
  90. }
  91. }
  92. TAG_Short (2) ('Damage'): 0
  93. }
  94. TAG_Compound (10) ('')
  95. {
  96. TAG_Byte (1) ('Slot'): 26
  97. TAG_String (8) ('id'): "minecraft:enchanted_book"
  98. TAG_Byte (1) ('Count'): 1
  99. TAG_Compound (10) ('tag')
  100. {
  101. TAG_List (9) ('StoredEnchantments') (1 entries of TAG_Compound (10))
  102. {
  103. TAG_Compound (10) ('')
  104. {
  105. TAG_Short (2) ('lvl'): 3
  106. TAG_Short (2) ('id'): 22
  107. }
  108. }
  109. }
  110. TAG_Short (2) ('Damage'): 0
  111. }
  112. }
  113. TAG_String (8) ('id'): "minecraft:chest"
  114. TAG_String (8) ('Lock'): ""
  115. }
Add Comment
Please, Sign In to add comment