AntiGravity

Started by GoingMyles on

Topic category: Help with MCreator software

Last seen on 21:46, 3. Feb 2021
Joined Jan 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
AntiGravity

Hello! I am trying to make it so that when an item is right-clicked, it flips the gravity of the player and all blocks within a 10 block radius, and then the gravity goes back to normal after 10 seconds. What is the best way to go about this? I can always just give levitation to the player, but blocks floating within the radius is the thing I really need help with.

Last seen on 06:43, 26. Apr 2024
Joined May 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You would somehow have to…
Fri, 02/05/2021 - 19:24

You would somehow have to convert every block in the area into a FallingBlock entity, which would be rather resource-intensive.