How to create an mob who make block around him goes up ?

Started by Themilkman on

Topic category: Help with modding (Java Edition)

Last seen on 11:35, 29. Dec 2023
Joined Dec 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to create an mob who make block around him goes up ?

HELLO DEVS ! 

 

So I want to make a mob who make block around him ( let's say 3x3 ) float and goes up, please help me :3 

Last seen on 17:31, 13. Apr 2023
Joined Jan 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Hello!   First, you should…
Mon, 01/23/2023 - 18:09

Hello!

 

First, you should make a 3x3 structure of the block you want.

Next, use the block "Attempt to override motion vector of ◼ to vx ◼ vy ◼ vz ◼ ", and put the value you want to make the entity go up.

Then, on the mob procedure, you have to use the block "Place at x ◼ y ◼ z ◼ with rotation ◼ mirror ◼ structure ◼ " to place said strucrure on the position of the mob

I hope you find this useful :D

Last seen on 17:31, 13. Apr 2023
Joined Jan 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
[correction]   First, you…
Mon, 01/23/2023 - 18:12

[correction]

 

First, you should make a 3x3 structure of the block you want.

Next, use the block "Attempt to override motion vector of ◼ to vx ◼ vy ◼ vz ◼ ", and put the value you want on vy to make the entity go up.

Then, on the mob procedure, you have to use the block "Place at x ◼ y ◼ z ◼ with rotation ◼ mirror ◼ structure ◼ " to place said strucrure on the position of the mob

I hope you find this useful :D