Remove Collision box from entity.

Started by Ali107 on

Topic category: Help with modding (Java Edition)

Last seen on 16:19, 27. Mar 2024
Joined Jul 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Remove Collision box from entity.

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?

Last seen on 03:09, 28. Mar 2024
Joined May 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
On your entity >> Visual and…
Wed, 05/18/2022 - 09:06

On your entity >> Visual and sound tab

 

Last seen on 16:19, 27. Mar 2024
Joined Jul 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I tried that already and…
Wed, 05/18/2022 - 15:59

I tried that already and entities don't collide anymore. But some entities like arrows still collide with it and causes issues.

Last seen on 06:05, 28. Mar 2024
Joined Mar 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
When attacked on ranged…
Wed, 05/18/2022 - 17:14

When attacked on ranged cancel trigger

Last seen on 16:19, 27. Mar 2024
Joined Jul 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Won't that deflect the…
Thu, 05/19/2022 - 08:53

Won't that deflect the arrows? Because I want arrows to go through the entity without affecting each other.

Last seen on 10:30, 18. Mar 2024
Joined May 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I am working on something…
Tue, 06/07/2022 - 02:27

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