#don't allow explosion type of forces applied to certain entity using entityjs?
54 messages · Page 1 of 1 (latest)
Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!
.isPushable(false) i think
oh
actually that might not prevent knockback 
you should just set a really high knockback attribute
actually wait its a non living entity without attributes 

ooo
i guess try it and see ™️
yep
hmm
ah so its hard coded to set your delta movement if the entity does not override the ignoreExplosion method 
m
this will have to be an Entityjs update sadly, i'll see if i can get an update out by tomorrow
uh oh...
?
no
oh
if you're worried about how hard it will be to implement it will be like 2 minute job, i just need some time for getting to my computer lol

oh ok then

java is scary in my eyes
yeah, ill lyk, could be out by tonight too, we'll see
oo
yeah so js .ignoreExplosion(entity => true)
@dark owl i just release Entityjs 0.5.1 where you will be able to use the modifyEntity event to set an entity to ignoreExplosion using this callback
sounds good, lemme know if it works for you
