How to make own Shulker (mob)

Started by AAAAAAAAA on

Topic category: Help with Minecraft modding (Java Edition)

Active 2 years ago
Joined Jul 2021
Points:
522

User statistics:

  • Modifications: 0
  • Forum topics: 4
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 3
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.

Active 3 years ago
Joined Jan 2022
Points:
425

User statistics:

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

I really need to know this as well!

Active 7 months ago
Joined Mar 2023
Points:
203

User statistics:

  • Modifications: 0
  • Forum topics: 0
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 4
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

Active 1 week ago
Joined May 2021
Points:
558

User statistics:

  • Modifications: 2
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 5
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

Active 1 year ago
Joined Aug 2023
Points:
181

User statistics:

  • Modifications: 0
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 78
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.

Active 9 hours ago
Joined Mar 2024
Points:
83

User statistics:

  • Modifications: 0
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 10
Is there any way to do this…
Fri, 08/16/2024 - 12:21
  1. Is there any way to do this with a geckolib animated entity
  2. How do i make it bouncy