Make a worm like mob that moves like a worm

Started by a guy called l… on

Topic category: Help with modding (Java Edition)

Last seen on 23:35, 30. Oct 2023
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

Last seen on 19:23, 19. Apr 2022
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