Advertisement
Skylinerw

@SirJamesonY - BlockEntityTag

Jun 1st, 2014
353
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. /give @p minecraft:chest 1 0 {
  2. BlockEntityTag:{
  3. Items:[
  4. {
  5. id:minecraft:chest,
  6. Count:1,
  7. tag:{
  8. BlockEntityTag:{
  9. Items:[
  10. {
  11. id:minecraft:chest,
  12. Count:1
  13. }
  14. ]
  15. }
  16. }
  17. }
  18. ]
  19. }
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement