Reversing gravity in the direction opposite of player

Started by PythonIsCool on

Topic category: Advanced modding

Last seen on 23:41, 3. Jun 2021
Joined Dec 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Reversing gravity in the direction opposite of player

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?

Last seen on 23:41, 3. Jun 2021
Joined Dec 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
K so basically all 5 posts…
Tue, 11/17/2020 - 02:04

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!!!!!!

Last seen on 14:43, 2. Aug 2022
Joined Nov 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
If entity is in radius 2 at…
Sun, 11/22/2020 - 17:16

If entity is in radius 2 at x y+3 z:

set movement vector to 0 2 0

Last seen on 23:41, 3. Jun 2021
Joined Dec 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
thank you so much lemme try…
Tue, 11/24/2020 - 01:07

thank you so much lemme try I'll get back to you if this works 

Last seen on 23:41, 3. Jun 2021
Joined Dec 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
It doesnt work. im not sure…
Tue, 11/24/2020 - 02:35

It doesnt work. im not sure why.

Last seen on 14:43, 2. Aug 2022
Joined Nov 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
What did you put for the…
Tue, 11/24/2020 - 18:39

What did you put for the procedure?

Where did you call it from?

Last seen on 23:41, 3. Jun 2021
Joined Dec 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I put exactly what you put,…
Wed, 11/25/2020 - 14:45

I put exactly what you put, and I called to from right click.

Last seen on 14:43, 2. Aug 2022
Joined Nov 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
https://imgur.com/a/7zqIT3t…
Wed, 11/25/2020 - 17:39

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.

Last seen on 23:41, 3. Jun 2021
Joined Dec 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
what about side to side?
Thu, 11/26/2020 - 19:10

what about side to side?

Last seen on 14:43, 2. Aug 2022
Joined Nov 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Do the same thing but with…
Thu, 11/26/2020 - 19:49

Do the same thing but with

Does entity exist at x+1, x-1, z+1, z-1

and set movement vector to vx: 2, vx:-2, vz: 2, vz: -2

I would show you but the full procedure doesn't fit within the image.

https://imgur.com/2jDWYsb

Last seen on 14:43, 2. Aug 2022
Joined Nov 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Well... did it work?
Sat, 12/05/2020 - 20:15

Well... did it work?

Last seen on 23:41, 3. Jun 2021
Joined Dec 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
how do you get the multiple…
Sat, 12/05/2020 - 20:42

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.

Last seen on 14:43, 2. Aug 2022
Joined Nov 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Press the blue cog on a…
Sat, 12/05/2020 - 20:53

Press the blue cog on a regular if statement block.

Last seen on 23:41, 3. Jun 2021
Joined Dec 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
found that, what about and?
Mon, 12/07/2020 - 23:49

found that, what about and?

Last seen on 14:43, 2. Aug 2022
Joined Nov 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
In logic operations. The…
Tue, 12/08/2020 - 12:56

In logic operations. The blue = block has multiple options.