Add modpack.conf and remove deprecated files
This commit is contained in:
parent
cf6122ca0c
commit
7ff1b99b8b
27 changed files with 19 additions and 34 deletions
|
@ -1,2 +0,0 @@
|
||||||
First person shooter mod.
|
|
||||||
Adds firearms plus a few other fun items.
|
|
2
modpack.conf
Normal file
2
modpack.conf
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
name = shooter
|
||||||
|
description = First person shooter mod, adds firearms plus a few other fun items.
|
|
@ -1 +0,0 @@
|
||||||
The presence of this file indicates that the current folder is a modpack.
|
|
|
@ -1,5 +0,0 @@
|
||||||
default
|
|
||||||
dye
|
|
||||||
tnt
|
|
||||||
wool
|
|
||||||
mobs?
|
|
|
@ -1,2 +0,0 @@
|
||||||
Shooter Mod API.
|
|
||||||
Handles raycasting, blasting and audio-visual effects of dependent mods.
|
|
|
@ -1 +1,3 @@
|
||||||
name = shooter
|
name = shooter
|
||||||
|
description = Shooter mod API
|
||||||
|
depends = default, tnt
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
wool
|
|
||||||
dye
|
|
||||||
shooter
|
|
|
@ -1 +0,0 @@
|
||||||
Adds a crossbow with colored arrows.
|
|
|
@ -1 +1,3 @@
|
||||||
name = shooter_crossbow
|
name = shooter_crossbow
|
||||||
|
description = Adds a crossbow with colored arrows
|
||||||
|
depends = wool, dye, shooter
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
shooter
|
|
||||||
tnt
|
|
||||||
wool
|
|
|
@ -1 +0,0 @@
|
||||||
Adds a flare-gun with temporary light emitting flares.
|
|
|
@ -1 +1,3 @@
|
||||||
name = shooter_flaregun
|
name = shooter_flaregun
|
||||||
|
description = Adds a flare-gun with temporary light emitting flares
|
||||||
|
depends = shooter, wool
|
||||||
|
|
|
@ -1,2 +0,0 @@
|
||||||
tnt
|
|
||||||
shooter
|
|
|
@ -1 +0,0 @@
|
||||||
Adds simple hand grenades.
|
|
|
@ -1 +1,3 @@
|
||||||
name = shooter_grenade
|
name = shooter_grenade
|
||||||
|
description = Adds simple hand grenades
|
||||||
|
depends = shooter
|
||||||
|
|
|
@ -1,2 +0,0 @@
|
||||||
tnt
|
|
||||||
shooter
|
|
|
@ -1 +0,0 @@
|
||||||
Adds basic guns using the shooter API.
|
|
|
@ -1 +1,3 @@
|
||||||
name = shooter_guns
|
name = shooter_guns
|
||||||
|
description = Adds basic guns using the shooter API
|
||||||
|
depends = shooter
|
||||||
|
|
|
@ -1,2 +0,0 @@
|
||||||
tnt
|
|
||||||
shooter
|
|
|
@ -1 +0,0 @@
|
||||||
Adds a teleporting grapple hook and gun.
|
|
|
@ -1 +1,3 @@
|
||||||
name = shooter_hook
|
name = shooter_hook
|
||||||
|
description = Adds a teleporting grapple hook and gun
|
||||||
|
depends = shooter
|
||||||
|
|
|
@ -1,2 +0,0 @@
|
||||||
tnt
|
|
||||||
shooter
|
|
|
@ -1 +0,0 @@
|
||||||
Adds rocket missiles and launching gun.
|
|
|
@ -1 +1,3 @@
|
||||||
name = shooter_rocket
|
name = shooter_rocket
|
||||||
|
description = Adds rocket missiles and launching gun
|
||||||
|
depends = shooter
|
||||||
|
|
|
@ -1,2 +0,0 @@
|
||||||
shooter_rocket
|
|
||||||
player_api?
|
|
|
@ -1,2 +0,0 @@
|
||||||
Adds a mountable turret gun which can also be triggered by mesecon signals.
|
|
||||||
Still WIP and experimental and may be subject to change or removal.
|
|
|
@ -1 +1,4 @@
|
||||||
name = shooter_turret
|
name = shooter_turret
|
||||||
|
description = Experimental turret gun which can also be triggered by mesecon signals.
|
||||||
|
depends = shooter_rocket
|
||||||
|
optional_depends = player_api
|
||||||
|
|
Loading…
Reference in a new issue