Add a command to give ender_dragon blood
Venekiel opened this issue ยท 0 comments
Description:
The actual command to give yourself Ender Dragon blood is /give @s minecraft:potion{Potion:"minecraft:empty",display:{Name:'{"text":"Bottle of blood","italic":false}',Lore:['{"text":"Ender Dragon blood","color":"gold"}']},HideFlags:32,CustomPotionColor:9900705,BloodQuality:ender_dragon}
The need is to create a shortcut command to ease the process
Solutions:
- Maybe possible to create an item from the minecraft:potion item with the needed tags then give it using vanilla
/give
- Or a straight up new command