Started by
Ali107
on
Topic category: Help with Minecraft modding (Java Edition)
I want to remove the collision box of an entity.
I tried setting the width/depth and height to 0, but that causes its 3D model to not render.
Any ideas on how to do that?
On your entity >> Visual and sound tab
I tried that already and entities don't collide anymore. But some entities like arrows still collide with it and causes issues.
When attacked on ranged cancel trigger
Won't that deflect the arrows? Because I want arrows to go through the entity without affecting each other.
I am working on something similar myself, there is a setNoClip tag that may be useable on living entities, I'm going to play with it tonight