AntiGravity

Started by GoingMyles on

Topic category: Help with MCreator software

Active 4 years ago
Joined Jan 2021
Points:
609

User statistics:

  • Modifications: 0
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1
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.

Active 49 minutes ago
Joined May 2018
Points:
1100

User statistics:

  • Modifications: 8
  • Forum topics: 36
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 310
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.