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)

Active 1 year ago
Joined Jul 2023
Points:
203

User statistics:

  • Modifications: 0
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 0
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
Active 3 days ago
Joined Feb 2023
Points:
401

User statistics:

  • Modifications: 4
  • Forum topics: 14
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 43
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