Dividing an entity attribute rather than multiplying

Started by Frostlith on

Topic category: Help with MCreator software

Joined May 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Dividing an entity attribute rather than multiplying

Hi so I'm trying to create a potion effect that weakens a players attribute with more potency (lvl 1 = 0.3 gravity, lvl 2 = 0.15) or something similar but i can't find a reliable way to do this without some kind of division. Anyone know if this is currently possible to achieve in mcreator or not?

Joined May 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Im currently experimenting…
Fri, 02/13/2026 - 19:32

Im currently experimenting with using procedures for it but idk if its worth the time if its impossible lol

Joined May 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
So apparently multiply in…
Fri, 02/13/2026 - 22:51

So apparently multiply in the blocks is not just multiplying a value by another value but rather (AxB)+A I believe so thats fun