Started by
copper jack
on
Topic category: Help with Minecraft modding (Java Edition)
im trying to make all entity except the player in a radius to fly up but i can make it, only works on the player
Topic category: Help with Minecraft modding (Java Edition)
im trying to make all entity except the player in a radius to fly up but i can make it, only works on the player
I can't know for sure without seeing your procedure, but I'm guessing you are using a procedure block to get each entity in a square radius around the player?
If so, you need to apply whatever you are doing to make entities fly up to entity iterator instead of event/target entity.
If that doesn't fix it, you will need to either write out the text from your procedure blocks and share here, or take a screenshot of the procedure, upload it to an image hosting website, and use this website's 'insert image via URL' button to share it here. Either way, you will need to share the procedure so I or someone else can see exactly what you are doing and try to help fix it.