totem of undying procedure

Started by Dragfall_Luard on

Topic category: Help with modding (Java Edition)

Last seen on 23:42, 18. Dec 2020
Joined Dec 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
totem of undying procedure

how do i make a "custom totem of undying"

Last seen on 04:45, 22. Jan 2023
Joined Dec 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
It might be possible to…
Wed, 12/16/2020 - 11:02

It might be possible to create an item with your desired image, and have your custom settings for that. then you could use an if statement which if the item is in your off-hand and current health is equal to 0, you could add the effects you want for how long (20 ticks = 1 second) and remove the item. I haven't tested this out but hopefully this might work for you. Good Luck!

Last seen on 23:42, 18. Dec 2020
Joined Dec 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
thnx
Thu, 12/17/2020 - 21:43

thnx

Last seen on 04:45, 22. Jan 2023
Joined Dec 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
That is ok. Good luck in…
Thu, 12/17/2020 - 23:25

That is ok. Good luck in creating your mod!

Last seen on 12:58, 5. Apr 2021
Joined Apr 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Do you know how i can do the…
Sun, 04/04/2021 - 17:05

Do you know how i can do the part where it floats on your screen? It would help me a lot!

Last seen on 15:21, 17. Apr 2022
Joined Apr 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
If you check the items…
Thu, 05/20/2021 - 01:33

If you check the items procedures there should be a block for this

 

only in 2020.5 and 2021.1 though

Last seen on 10:04, 4. Sep 2022
Joined Jun 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I know how to do it. Just In…
Sun, 08/15/2021 - 11:16

I know how to do it. Just In the items triggers, select when item in hand and make a procedure and add the global trigger entity about to grief the world. Then add the if and do in if, add - if health of target entity = 0 or if you want to make another totem, health < (any number u want) (2 health = 1 heart). Then in do, add the if do else if do. In if add item in the main hand of target entity = (your totem) then in do, write show totem like animation and replace the provided itemstack with your item. then below that add set item in main hand of target entity to 1 air block. and below that, add whatever u want like potion effects, particles or set the health, etc. then in else if, repeat the same as if but add in the off hand of target entity instead of main hand. and in the do, repeat the do in the above one but instead of setting item in main hand to air, set it to the off hand. Everything should work fine.

Last seen on 10:04, 4. Sep 2022
Joined Jun 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
If you still don't…
Sun, 08/15/2021 - 12:27

If you still don't understand, just download and paste this file in C:/Users/You/.mcreator/templates/ptpl. In mcreator if you create a procedure, go to procedure templates and you will find the totem template. Just replace totem of undying with your totem. And edit the effects to whatever you want.

 

https://www.mediafire.com/file/dgdpi0wkcfovhrx/TotemProcedure.ptpl/file

Last seen on 15:51, 16. Jan 2024
Joined Feb 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
it didn't work
Fri, 10/15/2021 - 21:42

it didn't work

Last seen on 14:47, 27. Mar 2024
Joined May 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
it works for me, but the…
Mon, 11/29/2021 - 11:08

it works for me, but the thing is i technicly still die, cuz all my stuff fall on the ground, and it still shows the death screen

Last seen on 01:40, 6. Mar 2022
Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Maybe so you have half a…
Sun, 02/13/2022 - 02:59

Maybe so you have half a heart left it will activate it? idk It may not work.

Last seen on 18:14, 17. Mar 2024
Joined Apr 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I tested it and it looks…
Sun, 04/24/2022 - 11:12

I tested it and it looks like the totem activates too late

Last seen on 17:23, 28. Mar 2024
Joined Jan 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Instead of doing current…
Wed, 05/25/2022 - 21:20

Instead of doing current health of event/target entity = 0, do current health of event/target entity < 1.

Last seen on 17:23, 28. Mar 2024
Joined Jan 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
or do more then 1 whatever…
Wed, 05/25/2022 - 21:21

or do more then 1 whatever you want.

Last seen on 17:23, 28. Mar 2024
Joined Jan 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
actually 1 do not work try 2…
Wed, 05/25/2022 - 21:23

actually 1 do not work try 2 or more