Merge pull request 'Fix a heisenbug' (#4098) from depends_patch into master
Reviewed-on: https://git.minetest.land/MineClone2/MineClone2/pulls/4098mobile_bow_workaround
commit
b6938bad90
|
@ -1,4 +1,3 @@
|
|||
name = mcl_fovapi
|
||||
author = Michieal, Herowl
|
||||
description = An API for handling FOV changes.
|
||||
depends = mcl_player
|
||||
|
|
|
@ -2,4 +2,4 @@ name = mcl_sprint
|
|||
author = GunshipPenguin
|
||||
description = Allows the player to sprint by pressing the “AUX” key (default: E).
|
||||
depends = mcl_playerinfo, playerphysics, mcl_hunger, mcl_fovapi
|
||||
optional = mcl_bows
|
||||
optional = mcl_bows
|
||||
|
|
Loading…
Reference in New Issue