Started by
GoingMyles
on
Topic category: Help with MCreator software
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.
You would somehow have to convert every block in the area into a FallingBlock entity, which would be rather resource-intensive.