New to Mcreator

Started by Rejiko on

Topic category: Help with Minecraft modding (Java Edition)

Joined Dec 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
New to Mcreator

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! 

Joined Dec 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You could try making a…
Fri, 12/24/2021 - 03:46

You could try making a procedure that gives the player Resistance or Health Boost.

Joined Dec 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Tried making a procedure…
Fri, 12/24/2021 - 11:00

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

Joined Dec 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
This wouldn't really sort my…
Fri, 12/24/2021 - 15:19

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 

Joined Dec 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
That's exactly what I wanted…
Fri, 12/24/2021 - 16:43

That's exactly what I wanted. Thank you so much!