Add mod icons
This commit is contained in:
parent
10b4393e9d
commit
e24279e205
1 changed files with 9 additions and 1 deletions
10
README.md
10
README.md
|
@ -15,6 +15,7 @@ was never completed. Now distributed as a Minetest Game compatible mod-pack.
|
|||
|
||||
**Depends:** default
|
||||
|
||||
<img align="left" width="32" height="32" src="https://raw.githubusercontent.com/stujones11/shooter/master/shooter/textures/shooter_powder.png">
|
||||
Handles raycasting, blasting and audio-visual effects of dependent mods.
|
||||
|
||||
[mod] Shooter Guns [shooter_guns]
|
||||
|
@ -22,6 +23,7 @@ Handles raycasting, blasting and audio-visual effects of dependent mods.
|
|||
|
||||
**Depends:** shooter
|
||||
|
||||
<img align="left" width="32" height="32" src="https://raw.githubusercontent.com/stujones11/shooter/master/shooter_guns/textures/shooter_rifle.png">
|
||||
Adds basic guns using the shooter API.
|
||||
|
||||
[mod] Crossbow [shooter_crossbow]
|
||||
|
@ -29,8 +31,9 @@ Adds basic guns using the shooter API.
|
|||
|
||||
**Depends:** shooter
|
||||
|
||||
Optional Depends: dye (required for colored arrows)
|
||||
**Optional Depends:** dye (required for colored arrows)
|
||||
|
||||
<img align="left" width="32" height="32" src="https://raw.githubusercontent.com/stujones11/shooter/master/shooter_crossbow/textures/shooter_crossbow.png">
|
||||
Adds a crossbow with colored arrows.
|
||||
|
||||
[mod] Flare Gun [shooter_flaregun]
|
||||
|
@ -38,6 +41,7 @@ Adds a crossbow with colored arrows.
|
|||
|
||||
**Depends:** shooter
|
||||
|
||||
<img align="left" width="32" height="32" src="https://raw.githubusercontent.com/stujones11/shooter/master/shooter_flaregun/textures/shooter_flaregun.png">
|
||||
Adds a flare-gun with temporary light emitting flares.
|
||||
|
||||
[mod] Grenade [shooter_grenade]
|
||||
|
@ -45,6 +49,7 @@ Adds a flare-gun with temporary light emitting flares.
|
|||
|
||||
**Depends:** shooter
|
||||
|
||||
<img align="left" width="32" height="32" src="https://raw.githubusercontent.com/stujones11/shooter/master/shooter_grenade/textures/shooter_hand_grenade.png">
|
||||
Adds simple hand grenades.
|
||||
|
||||
[mod] Rocket Launcher [shooter_rocket]
|
||||
|
@ -52,6 +57,7 @@ Adds simple hand grenades.
|
|||
|
||||
**Depends:** shooter
|
||||
|
||||
<img align="left" width="32" height="32" src="https://raw.githubusercontent.com/stujones11/shooter/master/shooter_rocket/textures/shooter_rocket_gun_loaded.png">
|
||||
Adds rocket missiles and launching gun.
|
||||
|
||||
[mod] Grapple Hook [shooter_hook]
|
||||
|
@ -59,6 +65,7 @@ Adds rocket missiles and launching gun.
|
|||
|
||||
**Depends:** shooter
|
||||
|
||||
<img align="left" width="32" height="32" src="https://raw.githubusercontent.com/stujones11/shooter/master/shooter_hook/textures/shooter_hook_gun_loaded.png">
|
||||
Adds a teleporting grapple hook which can be thrown or launched
|
||||
further from a grapple hook gun.
|
||||
|
||||
|
@ -67,5 +74,6 @@ further from a grapple hook gun.
|
|||
|
||||
**Depends:** shooter_rocket
|
||||
|
||||
<img align="left" width="32" height="32" src="https://raw.githubusercontent.com/stujones11/shooter/master/shooter_turret/textures/shooter_turret_gun.png">
|
||||
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.
|
||||
|
|
Loading…
Reference in a new issue