Make a worm like mob that moves like a worm

Started by a guy called l… on

Topic category: Help with Minecraft modding (Java Edition)

Joined Jan 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Make a worm like mob that moves like a worm

I want to make a cave worm so I have two question

1. How I make the segments move more like a worm and not be just on a line? I can use detect the direction of the head, add the body parts and use NTB variables to set what piece is of what worm, using TP i can make the pieces put back one of another, but this make the worm be a line and not move dynamically.

2. How I make the worm can move on blocks free? My idea is that the worm move in the interior of the blocks and similar to a vex, when a player is on range, do a fast attack to the player

Joined Oct 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
for the head you could have…
Sun, 10/17/2021 - 21:20

for the head you could have a seperate entity with flying mob enabled and have another for each body part that will follow it the vex charge thing im clueless and same with the no ground collision

Joined Aug 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
is it too late? you need to…
Mon, 08/05/2024 - 20:23

is it too late? you need to set the mob to "transparent" for it to work.

Joined Aug 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
never mind, i thought that…
Mon, 08/05/2024 - 20:35

never mind, i thought that because it said that it was a state similar to spectator, it just made it partially invisible.