Started by
N3R3SH
on
Topic category: Help with Minecraft modding (Java Edition)
I am trying to make an 'explosion' like a breeze blast, using this entity that will look at each entity in the area of effect (to get the correct vector) and push them. It works just fine on mobs, but does nothing to me, the player. Any idea why that might be and how I can solve it? Using MCreator 2024.3
It might be that the player isn't included in the "living entity" tag, maybe? Just add an OR to that IF and copy the "Is entity iterator a subtype of" but select player instead.
@James Sylar Unfortunately, that did't help :( I made it not exclude any entities and it still isn't affecting me. I also have this other method of doing it, which is triggered by the impact of the wind-charge-inspired projectile on a block (impacting an entity I will add later, when it works), which doesn't try to push anything horizontally. You can see that I also made this one for living entities only, but I have a slightly different issue with it. Here is does affect the player... but only properly a few times. After a while, it stops working on the player EXCEPT when I shoot it with my face smushed against a block.

I am completely baffled.