Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. /give @p minecraft:spawner{
  2. AttributeModifiers:[
  3. {
  4. AttributeName:"generic.maxHealth",
  5. Name:"generic.maxHealth",
  6. Amount:1,
  7. Operation:0,
  8. UUIDLeast:875239,
  9. UUIDMost:750548
  10. }
  11. ],
  12. BlockEntityTag:{
  13. SpawnData:{
  14. id:"minecraft:falling_block",
  15. BlockState:{
  16. Name:"minecraft:command_block"
  17. },
  18. TileEntityData:{
  19. Command:"say hi1",
  20. powered:0b,
  21. auto:1b
  22. },
  23. Time:1
  24. },
  25. SpawnPotentials:[
  26. {
  27. Weight:1,
  28. Entity:{
  29. id:"minecraft:falling_block",
  30. BlockState:{
  31. Name:"minecraft:command_block"
  32. },
  33. TileEntityData:{
  34. Command:"say hi1",
  35. powered:0b,
  36. auto:1b
  37. },
  38. Time:1
  39. }
  40. },
  41. {
  42. Weight:1,
  43. Entity:{
  44. id:"minecraft:falling_block",
  45. BlockState:{
  46. Name:"minecraft:command_block"
  47. },
  48. TileEntityData:{
  49. Command:"say hi2",
  50. powered:0b,
  51. auto:1b
  52. },
  53. Time:1
  54. }
  55. }
  56. ]
  57. }
  58. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement