How to make own Shulker (mob)

Started by AAAAAAAAA on

Topic category: Help with modding (Java Edition)

Last seen on 10:27, 4. Mar 2023
Joined Jul 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to make own Shulker (mob)

Hi, I want to create my own mob that can:

-always look one way

-the player can stand on it

-the player cannot push it

I hope you help me.

Last seen on 22:12, 31. Jan 2022
Joined Jan 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I really need to know this…
Sun, 01/16/2022 - 14:39

I really need to know this as well!

Last seen on 23:46, 22. Apr 2024
Joined Mar 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
if you still need a answer I…
Mon, 04/24/2023 - 15:05

if you still need a answer I think I know.

first you need to make the entity have a solid box

next disable collisions

next set it to be an water entity so it dose not get pushed by water

next give it 1,000 knockback ressistions

next set movment speed to 0

and lastly to make it face only one direction you must make a spawn prossegire that sets fotation of entity yaw: 0 pitch: 0

sorry for my spelling there is no spell check

Last seen on 15:45, 20. Oct 2023
Joined May 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
but how to make solid hitbox…
Thu, 08/31/2023 - 18:31

but how to make solid hitbox? ive been searching for a lot of time on the internet and still dont know how to do it

Last seen on 05:40, 21. Jan 2024
Joined Aug 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Under the bounding box setup…
Sun, 09/17/2023 - 04:18

Under the bounding box setup there's a "solid bounding box condition" check that.

Its above the transparent entity model condition.