If item = Lore help

Started by AngelFireLA on

Topic category: Help with Minecraft modding (Java Edition)

Active 3 years ago
Joined Sep 2018
Points:
722

User statistics:

  • Modifications: 0
  • Forum topics: 9
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 14
If item = Lore help

For my item I want to make if item = lore so ??? but I don't know how to make if item = lore can you please help?

And can you tell me how to add a lore with a procedure?

Active 4 years ago
Joined Jan 2020
Points:
839

User statistics:

  • Modifications: 1
  • Forum topics: 20
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 203
You can add lore to items…
Thu, 08/13/2020 - 15:22

You can add lore to items without procedures, it's in the "special information" section (I think).

Active 3 years ago
Joined Sep 2018
Points:
722

User statistics:

  • Modifications: 0
  • Forum topics: 9
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 14
I know, I want , imagine if…
Thu, 08/20/2020 - 09:07

I know, I want , imagine if I right click the lore is 1 if I left click the lore is 2 (just an exemple=

Active 4 years ago
Joined May 2020
Points:
780

User statistics:

  • Modifications: 0
  • Forum topics: 19
  • Wiki pages: 1
  • MCreator plugins: 0
  • Comments: 108
I dont think you can change…
Mon, 08/24/2020 - 14:38

I dont think you can change the tooltip with procedures

Active 2 years ago
Joined Sep 2018
Points:
678

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 7
This is a very big problem I…
Mon, 03/22/2021 - 03:12

This is a very big problem I am having, too. My mod's development has come to a complete halt because of this problem, I want to replace the item's lore with what spell it contains, similar to how the Enchantment Books show the enchantment that they have, but I don't want to create a new item for each spell (there will be a lot, maybe up to 100), the only thing I can think of doing is replacing the item's display name with the type of spell which causes a bunch of other problems.

There's no "Set Lore of [itemstack] to [text]" so I'm stuck, and I barely know any Java so I can't just code it into the game.

Active 2 years ago
Joined Dec 2019
Points:
631

User statistics:

  • Modifications: 0
  • Forum topics: 0
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 3
You Could try Changing lore…
Sat, 05/21/2022 - 10:21

You Could try Changing lore by using datapacks (cons: requires player who is using the mod to have the datapacks for it to work)

with /item modify

reason it has to be datapacks is probably that you need item modifier which seems to be exclusive in datapacks