Started by
ProGaMEr1105211
on
Topic category: Help with Minecraft modding (Java Edition)
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.I'm using MC2024.1 (version 1.20.1)
You may need to wrap this procedure block with "do in world" to make sure to execute this procedure in the right world
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.