Add modpack.conf and remove deprecated files

This commit is contained in:
stujones11 2019-03-20 20:14:19 +00:00
parent cf6122ca0c
commit 7ff1b99b8b
27 changed files with 19 additions and 34 deletions

View File

@ -1,2 +0,0 @@
First person shooter mod.
Adds firearms plus a few other fun items.

2
modpack.conf Normal file
View File

@ -0,0 +1,2 @@
name = shooter
description = First person shooter mod, adds firearms plus a few other fun items.

View File

@ -1 +0,0 @@
The presence of this file indicates that the current folder is a modpack.

View File

@ -1,5 +0,0 @@
default
dye
tnt
wool
mobs?

View File

@ -1,2 +0,0 @@
Shooter Mod API.
Handles raycasting, blasting and audio-visual effects of dependent mods.

View File

@ -1 +1,3 @@
name = shooter
description = Shooter mod API
depends = default, tnt

View File

@ -1,3 +0,0 @@
wool
dye
shooter

View File

@ -1 +0,0 @@
Adds a crossbow with colored arrows.

View File

@ -1 +1,3 @@
name = shooter_crossbow
description = Adds a crossbow with colored arrows
depends = wool, dye, shooter

View File

@ -1,3 +0,0 @@
shooter
tnt
wool

View File

@ -1 +0,0 @@
Adds a flare-gun with temporary light emitting flares.

View File

@ -1 +1,3 @@
name = shooter_flaregun
description = Adds a flare-gun with temporary light emitting flares
depends = shooter, wool

View File

@ -1,2 +0,0 @@
tnt
shooter

View File

@ -1 +0,0 @@
Adds simple hand grenades.

View File

@ -1 +1,3 @@
name = shooter_grenade
description = Adds simple hand grenades
depends = shooter

View File

@ -1,2 +0,0 @@
tnt
shooter

View File

@ -1 +0,0 @@
Adds basic guns using the shooter API.

View File

@ -1 +1,3 @@
name = shooter_guns
description = Adds basic guns using the shooter API
depends = shooter

View File

@ -1,2 +0,0 @@
tnt
shooter

View File

@ -1 +0,0 @@
Adds a teleporting grapple hook and gun.

View File

@ -1 +1,3 @@
name = shooter_hook
description = Adds a teleporting grapple hook and gun
depends = shooter

View File

@ -1,2 +0,0 @@
tnt
shooter

View File

@ -1 +0,0 @@
Adds rocket missiles and launching gun.

View File

@ -1 +1,3 @@
name = shooter_rocket
description = Adds rocket missiles and launching gun
depends = shooter

View File

@ -1,2 +0,0 @@
shooter_rocket
player_api?

View File

@ -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.

View File

@ -1 +1,4 @@
name = shooter_turret
description = Experimental turret gun which can also be triggered by mesecon signals.
depends = shooter_rocket
optional_depends = player_api