How do I make two or more lines of Lore on an item?

[BACK]
How do I make two or more lines of Lore on an item?
Posted On: January 14, 2023

I am playing Minecraft and am making a map for a contest. I want some lore but cannot figure out how to do two or more lines.


Question from user DeadlySprinklez at gaming.stackexchange.com.


Answer:

Let's see...


/give @p 268 1 0 {display:{Lore:[Hey look at this awesome lore!]}}.


This would give you a wooden sword with a single line of lore. But putting a comma in there:.


/give @p 268 1 0 {display:{Lore:[Hey look at this, awesome lore!]}}.


Would separate it into two lines. Simple enough answer, can't find much to elaborate on - except it works just like other data tags, where a comma indicates another value (like:.


/give @p 268 1 0 {ench:[{id:16,lvl:100},{id:0,lvl:1}]}.


separates the id and lvl values, and the separate bundles).


Answer from user James Of Da Peach at gaming.stackexchange.com.


[BACK]
How do I make two or more lines of Lore on an item?
Posted On: January 14, 2023

I am playing Minecraft and am making a map for a contest. I want some lore but cannot figure out how to do two or more lines.


Question from user DeadlySprinklez at gaming.stackexchange.com.


Answer:

Let's see...


/give @p 268 1 0 {display:{Lore:[Hey look at this awesome lore!]}}.


This would give you a wooden sword with a single line of lore. But putting a comma in there:.


/give @p 268 1 0 {display:{Lore:[Hey look at this, awesome lore!]}}.


Would separate it into two lines. Simple enough answer, can't find much to elaborate on - except it works just like other data tags, where a comma indicates another value (like:.


/give @p 268 1 0 {ench:[{id:16,lvl:100},{id:0,lvl:1}]}.


separates the id and lvl values, and the separate bundles).


Answer from user James Of Da Peach at gaming.stackexchange.com.


[BACK]

In Super Mario Odyssey, How often vibration is used to indicate item locations? In Super Mario Odyssey, How often vibration is used to indicate item locations?

Posted On: March 22, 2023
Since Switch Lite doesn't have vibration motors, Nintendo has an alternative for the rumble in a form of visual "screen-shake" in Odyssey. The indicator is subtle, challenging to notice ...[More]


Anyone know how often the Hogwarts Express comes to the station? Anyone know how often the Hogwarts Express comes to the station?

Posted On: March 3, 2023
I’m getting in game screen shots and want a picture with the train. Question from user Giezho at HogwartsLegacyGaming at reddit.com. Answer: Best way to find it is to go to the train st...[More]


Is there a way to increase the number of potions I can carry in Final Fantasy 16? Is there a way to increase the number of potions I can carry in Final Fantasy 16?

Posted On: July 25, 2023
I'm still in the early parts of Final Fantasy 16, and Clive can only carry 4 potions and 3 high potions. During certain boss fights, I found myself using them all early on in the fights and not ha...[More]


Why am I dealing so little damage to enemies in ToTK? Why am I dealing so little damage to enemies in ToTK?

Posted On: May 16, 2023
Despite being several hours into the game, almost all the weapons I'm finding are still really weak. As such, I'm barely dealing any damage to the enemies I come across. Enemies on the other h...[More]


How does Steam Input measure time? How does Steam Input measure time?

Posted On: March 18, 2023
How are units of time measured in the Steam Input menus? For example, if I set an action's Fire Start Delay to to 100, how long will the delay be? Question from user Stevoisiak at gaming.stacke...[More]


Team Fortress 2 Bonus Points and How To Get Them Team Fortress 2 Bonus Points and How To Get Them

Posted On: June 11, 2023
Is there a comprehensive list of ways to earn bonus points in TF2?. I have seen here and there one way to do it with this class or the other, but there seems to be no complete list that I've fo...[More]


Rifle in Vault 15 Rifle in Vault 15

Posted On: April 29, 2024
I am reliving old RPG glory in Fallout 1. I am currently in Vault 15 and I remember that you can find the hunting rifle somewhere in the bathroom on the 2nd level. I check all the bathrooms but can't ...[More]


Why does my map have exclamation points marked on it? Why does my map have exclamation points marked on it?

Posted On: April 19, 2024
I have just started playing and some locations on my compass have an exclamation point marked and I have no idea what this is telling me. I have highlighted it below.What are these exclamation points ...[More]


Custom Biome by Y level minecraft datapack Custom Biome by Y level minecraft datapack

Posted On: January 16, 2023
I would like anywhere under y28 in the nether to be a custom biome called "nether_depths". I tried using code from the deep dark (since it only spawns deep in the world), but it does not see...[More]


How do you target a new player with a command on Minecraft 1.19.3? How do you target a new player with a command on Minecraft 1.19.3?

Posted On: January 16, 2023
I'm currently writing a datapack and want to have a message send only once to a player when they join the server for the first time.I have a rough idea of how I could use scores to say who isn't new, ...[More]