Happy 4th of July Everybody!!!
To celebrate the 4th of July, I created some awesome Minecraft spawners that spawn in fireworks for you to watch!
In order to use these commands you will need a command block. You can get a command block by typing the following into the chat:
/give @a command_block
This will give you a command block and then all you need to do is paste the following code into the command block by right-clicking on it! Then just power it with some redstone and it will put the spawner right on top of your command block!
This first one spawns fireworks in the distance for you to watch:
/setblock ~ ~1 ~ minecraft:mob_spawner 0 replace {SpawnData:{id:”FireworksRocketEntity”,LifeTime:25,FireworksItem:{id:fireworks,Count:1,tag:{Fireworks:{Explosions:[{Type:0,Flicker:1,Colors:[16711680],FadeColors:[16777215]},{Type:2,Trail:1,Colors:[16711680],FadeColors:[255]},{Type:1,Colors:[16711680],FadeColors:[16711680]},{Type:0,Flicker:1,Colors:[16777215],FadeColors:[16711680]},{Type:2,Trail:1,Colors:[16777215],FadeColors:[16777215]},{Type:1,Colors:[16777215],FadeColors:[255]},{Type:0,Flicker:1,Colors:[255],FadeColors:[255]},{Type:2,Trail:1,Colors:[255],FadeColors:[16711680]},{Type:1,Colors:[255],FadeColors:[16777215]}]}}}},SpawnCount:1,SpawnRange:100,MinSpawnDelay:0,MaxSpawnDelay:1}
This next spawner summons some closer to the player. Because what fun are fireworks if you can’t be inside of them when they go off?
/setblock ~ ~1 ~ minecraft:mob_spawner 0 replace {SpawnData:{id:”FireworksRocketEntity”,LifeTime:20,FireworksItem:{id:fireworks,Count:1,tag:{Fireworks:{Explosions:[{Type:4,Flicker:1,Colors:[16711680],FadeColors:[16777215]},{Type:2,Trail:1,Colors:[16711680],FadeColors:[255]},{Type:1,Colors:[16711680],FadeColors:[16711680]},{Type:0,Flicker:1,Colors:[16777215],FadeColors:[16711680]},{Type:4,Trail:1,Colors:[16777215],FadeColors:[16777215]},{Type:1,Colors:[16777215],FadeColors:[255]},{Type:0,Flicker:1,Colors:[255],FadeColors:[255]},{Type:2,Trail:1,Colors:[255],FadeColors:[16711680]},{Type:4,Colors:[255],FadeColors:[16777215]}]}}}},SpawnCount:1,SpawnRange:15,MinSpawnDelay:2,MaxSpawnDelay:10}
This one is for all you creeper lovers!
/setblock ~ ~1 ~ minecraft:mob_spawner 0 replace {SpawnData:{id:”FireworksRocketEntity”,LifeTime:20,FireworksItem:{id:fireworks,Count:1,tag:{Fireworks:{Explosions:[{Type:1,Flicker:1,Colors:[16711680],FadeColors:[16777215]},{Type:3,Trail:1,Colors:[65280],FadeColors:[255]},{Type:1,Colors:[255],FadeColors:[16711680]},{Type:1,Colors:[16777215],FadeColors:[16711680]}]}}}},SpawnCount:1,SpawnRange:50,MinSpawnDelay:1,MaxSpawnDelay:5}
Finally we have a different type of firework:
/setblock ~ ~1 ~ minecraft:mob_spawner 0 replace {SpawnData:{id:”FireworksRocketEntity”,LifeTime:20,FireworksItem:{id:fireworks,Count:1,tag:{Fireworks:{Explosions:[{Type:1,Colors:[16777215],FadeColors:[16711680]},{Type:1,Colors:[255],FadeColors:[16777215]},{Type:1,Colors:[16711680],FadeColors:[255]},{Type:2,Flicker:1,Trail:1,Colors:[16777215],FadeColors:[16777215]}]}}}},SpawnCount:1,SpawnRange:50,MinSpawnDelay:1,MaxSpawnDelay:8}
P.S. if you type in:
/time set 14000
Then:
/gamerule doDaylightCycle false
It will always stay night so you can enjoy your fireworks for as long as you want!
Leave a Reply