Started by
Themilkman
on
Topic category: Help with Minecraft modding (Java Edition)
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
Topic category: Help with Minecraft modding (Java Edition)
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
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
[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