Started by
Sniket
on
Topic category: Help with Minecraft modding (Java Edition)
Hello guys
I have an item that gets consumed by a player that I want to add a similar effect to Frostwalker. I have tried many different things and have failed at every turn so far.
Here is my code: https://imgur.com/a/CxoNSji
...Your approach is... technically sound, but there are better ways of going about it. Specifically targeting exact positions around the player can make it inaccurate, and means you have to code in every single position in the radius. Here's some general tips:
Good luck with your procedure! I could send an example screenshot if that would help.