Remove unused default
dependency (#16)
This commit is contained in:
parent
1b031ebd4c
commit
04eaae3e3c
@ -15,7 +15,6 @@ Normal players can also invite others to observe them.
|
|||||||
## Dependencies
|
## Dependencies
|
||||||
|
|
||||||
- `player_api` (included in [`minetest_game`](https://github.com/minetest/minetest_game))
|
- `player_api` (included in [`minetest_game`](https://github.com/minetest/minetest_game))
|
||||||
- `default` (included in [`minetest_game`](https://github.com/minetest/minetest_game))
|
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
|
2
mod.conf
2
mod.conf
@ -1,5 +1,5 @@
|
|||||||
name = spectator_mode
|
name = spectator_mode
|
||||||
depends = default, player_api
|
depends = player_api
|
||||||
optional_depends = beerchat
|
optional_depends = beerchat
|
||||||
description = """
|
description = """
|
||||||
A mod for Minetest allowing players to watch other players in their 3rd person view.
|
A mod for Minetest allowing players to watch other players in their 3rd person view.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user