Started by
Hanimeillapse
on
Topic category: Help with Minecraft modding (Java Edition)
i was making a insta kill sword mod but entity's are insta killing each other is there any way to make it player only
Topic category: Help with Minecraft modding (Java Edition)
i was making a insta kill sword mod but entity's are insta killing each other is there any way to make it player only
Could you send a screenshot of the current procedure you are using for the sword?
You can surround your procedure with an "if statement" and check if the nearest entity is a player before it runs the procedure
thats the procedure i used
the screenshot wont show up
Upload the screenshot to imgur or something and then copy the images address and paste it here
https://imgur.com/a/nPmOmcv
I think I found a solution