Advertisement
Guest User

Untitled

a guest
Jan 21st, 2020
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.51 KB | None | 0 0
  1. private SmartInventory buildingBlocksInv_STONE;
  2. private SmartInventory buildingBlocksInv_GRANITE;
  3. private SmartInventory buildingBlocksInv_POLISHED_GRANITE;
  4. private SmartInventory buildingBlocksInv_DIORITE;
  5. private SmartInventory buildingBlocksInv_POLISHED_DIORITE;
  6. private SmartInventory buildingBlocksInv_ANDESITE;
  7. private SmartInventory buildingBlocksInv_POLISHED_ANDESITE;
  8. private SmartInventory buildingBlocksInv_GRASS_BLOCK;
  9. private SmartInventory buildingBlocksInv_DIRT;
  10. private SmartInventory buildingBlocksInv_COARSE_DIRT;
  11. private SmartInventory buildingBlocksInv_PODZOL;
  12. private SmartInventory buildingBlocksInv_COBBLESTONE;
  13. private SmartInventory buildingBlocksInv_OAK_PLANKS;
  14. private SmartInventory buildingBlocksInv_SPRUCE_PLANKS;
  15. private SmartInventory buildingBlocksInv_BIRCH_PLANKS;
  16. private SmartInventory buildingBlocksInv_JUNGLE_PLANKS;
  17. private SmartInventory buildingBlocksInv_ACACIA_PLANKS;
  18. private SmartInventory buildingBlocksInv_DARK_OAK_PLANKS;
  19. private SmartInventory buildingBlocksInv_BEDROCK;
  20. private SmartInventory buildingBlocksInv_SAND;
  21. private SmartInventory buildingBlocksInv_RED_SAND;
  22. private SmartInventory buildingBlocksInv_GRAVEL;
  23. private SmartInventory buildingBlocksInv_GOLD_ORE;
  24. private SmartInventory buildingBlocksInv_IRON_ORE;
  25. private SmartInventory buildingBlocksInv_COAL_ORE;
  26. private SmartInventory buildingBlocksInv_OAK_LOG;
  27. private SmartInventory buildingBlocksInv_SPRUCE_LOG;
  28. private SmartInventory buildingBlocksInv_BIRCH_LOG;
  29. private SmartInventory buildingBlocksInv_JUNGLE_LOG;
  30. private SmartInventory buildingBlocksInv_ACACIA_LOG;
  31. private SmartInventory buildingBlocksInv_DARK_OAK_LOG;
  32. private SmartInventory buildingBlocksInv_STRIPPED_OAK_LOG;
  33. private SmartInventory buildingBlocksInv_STRIPPED_SPRUCE_LOG;
  34. private SmartInventory buildingBlocksInv_STRIPPED_BIRCH_LOG;
  35. private SmartInventory buildingBlocksInv_STRIPPED_JUNGLE_LOG;
  36. private SmartInventory buildingBlocksInv_STRIPPED_ACACIA_LOG;
  37. private SmartInventory buildingBlocksInv_STRIPPED_DARK_OAK_LOG;
  38. private SmartInventory buildingBlocksInv_STRIPPED_OAK_WOOD;
  39. private SmartInventory buildingBlocksInv_STRIPPED_SPRUCE_WOOD;
  40. private SmartInventory buildingBlocksInv_STRIPPED_BIRCH_WOOD;
  41. private SmartInventory buildingBlocksInv_STRIPPED_JUNGLE_WOOD;
  42. private SmartInventory buildingBlocksInv_STRIPPED_ACACIA_WOOD;
  43. private SmartInventory buildingBlocksInv_STRIPPED_DARK_OAK_WOOD;
  44. private SmartInventory buildingBlocksInv_OAK_WOOD;
  45. private SmartInventory buildingBlocksInv_SPRUCE_WOOD;
  46. private SmartInventory buildingBlocksInv_BIRCH_WOOD;
  47. private SmartInventory buildingBlocksInv_JUNGLE_WOOD;
  48. private SmartInventory buildingBlocksInv_ACACIA_WOOD;
  49. private SmartInventory buildingBlocksInv_DARK_OAK_WOOD;
  50. private SmartInventory buildingBlocksInv_SPONGE;
  51. private SmartInventory buildingBlocksInv_WET_SPONGE;
  52. private SmartInventory buildingBlocksInv_GLASS;
  53. private SmartInventory buildingBlocksInv_LAPIS_ORE;
  54. private SmartInventory buildingBlocksInv_LAPIS_BLOCK;
  55. private SmartInventory buildingBlocksInv_SANDSTONE;
  56. private SmartInventory buildingBlocksInv_CHISELED_SANDSTONE;
  57. private SmartInventory buildingBlocksInv_CUT_SANDSTONE;
  58. private SmartInventory buildingBlocksInv_WHITE_WOOL;
  59. private SmartInventory buildingBlocksInv_ORANGE_WOOL;
  60. private SmartInventory buildingBlocksInv_MAGENTA_WOOL;
  61. private SmartInventory buildingBlocksInv_LIGHT_BLUE_WOOL;
  62. private SmartInventory buildingBlocksInv_YELLOW_WOOL;
  63. private SmartInventory buildingBlocksInv_LIME_WOOL;
  64. private SmartInventory buildingBlocksInv_PINK_WOOL;
  65. private SmartInventory buildingBlocksInv_GRAY_WOOL;
  66. private SmartInventory buildingBlocksInv_LIGHT_GRAY_WOOL;
  67. private SmartInventory buildingBlocksInv_CYAN_WOOL;
  68. private SmartInventory buildingBlocksInv_PURPLE_WOOL;
  69. private SmartInventory buildingBlocksInv_BLUE_WOOL;
  70. private SmartInventory buildingBlocksInv_BROWN_WOOL;
  71. private SmartInventory buildingBlocksInv_GREEN_WOOL;
  72. private SmartInventory buildingBlocksInv_RED_WOOL;
  73. private SmartInventory buildingBlocksInv_BLACK_WOOL;
  74. private SmartInventory buildingBlocksInv_GOLD_BLOCK;
  75. private SmartInventory buildingBlocksInv_IRON_BLOCK;
  76. private SmartInventory buildingBlocksInv_OAK_SLAB;
  77. private SmartInventory buildingBlocksInv_SPRUCE_SLAB;
  78. private SmartInventory buildingBlocksInv_BIRCH_SLAB;
  79. private SmartInventory buildingBlocksInv_JUNGLE_SLAB;
  80. private SmartInventory buildingBlocksInv_ACACIA_SLAB;
  81. private SmartInventory buildingBlocksInv_DARK_OAK_SLAB;
  82. private SmartInventory buildingBlocksInv_STONE_SLAB;
  83. private SmartInventory buildingBlocksInv_SMOOTH_STONE_SLAB;
  84. private SmartInventory buildingBlocksInv_SANDSTONE_SLAB;
  85. private SmartInventory buildingBlocksInv_CUT_SANDSTONE_SLAB;
  86. private SmartInventory buildingBlocksInv_PETRIFIED_OAK_SLAB;
  87. private SmartInventory buildingBlocksInv_COBBLESTONE_SLAB;
  88. private SmartInventory buildingBlocksInv_BRICK_SLAB;
  89. private SmartInventory buildingBlocksInv_STONE_BRICK_SLAB;
  90. private SmartInventory buildingBlocksInv_NETHER_BRICK_SLAB;
  91. private SmartInventory buildingBlocksInv_QUARTZ_SLAB;
  92. private SmartInventory buildingBlocksInv_RED_SANDSTONE_SLAB;
  93. private SmartInventory buildingBlocksInv_CUT_RED_SANDSTONE_SLAB;
  94. private SmartInventory buildingBlocksInv_PURPUR_SLAB;
  95. private SmartInventory buildingBlocksInv_PRISMARINE_SLAB;
  96. private SmartInventory buildingBlocksInv_PURPUR_BLOCK;
  97. private SmartInventory buildingBlocksInv_PRISMARINE_BRICK_SLAB;
  98. private SmartInventory buildingBlocksInv_DARK_PRISMARINE_SLAB;
  99. private SmartInventory buildingBlocksInv_SMOOTH_QUARTZ;
  100. private SmartInventory buildingBlocksInv_SMOOTH_RED_SANDSTONE;
  101. private SmartInventory buildingBlocksInv_SMOOTH_SANDSTONE;
  102. private SmartInventory buildingBlocksInv_SMOOTH_STONE;
  103. private SmartInventory buildingBlocksInv_BRICKS;
  104. private SmartInventory buildingBlocksInv_BOOKSHELF;
  105. private SmartInventory buildingBlocksInv_MOSSY_COBBLESTONE;
  106. private SmartInventory buildingBlocksInv_OBSIDIAN;
  107. private SmartInventory buildingBlocksInv_PURPUR_PILLAR;
  108. private SmartInventory buildingBlocksInv_PURPUR_STAIRS;
  109. private SmartInventory buildingBlocksInv_OAK_STAIRS;
  110. private SmartInventory buildingBlocksInv_DIAMOND_ORE;
  111. private SmartInventory buildingBlocksInv_DIAMOND_BLOCK;
  112. private SmartInventory buildingBlocksInv_COBBLESTONE_STAIRS;
  113. private SmartInventory buildingBlocksInv_REDSTONE_ORE;
  114. private SmartInventory buildingBlocksInv_ICE;
  115. private SmartInventory buildingBlocksInv_SNOW_BLOCK;
  116. private SmartInventory buildingBlocksInv_CLAY;
  117. private SmartInventory buildingBlocksInv_PUMPKIN;
  118. private SmartInventory buildingBlocksInv_CARVED_PUMPKIN;
  119. private SmartInventory buildingBlocksInv_NETHERRACK;
  120. private SmartInventory buildingBlocksInv_SOUL_SAND;
  121. private SmartInventory buildingBlocksInv_GLOWSTONE;
  122. private SmartInventory buildingBlocksInv_JACK_O_LANTERN;
  123. private SmartInventory buildingBlocksInv_STONE_BRICKS;
  124. private SmartInventory buildingBlocksInv_MOSSY_STONE_BRICK;
  125. private SmartInventory buildingBlocksInv_CRACKED_STONE_BRICKS;
  126. private SmartInventory buildingBlocksInv_CHISELED_STONE_BRICKS;
  127. private SmartInventory buildingBlocksInv_MELON;
  128. private SmartInventory buildingBlocksInv_BRICK_STAIRS;
  129. private SmartInventory buildingBlocksInv_STONE_BRICK_STAIRS;
  130. private SmartInventory buildingBlocksInv_MYCELIUM;
  131. private SmartInventory buildingBlocksInv_NETHER_BRICKS;
  132. private SmartInventory buildingBlocksInv_NETHER_BRICK_STAIRS;
  133. private SmartInventory buildingBlocksInv_END_STONE;
  134. private SmartInventory buildingBlocksInv_END_STONE_BRICKS;
  135. private SmartInventory buildingBlocksInv_SANDSTONE_STAIRS;
  136. private SmartInventory buildingBlocksInv_EMERALD_ORE;
  137. private SmartInventory buildingBlocksInv_EMERALD_BLOCK;
  138. private SmartInventory buildingBlocksInv_SPRUCE_STAIRS;
  139. private SmartInventory buildingBlocksInv_BIRCH_STAIRS;
  140. private SmartInventory buildingBlocksInv_JUNGLE_STAIRS;
  141. private SmartInventory buildingBlocksInv_NETHER_QUARTZ_ORE;
  142. private SmartInventory buildingBlocksInv_CHISELED_QUARTZ_BLOCK;
  143. private SmartInventory buildingBlocksInv_QUARTZ_BLOCK;
  144. private SmartInventory buildingBlocksInv_QUARTZ_PILLAR;
  145. private SmartInventory buildingBlocksInv_WHITE_TERRACOTTA;
  146. private SmartInventory buildingBlocksInv_ORANGE_TERRACOTTA;
  147. private SmartInventory buildingBlocksInv_MAGENTA_TERRACOTTA;
  148. private SmartInventory buildingBlocksInv_LIGHT_BLUE_TERRACOTTA;
  149. private SmartInventory buildingBlocksInv_YELLOW_TERRACOTTA;
  150. private SmartInventory buildingBlocksInv_LIME_TERRACOTTA;
  151. private SmartInventory buildingBlocksInv_PINK_TERRACOTTA;
  152. private SmartInventory buildingBlocksInv_GRAY_TERRACOTTA;
  153. private SmartInventory buildingBlocksInv_LIGHT_GRAY_TERRACOTTA;
  154. private SmartInventory buildingBlocksInv_CYAN_TERRACOTTA;
  155. private SmartInventory buildingBlocksInv_PURPLE_TERRACOTTA;
  156. private SmartInventory buildingBlocksInv_BLUE_TERRACOTTA;
  157. private SmartInventory buildingBlocksInv_BROWN_TERRACOTTA;
  158. private SmartInventory buildingBlocksInv_GREEN_TERRACOTTA;
  159. private SmartInventory buildingBlocksInv_RED_TERRACOTTA;
  160. private SmartInventory buildingBlocksInv_BLACK_TERRACOTTA;
  161. private SmartInventory buildingBlocksInv_HAY_BLOCK;
  162. private SmartInventory buildingBlocksInv_TERRACOTTA;
  163. private SmartInventory buildingBlocksInv_COAL_BLOCK;
  164. private SmartInventory buildingBlocksInv_PACKED_ICE;
  165. private SmartInventory buildingBlocksInv_ACACIA_STAIRS;
  166. private SmartInventory buildingBlocksInv_WHITE_STAINED_GLASS;
  167. private SmartInventory buildingBlocksInv_ORANGE_STAINED_GLASS;
  168. private SmartInventory buildingBlocksInv_MAGENTA_STAINED_GLASS;
  169. private SmartInventory buildingBlocksInv_LIGHT_BLUE_STAINED_GLASS;
  170. private SmartInventory buildingBlocksInv_YELLOW_STAINED_GLASS;
  171. private SmartInventory buildingBlocksInv_LIME_STAINED_GLASS;
  172. private SmartInventory buildingBlocksInv_PINK_STAINED_GLASS;
  173. private SmartInventory buildingBlocksInv_GRAY_STAINED_GLASS;
  174. private SmartInventory buildingBlocksInv_LIGHT_GRAY_STAINED_GLASS;
  175. private SmartInventory buildingBlocksInv_CYAN_STAINED_GLASS;
  176. private SmartInventory buildingBlocksInv_PURPLE_STAINED_GLASS;
  177. private SmartInventory buildingBlocksInv_BLUE_STAINED_GLASS;
  178. private SmartInventory buildingBlocksInv_BROWN_STAINED_GLASS;
  179. private SmartInventory buildingBlocksInv_GREEN_STAINED_GLASS;
  180. private SmartInventory buildingBlocksInv_RED_STAINED_GLASS;
  181. private SmartInventory buildingBlocksInv_BLACK_STAINED_GLASS;
  182. private SmartInventory buildingBlocksInv_PRISMARINE;
  183. private SmartInventory buildingBlocksInv_PRISMARINE_BRICKS;
  184. private SmartInventory buildingBlocksInv_DARK_PRISMARINE;
  185. private SmartInventory buildingBlocksInv_PRISMARINE_STAIRS;
  186. private SmartInventory buildingBlocksInv_PRISMARINE_BRICK_STAIRS;
  187. private SmartInventory buildingBlocksInv_DARK_PRISMARINE_STAIRS;
  188. private SmartInventory buildingBlocksInv_SEA_LANTERN;
  189. private SmartInventory buildingBlocksInv_RED_SANDSTONE;
  190. private SmartInventory buildingBlocksInv_CHISELED_RED_SANDSTONE;
  191. private SmartInventory buildingBlocksInv_CUT_RED_SANDSTONE;
  192. private SmartInventory buildingBlocksInv_RED_SANDSTONE_STAIRS;
  193. private SmartInventory buildingBlocksInv_MAGMA_BLOCK;
  194. private SmartInventory buildingBlocksInv_RED_NETHER_BRICKS;
  195. private SmartInventory buildingBlocksInv_BONE_BLOCK;
  196. private SmartInventory buildingBlocksInv_WHITE_CONCRETE;
  197. private SmartInventory buildingBlocksInv_ORANGE_CONCRETE;
  198. private SmartInventory buildingBlocksInv_MAGENTA_CONCRETE;
  199. private SmartInventory buildingBlocksInv_LIGHT_BLUE_CONCRETE;
  200. private SmartInventory buildingBlocksInv_PINK_CONCRETE;
  201. private SmartInventory buildingBlocksInv_LIME_CONCRETE;
  202. private SmartInventory buildingBlocksInv_GRAY_CONCRETE;
  203. private SmartInventory buildingBlocksInv_LIGHT_GRAY_CONCRETE;
  204. private SmartInventory buildingBlocksInv_CYAN_CONCRETE;
  205. private SmartInventory buildingBlocksInv_PURPLE_CONCRETE;
  206. private SmartInventory buildingBlocksInv_BLUE_CONCRETE;
  207. private SmartInventory buildingBlocksInv_BROWN_CONCRETE;
  208. private SmartInventory buildingBlocksInv_GREEN_CONCRETE;
  209. private SmartInventory buildingBlocksInv_RED_CONCRETE;
  210. private SmartInventory buildingBlocksInv_BLACK_CONCRETE;
  211. private SmartInventory buildingBlocksInv_WHITE_CONCRETE_POWDER;
  212. private SmartInventory buildingBlocksInv_ORANGE_CONCRETE_POWDER;
  213. private SmartInventory buildingBlocksInv_MAGENTA_CONCRETE_POWDER;
  214. private SmartInventory buildingBlocksInv_LIGHT_BLUE_CONCRETE_POWDER;
  215. private SmartInventory buildingBlocksInv_YELLOW_CONCRETE_POWDER;
  216. private SmartInventory buildingBlocksInv_YELLOW_CONCRETE;
  217. private SmartInventory buildingBlocksInv_LIME_CONCRETE_POWDER;
  218. private SmartInventory buildingBlocksInv_PINK_CONCRETE_POWDER;
  219. private SmartInventory buildingBlocksInv_GRAY_CONCRETE_POWDER;
  220. private SmartInventory buildingBlocksInv_LIGHT_GRAY_CONCRETE_POWDER;
  221. private SmartInventory buildingBlocksInv_CYAN_CONCRETE_POWDER;
  222. private SmartInventory buildingBlocksInv_PURPLE_CONCRETE_POWDER;
  223. private SmartInventory buildingBlocksInv_BLUE_CONCRETE_POWDER;
  224. private SmartInventory buildingBlocksInv_BROWN_CONCRETE_POWDER;
  225. private SmartInventory buildingBlocksInv_GREEN_CONCRETE_POWDER;
  226. private SmartInventory buildingBlocksInv_RED_CONCRETE_POWDER;
  227. private SmartInventory buildingBlocksInv_BLACK_CONCRETE_POWDER;
  228. private SmartInventory buildingBlocksInv_DEAD_TUBE_CORAL_BLOCK;
  229. private SmartInventory buildingBlocksInv_DEAD_BRAIN_CORAL_BLOCK;
  230. private SmartInventory buildingBlocksInv_DEAD_BUBBLE_CORAL_BLOCK;
  231. private SmartInventory buildingBlocksInv_DEAD_FIRE_CORAL_BLOCK;
  232. private SmartInventory buildingBlocksInv_DEAD_HORN_CORAL_BLOCK;
  233. private SmartInventory buildingBlocksInv_TUBE_CORAL_BLOCK;
  234. private SmartInventory buildingBlocksInv_BRAIN_CORAL_BLOCK;
  235. private SmartInventory buildingBlocksInv_BUBBLE_CORAL_BLOCK;
  236. private SmartInventory buildingBlocksInv_FIRE_CORAL_BLOCK;
  237. private SmartInventory buildingBlocksInv_HORN_CORAL_BLOCK;
  238. private SmartInventory buildingBlocksInv_BLUE_ICE;
  239. private SmartInventory buildingBlocksInv_POLISHED_GRANITE_STAIRS;
  240. private SmartInventory buildingBlocksInv_SMOOTH_RED_SANDSTONE_STAIRS;
  241. private SmartInventory buildingBlocksInv_MOSSY_STONE_BRICK_STAIRS;
  242. private SmartInventory buildingBlocksInv_POLISHED_DIORITE_STAIRS;
  243. private SmartInventory buildingBlocksInv_MOSSY_COBBLESTONE_STAIRS;
  244. private SmartInventory buildingBlocksInv_END_STONE_BRICK_STAIRS;
  245. private SmartInventory buildingBlocksInv_STONE_STAIRS;
  246. private SmartInventory buildingBlocksInv_NETHER_WART_BLOCK;
  247. private SmartInventory buildingBlocksInv_SMOOTH_SANDSTONE_STAIRS;
  248. private SmartInventory buildingBlocksInv_SMOOTH_QUARTZ_STAIRS;
  249. private SmartInventory buildingBlocksInv_GRANITE_STAIRS;
  250. private SmartInventory buildingBlocksInv_ANDESITE_STAIRS;
  251. private SmartInventory buildingBlocksInv_RED_NETHER_BRICK_STAIRS;
  252. private SmartInventory buildingBlocksInv_POLISHED_ANDESITE_STAIRS;
  253. private SmartInventory buildingBlocksInv_DIORITE_STAIRS;
  254. private SmartInventory buildingBlocksInv_POLISHED_GRANITE_SLAB;
  255. private SmartInventory buildingBlocksInv_SMOOTH_RED_SANDSTONE_SLAB;
  256. private SmartInventory buildingBlocksInv_MOSSY_STONE_BRICK_SLAB;
  257. private SmartInventory buildingBlocksInv_POLISHED_DIORITE_SLAB;
  258. private SmartInventory buildingBlocksInv_MOSSY_COBBLESTONE_SLAB;
  259. private SmartInventory buildingBlocksInv_END_STONE_BRICK_SLAB;
  260. private SmartInventory buildingBlocksInv_SMOOTH_SANDSTONE_SLAB;
  261. private SmartInventory buildingBlocksInv_SMOOTH_QUARTZ_SLAB;
  262. private SmartInventory buildingBlocksInv_GRANITE_SLAB;
  263. private SmartInventory buildingBlocksInv_ANDESITE_SLAB;
  264. private SmartInventory buildingBlocksInv_RED_NETHER_BRICK_SLAB;
  265. private SmartInventory buildingBlocksInv_POLISHED_ANDESITE_SLAB;
  266. private SmartInventory buildingBlocksInv_DIORITE_SLAB;
  267. private SmartInventory buildingBlocksInv_DRIED_KELP_BLOCK;
  268. private SmartInventory buildingBlocksInv_QUARTZ_STAIRS;
  269. private SmartInventory buildingBlocksInv_DARK_OAK_STAIRS;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement