Switching dimension player is stuck in blocks

Started by ProGaMEr1105211 on

Topic category: Help with modding (Java Edition)

Last seen on 10:34, 18. Jun 2024
Joined Nov 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Switching dimension player is stuck in blocks

Changing the dimension the player gets stuck in blocks and etc. how can I fix this? because my attempt to fix it doesn't work at all. Here's my attempt to fix that.My attempt to fix itI'm using MC2024.1 (version 1.20.1)

You may need to wrap this…
Thu, 05/30/2024 - 15:41

You may need to wrap this procedure block with "do in world" to make sure to execute this procedure in the right world

Last seen on 10:34, 18. Jun 2024
Joined Nov 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I've solved that problem So…
Fri, 05/31/2024 - 12:07

I've solved that problem

So I have another one. I'm doing a sword (I'ts uncraftable this mod is for local server play with friends and done for one of them) I'am trying to add several spells that activates on binds like Z or X so the problem is in cooldowns. I tried to use player lifetime persistent and procedure that updates on player tick but nothing works. How can I do cooldowns for them. I'm planning several spells on a single sword.