Advertisement
Sharpie_Thunderflare

Make it Snow/Custom

Feb 21st, 2016
458
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.00 KB | None | 0 0
  1. summon FallingSand ~ ~1.5 ~ {
  2.  
  3. Motion:[0.0,-1.0,0.0],Time:1,DropItem:0,Block:redstone_block,Passengers:[
  4. {id:FallingSand,Time:1,DropItem:0,Block:activator_rail},
  5. {id:MinecartCommandBlock,Command:gamerule commandBlockOutput false},
  6. {id:MinecartCommandBlock,Command:gamerule logAdminCommands false},
  7. {id:MinecartCommandBlock,Command:/tellraw @a ["",{"text":"Hey, Bdubs! ","color":"dark_green"},{"text":"Make it Snow ","color":"gold","italic":true},{"text":"Mk. I has been installed. It should now snow in your snow kingdom most of the time.\nIf you want to change the rates, or just uninstall, tweet me @SharpieQuantum.","color":"dark_green","italic":false}]},
  8. {id:MinecartCommandBlock,Command:fill ~-1 0 ~-1 ~6 2 ~3 bedrock 0 hollow},
  9. {id:MinecartCommandBlock,Command:/summon ArmorStand ~ 1 ~ {CustomName:"Snow",CustomNameVisible:0,Marker:1b,Invisible:1,NoGravity:1}},
  10. {id:MinecartCommandBlock,Command:setblock ~0 1 ~0 hopper 3 replace},
  11. {id:MinecartCommandBlock,Command:setblock ~0 1 ~1 hopper 2 replace {Items:[0:{Slot:0b,id:"minecraft:log",Count:1b,Damage:0s}]}},
  12. {id:MinecartCommandBlock,Command:setblock ~1 1 ~1 unpowered_comparator 1},
  13. {id:MinecartCommandBlock,Command:setblock ~2 1 ~1 command_block 0 replace {Command:"blockdata ~-2 ~ ~ {TransferCooldown:1200}",TrackOutput:0b}},
  14. {id:MinecartCommandBlock,Command:setblock ~2 1 ~0 dropper 5 replace {Items:[0:{Slot:0b,id:"minecraft:bow",Count:1b,Damage:0s},1:{Slot:1b,id:"minecraft:log",Count:1b,Damage:3s},2:{Slot:2b,id:"minecraft:log",Count:1b,Damage:0s},3:{Slot:3b,id:"minecraft:log",Count:1b,Damage:1s}]}},
  15. {id:MinecartCommandBlock,Command:setblock ~3 1 ~0 hopper 4 replace},
  16. {id:MinecartCommandBlock,Command:setblock ~3 1 ~1 unpowered_comparator 2},
  17. {id:MinecartCommandBlock,Command:fill ~3 1 ~2 ~4 1 ~2 redstone_wire},
  18. {id:MinecartCommandBlock,Command:setblock ~5 1 ~2 command_block 0 replace {Command:"execute @p[x=-885,z=-50,r=200] ~ ~ ~ weather rain",TrackOutput:0b}},
  19. {id:MinecartCommandBlock,Command:kill @e[type=MinecartCommandBlock,r=0]}
  20. ]
  21.  
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement