-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathmod.conf
More file actions
29 lines (29 loc) · 786 Bytes
/
mod.conf
File metadata and controls
29 lines (29 loc) · 786 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
name = deltaglider
description = """
Adds delta hang glider to Minetest.
The glider can be coloured if [unifieddyes] is installed.
There are rockets for a speed-boost if [tnt] or [mcl_mobitems]
are installed. They can also be disabled with server setting.
A server setting controls how often the glider can be used.
The glider can be repaired on [anvil] or with crafting recipes.
Crashing will hurt the player and if wear is enabled, the glider
will also suffer damage. This is the biggest difference to
[hangglider].
If [areas] is installed, areas can be protected with FLAK,
shooting down intruders.
"""
depends = default
optional_depends = """
areas,
basic_materials,
farming,
hangglider,
mcl_mobitems,
pipeworks,
player_monoids,
priv_protector,
tnt,
unifieddyes,
wool,
xp_redo,
"""