Started by
Asa_sakura
on
Topic category: Help with Minecraft modding (Java Edition)
I wanted to make it so that the arrows in the radius disappear. I did it, but now the problem is that the arrows that are lying on the ground also disappear. How can I make sure that they are not affected by the procedure? And also, if it is possible, how can I make sure that my own arrows don't disappear?
PROCEDURE:
I read that I should add
CompoundTag nbtdata = entity.saveWithoutId(new CompoundTag());
nbtdata.getBoolean("inGround")
somewhere, but I don't know where and how to use it, because I absolutely don't know Java. Please help, it would be very helpful
If it is necessary