Advertisement
Guest User

Untitled

a guest
Jan 21st, 2020
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 KB | None | 0 0
  1. private SmartInventory buildingBlocksInv_POLISHED_ANDESITE;
  2. private SmartInventory buildingBlocksInv_GRASS_BLOCK;
  3. private SmartInventory buildingBlocksInv_DIRT;
  4. private SmartInventory buildingBlocksInv_COARSE_DIRT;
  5. private SmartInventory buildingBlocksInv_PODZOL;
  6. private SmartInventory buildingBlocksInv_COBBLESTONE;
  7. private SmartInventory buildingBlocksInv_OAK_PLANKS;
  8. private SmartInventory buildingBlocksInv_SPRUCE_PLANKS;
  9. private SmartInventory buildingBlocksInv_BIRCH_PLANKS;
  10. private SmartInventory buildingBlocksInv_JUNGLE_PLANKS;
  11. private SmartInventory buildingBlocksInv_ACACIA_PLANKS;
  12. private SmartInventory buildingBlocksInv_DARK_OAK_PLANKS;
  13. private SmartInventory buildingBlocksInv_BEDROCK;
  14. private SmartInventory buildingBlocksInv_SAND;
  15. private SmartInventory buildingBlocksInv_RED_SAND;
  16. private SmartInventory buildingBlocksInv_GRAVEL;
  17. private SmartInventory buildingBlocksInv_GOLD_ORE;
  18. private SmartInventory buildingBlocksInv_IRON_ORE;
  19. private SmartInventory buildingBlocksInv_COAL_ORE;
  20. private SmartInventory buildingBlocksInv_OAK_LOG;
  21. private SmartInventory buildingBlocksInv_SPRUCE_LOG;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement