How to make bleeding procedure

Started by Zexmus on

Topic category: Help with modding (Java Edition)

Last seen on 03:38, 3. Dec 2021
Joined Feb 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to make bleeding procedure

Just trying to make a bleeding procedure, When you get attacked by a mob it will slowly damage you until you use a certain item. Something like bandages

You could use entity NBT to…
Thu, 08/01/2019 - 14:54

You could use entity NBT to store state if bleeding or not to the player and then use global trigger player tick even and check for the NBT variable state. If true, hurt player. This variable would then be reset by item procedure that would set it to false.

Last seen on 03:38, 3. Dec 2021
Joined Feb 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Ill try this out it sounds…
Fri, 08/02/2019 - 04:54

Ill try this out it sounds confusing but ill give it a try

Last seen on 14:25, 28. Jul 2023
Joined Oct 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Do a potion effect named…
Fri, 08/02/2019 - 08:56

Do a potion effect named bleeding. Set when effect is aplied to randomly (1% is best) hurt you. It is possible. I did something similar.