How to make an item in the second hand add, for example, +2 to strength?

Started by seforcia on

Topic category: Help with Minecraft modding (Java Edition)

Joined Jul 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to make an item in the second hand add, for example, +2 to strength?
Mon, 07/24/2023 - 16:26 (edited)

I made an item to be placed in the second hand, and I want it to add two damage, and everything is of the same type

Edited by seforcia on Mon, 07/24/2023 - 16:26
Joined Feb 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
i recomend you use flow…
Mon, 07/24/2023 - 21:36

i recomend you use flow control

if (get something)

do ( add potion level ticks ambient) 

 

you can get the effects on entity management