Question abut Procedure Block

Started by TosNoom on

Topic category: Help with Minecraft modding (Java Edition)

Joined Apr 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Question abut Procedure Block

Can this block be used to increase or decrease the max health of an entity?

set health of event/target entity to __

Joined May 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
No, entity health maxes out…
Mon, 10/09/2023 - 16:10

No, entity health maxes out at a certain point. If you want to go beyond the max level though, you could try using large amounts of absorbtion. (Each level adds two extra hearts, and it can technically increase as long as you want, and be set to infinite duration with the latest update- though it'll be more complicated if you need your entity to be able to heal.)