Posted October 28, 201212 yr The ability to set the players max health though a function without editing base classes.
October 31, 201212 yr Cool suggestion, I really need this for my mod. 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
January 25, 201312 yr 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)?
February 4, 201312 yr 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.
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.