← Назад к ресурсам

Omnidirectional Movement

Omnidirectional Movement based on games like Call of Duty Black Ops 6 and The Finals.

Modrinth adventure game-mechanics utility

Описание

# OVERHAUL UPDATE: I have completely rewritten the entire source to be scaleable for a range of versions, as well as changing the entire approach of the mod to be completely vanilla-based. All of the reported bugs should be fixed now, and I would be suprised if you guys found any issues other than compat between things like shoulder surfing. # Omni **Omni** is an incredibly simple and lightweight mod for Minecraft that adds in the Omnidirectional movement system from __Call of Duty: Black Ops 6__ and __The Finals__ # About The omnidirectional movement system is very simple: it allows you to sprint in all directions. It uses mixins to make minor changes to the vanilla code that limits sprinting and sprint jumping if you're not moving forward. # Config ``` # Omni config # enabled=false turns Omni's movement changes off. enabled=true # Multipliers are relative to vanilla sprint speed. # 1.0 is unchanged, 0.5 is half speed, 2.0 is double speed. # There is no upper cap; extreme values can be difficult to control. forward_multiplier=1.0 backward_multiplier=1.0 left_multiplier=1.0 right_multiplier=1.0 forward_left_multiplier=1.0 forward_right_multiplier=1.0 backward_left_multiplier=1.0 backward_right_multiplier=1.0 ``` # Commands ```/omni``` -- shows the current status of functionality (enabled or disabled) ```/omni [enable/disable]``` -- enables/disables functionality ```/omni reload``` -- applies config values (e.g. if you changed the config during gameplay and need to refresh)