3
Can someone help me with this command
I made a flying boat that is a villiger egg that spawns said boat and it does work but i want to add lore to it if anyone can help with that. I just want to brand it with my thing RC Corp so i want it to say in yellow "Created by "RC Corp"
here is the command:
/give @p villager_spawn_egg{EntityTag:{id:"minecraft:boat",NoGravity:1b}}
here is the command:
/give @p villager_spawn_egg{EntityTag:{id:"minecraft:boat",NoGravity:1b}}
7
/give @p villager_spawn_egg{EntityTag:{id:"minecraft:boat",NoGravity:1b},display:{Name:';[{"text":"flying boat","italic":false,"color":"aqua","bold":true}]';,Lore:[';[{"text":"Created by RC Corp","italic":false,"color":"yellow"}]';]}}
This command did not work
also I'm in java if you did not know
also I'm in java if you did not know
this one works i tested it myself
/give @p villager_spawn_egg{EntityTag:{id:"minecraft:boat",NoGravity:1b},display:{Name:'[{"text":"flying boat","italic":false,"color":"aqua","bold":true}]',Lore:['[{"text":"Created by RC Corp","italic":false,"color":"yellow"}]']}}
/give @p villager_spawn_egg{EntityTag:{id:"minecraft:boat",NoGravity:1b},display:{Name:'[{"text":"flying boat","italic":false,"color":"aqua","bold":true}]',Lore:['[{"text":"Created by RC Corp","italic":false,"color":"yellow"}]']}}
i see the issue my text editor put a bunch of semi colons in it i'll fix it also i only play java as commands on bedrock are far too confusing to get used to
Thank you so much this works just like I wanted it to.
sorry to bother I make all kinds of commands but I can never get the lore on them to work lol
sorry to bother I make all kinds of commands but I can never get the lore on them to work lol
If you often can't get lore to work, mcstacker might help: https://mcstacker.net/
