### View Gravity Information Command Source: https://github.com/nightepiphany/gravity-changer-1.21.1/blob/master/README.md Displays the current base gravity direction and strength for the command sender. ```minecraft-commands /gravity view ``` -------------------------------- ### View Dimension Gravity Info Command Source: https://github.com/nightepiphany/gravity-changer-1.21.1/blob/master/README.md Displays the current dimensional gravity strength for the current dimension. ```minecraft-commands /gravity view_dimension_info ``` -------------------------------- ### Set Base Gravity Strength Command Source: https://github.com/nightepiphany/gravity-changer-1.21.1/blob/master/README.md Sets the base gravity strength, which other gravity effects will multiply against. If no entities are specified, it targets the command sender. ```minecraft-commands /gravity set_base_strength [entities] ``` -------------------------------- ### Set Relative Base Gravity Direction Command Source: https://github.com/nightepiphany/gravity-changer-1.21.1/blob/master/README.md Sets the gravity direction relative to an entity's viewing direction (forward, backward, left, right, up, or down). If no entities are specified, it targets the command sender. ```minecraft-commands /gravity set_relative_base_direction [entities] ``` -------------------------------- ### Reset Gravity Command Source: https://github.com/nightepiphany/gravity-changer-1.21.1/blob/master/README.md Resets the base gravity direction and strength for specified entities or the command sender. ```minecraft-commands /gravity reset [entities] ``` -------------------------------- ### Set Base Gravity Direction Command Source: https://github.com/nightepiphany/gravity-changer-1.21.1/blob/master/README.md Sets the base gravity direction for entities. This can be overridden by other game mechanics. If no entities are specified, it targets the command sender. ```minecraft-commands /gravity set_base_direction [entities] ``` -------------------------------- ### Set Dimension Gravity Strength Command Source: https://github.com/nightepiphany/gravity-changer-1.21.1/blob/master/README.md Sets the gravity strength for the current dimension. ```minecraft-commands /gravity set_dimension_gravity_strength ``` -------------------------------- ### Randomize Base Gravity Direction Command Source: https://github.com/nightepiphany/gravity-changer-1.21.1/blob/master/README.md Sets the base gravity direction to a random direction for the specified entities or the command sender. ```minecraft-commands /gravity randomize_base_direction [entities] ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.