Started by
Rejiko
on
Topic category: Help with Minecraft modding (Java Edition)
I've been watching tutorials and reading on the wiki but it all seems to be creating blocks/dimensions/npcs etc. I'd like to directly change stats of the player such as base damage or make him unkillable but not sure how to go about that and if that's even possible with Mcreator. Any help is appreciated!
You could try making a procedure that gives the player Resistance or Health Boost.
Tried making a procedure that gives you Resistance level 100 when you're at half a heart but that won't stop you from dying... It works once you're at half a heart but if you have anything higher and you take damage that'll burst you, you just die and I'm not sure how to avoid this. Trying to make a vampire mod that basically stops you from dying but I don't want it to make you invincible so that's why I need your hearts to stop at half a heart
This wouldn't really sort my issue out since the damage resistance isn't the problem, it's the fact that it only activates if you are at 0.5 hearts which means if you're at one heart and take a big hit you'll die straight away without even having resistance. If I made a bigger number such as 1-2 hearts then it would still be the same with fall damage or creepers etc. Not sure how to work around this as to have the players health not reach under 0.5
That's exactly what I wanted. Thank you so much!