1
Custom Colored Firework Star
Version Java 1.16.1
Known
/give @p minecraft:firework_star{Explosion:{Colors:[I;15435844],FadeColors:[I;11743532]}}
-https://www.planetminecraft.com/forums/minecraft/discussion/guide-to-generating-firework-sta-592995/
Issue
I was able to figure out how to make it a custom color but I am working on a map and need also a custom name, how do I do this?
Need
-Give Command
-Custom Firework Star Color
-Custom Name
-Custom Name Color
-Custom Lore
-Custom Lore Color
-Looks Enchanted (No Enchants)
THANKS!
Known
/give @p minecraft:firework_star{Explosion:{Colors:[I;15435844],FadeColors:[I;11743532]}}
-https://www.planetminecraft.com/forums/minecraft/discussion/guide-to-generating-firework-sta-592995/
Issue
I was able to figure out how to make it a custom color but I am working on a map and need also a custom name, how do I do this?
Need
-Give Command
-Custom Firework Star Color
-Custom Name
-Custom Name Color
-Custom Lore
-Custom Lore Color
-Looks Enchanted (No Enchants)
THANKS!
1
Assuming you want a your firework to actually show its name + all you want of it in your needs section:
Also use this link to generate future custom items/mobs: https://mcstacker.net/
/give @p firework_rocket{display:{Name:'{"text":"custom_name","color":"dark_green"}',Lore:['{"text":"custom_lore1","color":"light_purple"}','{"text":"custom_lore2","color":"#FFFF82"}']},Enchantments:[{}],Fireworks:{Explosions:[{Type:0,Colors:[I;5739775]}]}} 1Also use this link to generate future custom items/mobs: https://mcstacker.net/
