Advertisement
Java250

Chest4

Feb 13th, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. /give @p chest 1 0 {
  2. BlockEntityTag: {
  3. Items: [
  4. {
  5. id: "stone_sword",
  6. Slot: 0,
  7. Count: 1
  8. },
  9. {
  10. id: "wooden_pickaxe",
  11. Slot: 1,
  12. Count: 1
  13. },
  14. {
  15. id: "stone_axe",
  16. Slot: 2,
  17. Count: 1
  18. },
  19. {
  20. id: "apple",
  21. Slot: 3,
  22. Count: 5
  23. },
  24. {
  25. id: "torch",
  26. Slot: 4,
  27. Count: 10
  28. }
  29. ]
  30. },
  31. display: {
  32. Name: "starter chest",
  33. Lore: [
  34. "has...",
  35. "stone sword,wooden pickaxe,stone axe,five apples and ten torches"
  36. ]
  37. }
  38. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement