Adding the Lore feature

Started by SP@ on

Topic category: Feature requests and ideas for MCreator

Active 8 months ago
Joined Oct 2023
Points:
136

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 25
Adding the Lore feature

There's a lore argument in the /give and item commands, which can change the lore (=description). I DID use the search feature, I did see some say it's not possible due to it being vanilla items, but it is surely possible.

Active 2 days ago
Joined May 2022
Points:
1203

User statistics:

  • Modifications: 14
  • Forum topics: 25
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1141
Are you trying to add…
Fri, 12/29/2023 - 14:19

Are you trying to add descriptions to vanilla items, or make a modded item with a custom description? I'm pretty sure the first is possible, and know for a fact that the second is possible.

Active 8 months ago
Joined Oct 2023
Points:
136

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 25
The first, and I know it's…
Fri, 12/29/2023 - 20:34

The first, and I know it's possible from commands, but is it possible in mcreator?

 

Active 8 months ago
Joined Oct 2023
Points:
136

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 25
Like, with blocks & custom…
Fri, 12/29/2023 - 20:35

Like, with blocks & custom code, not with execute command

Active 2 days ago
Joined May 2022
Points:
1203

User statistics:

  • Modifications: 14
  • Forum topics: 25
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1141
You can use commands in…
Sat, 12/30/2023 - 00:45

You can use commands in procedures, but if you really don't want to, I believe lore is an NBT tag. (Otherwise you wouldn't be able to alter it using commands.) You might be able to change it just by using a 'set custom NBT string tag' function, with the tag name 'lore,' targeting the desired item. I'm not 100% sure though, worth looking into.