Started by
PythonIsCool
on
Topic category: Advanced modding
In jojo there's a stand called C-Moon that reverses gravity away from the user. So if you were to the left of him, you would be blasted back away from him. If you were above him, you would be blasted upward, if you're under him then you get blasted down, and so on and so forth. Is there any way to do this in Minecraft (without just saying levitation since i want to be accurate to the anime) and have it go in seperate directions?
K so basically all 5 posts ive done have invoked no response im lowkey kinda sad now since I had to release my update even though it wasn't finished ): TO ALL THE PEOPLE WAITING FOR MADE IN HEAVEN, C-MOON, CRAZY DIAMONDS BUG FIX, D4C BUG FIX, AND SHEER HEART ATTACK BUG FIX, IM WORKING ON IT!!!!!!
If entity is in radius 2 at x y+3 z:
set movement vector to 0 2 0
thank you so much lemme try I'll get back to you if this works
It doesnt work. im not sure why.
What did you put for the procedure?
Where did you call it from?
I put exactly what you put, and I called to from right click.
https://imgur.com/a/7zqIT3t
If the monster is 3 blocks above you it will be pushed up.
If it is 3 blocks below you, it will be pushed down.
what about side to side?
Do the same thing but with
Does entity exist at x+1, x-1, z+1, z-1and set movement vector to vx: 2, vx:-2, vz: 2, vz: -2I would show you but the full procedure doesn't fit within the image.https://imgur.com/2jDWYsb
Well... did it work?
how do you get the multiple else if blocks? not sure how and where. Also where the and block is, because I cant find that anywhere.
Press the blue cog on a regular if statement block.
found that, what about and?
In logic operations. The blue = block has multiple options.