Jump to content

Set players max health


zimooo2

Recommended Posts

Cool suggestion, I really need this for my mod. :D

It shouldn't be only the player, but just every mob.

 

A way to maybe do this is by giving a entity name and then Forge checks if it exists and if it does it changes the max health.

This would add compatibly for all mods to edit vanilla Minecraft, but also other mods.

 

ElConquistador

Link to comment
Share on other sites

  • 2 months later...

You already CAN do this for every mob, using living spawn living events and EntityLiving.setMaxHealth().

 

As for the player it probably is as it is because if you made it any higher the GUI wouldn't know how to handle it. Have

you considered using resistance potion effects with higher levels than normal (ie 5, 6 etc.) or armor (depending on which is more applicable)?

Link to comment
Share on other sites

  • 2 weeks later...

Terrafirmacraft already does this via PlayerAPI. There entities however are just re-done in a new version..

 

Would be better to have something that could globally scale things.. Terrafirmacraft alters health and damage so much that other mods with mobs are incompatible because of it.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.