[FOUND] How to add a custom lore (description to an item) ?

Started by unmushinminecr… on

Topic category: Help with Minecraft modding (Java Edition)

Active 7 months ago
Joined Feb 2025
Points:
68

User statistics:

  • Modifications: 0
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 26
[FOUND] How to add a custom lore (description to an item) ?
Wed, 02/19/2025 - 01:17 (edited)

Hi, 

So I want to add a lore to my item and I want the lore to display the durability of the item but the tool to make it is really limited so i cant use a text and a procedure to display the durability.

Edited by unmushinminecraftiens on Wed, 02/19/2025 - 01:17
Active 3 months ago
Joined May 2021
Points:
641

User statistics:

  • Modifications: 0
  • Forum topics: 6
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 66
Find the "Special…
Wed, 02/19/2025 - 00:38

Find the "Special information" box in the visual section of item creation and then press the plus button to define it using a procedure. In this procedure, get the items durability and the other text you want, combine them into a single text variable and return it using the text return block.

Active 7 months ago
Joined Feb 2025
Points:
68

User statistics:

  • Modifications: 0
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 26
So I would use these blocks ?
Wed, 02/19/2025 - 00:51

So I would use these blocks ?

Active 3 months ago
Joined May 2021
Points:
641

User statistics:

  • Modifications: 0
  • Forum topics: 6
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 66
I'm usually not a fan of…
Wed, 02/19/2025 - 01:00

I'm usually not a fan of just handing people procedures, but you want something like this: https://imgur.com/a/1s2FqxP

Active 7 months ago
Joined Feb 2025
Points:
68

User statistics:

  • Modifications: 0
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 26
Oh, thanks ! Usually, I don…
Wed, 02/19/2025 - 01:02

Oh, thanks ! Usually, I don't make posts here because I find the solution but this time, I didn't do any efforts