[Half Solved but it's ok] Entity max health locks to 1024

Started by VioletPyre on

Topic category: Help with Minecraft modding (Java Edition)

Joined Mar 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
[Half Solved but it's ok] Entity max health locks to 1024
Sun, 01/19/2020 - 16:18 (edited)

Hey y'all , I've got a new problem with my mod. I noticed , with a health bar client mod, that my custom mobs can't have above 1024 HP, i assume that minecraft does not let highers HPs than that. On the other hand, I saw some mods that the bosses could have above this limit. I was wondering if it was possible in MCreator to break that limit.
(Keep in mind that I'm using 1.12.2) Thanks in advance. Let me know if I'm being unclear about some things.

- LEPRODOR

Edited by VioletPyre on Sun, 01/19/2020 - 16:18
Joined Mar 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
okay, i will try to see if I…
Sun, 01/19/2020 - 00:16

okay, i will try to see if I can do something about it, i'll check here and on other forum, i'll post again later.

Joined Jun 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You could make the boss have…
Sun, 01/19/2020 - 09:23

You could make the boss have multiple stages (reborn as a new mob when killed) or automatically heal some health after a while

Joined Nov 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You could also apply the…
Sun, 01/19/2020 - 10:12

You could also apply the absorption effect to the boss when it spawn (make sure to set duration to a high number!)

Joined Mar 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I've already done this to…
Sun, 01/19/2020 - 16:16

I've already done this to one boss, it spawns 3 times before its death. I've arranged myself as I could.