Remove hard mod dependencies other than default
This commit is contained in:
parent
16451b7c35
commit
d1e1dcc1d6
24 changed files with 90 additions and 51 deletions
12
README.md
12
README.md
|
@ -25,35 +25,37 @@ Adds basic guns using the shooter API.
|
|||
[mod] Crossbow [shooter_crossbow]
|
||||
---------------------------------
|
||||
|
||||
Depends: shooter, wool, dye
|
||||
Depends: shooter
|
||||
|
||||
Optional Depends: dye (required for colored arrows)
|
||||
|
||||
Adds a crossbow with colored arrows.
|
||||
|
||||
[mod] Flare Gun [shooter_flaregun]
|
||||
----------------------------------
|
||||
|
||||
Depends: shooter, tnt, wool
|
||||
Depends: shooter
|
||||
|
||||
Adds a flare-gun with temporary light emitting flares.
|
||||
|
||||
[mod] Grenade [shooter_grenade]
|
||||
-------------------------------
|
||||
|
||||
Depends: shooter, tnt
|
||||
Depends: shooter
|
||||
|
||||
Adds simple hand grenades.
|
||||
|
||||
[mod] Rocket Launcher [shooter_rocket]
|
||||
--------------------------------------
|
||||
|
||||
Depends: shooter, tnt
|
||||
Depends: shooter
|
||||
|
||||
Adds rocket missiles and launching gun.
|
||||
|
||||
[mod] Grapple Hook [shooter_hook]
|
||||
---------------------------------
|
||||
|
||||
Depends: shooter, tnt
|
||||
Depends: shooter
|
||||
|
||||
Adds a teleporting grapple hook which can be thrown or launched
|
||||
further from a grapple hook gun.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue