diff --git a/mods/ctf_treasure/init.lua b/mods/ctf_treasure/init.lua index ee4a414..8ca421b 100644 --- a/mods/ctf_treasure/init.lua +++ b/mods/ctf_treasure/init.lua @@ -12,6 +12,7 @@ treasurer.register_treasure("shooter:crossbow",0.5,2,{1,5}) treasurer.register_treasure("shooter:pistol",0.4,2,{1,5}) treasurer.register_treasure("shooter:rifle",0.1,2,{1,2}) treasurer.register_treasure("shooter:shotgun",0.05,2,1) +treasurer.register_treasure("shooter:grenade",0.01,2,{1,5}) treasurer.register_treasure("shooter:machine_gun",0.01,2,1) treasurer.register_treasure("shooter:ammo",0.3,2,{1,10}) treasurer.register_treasure("shooter:arrow_white",0.5,2,{1,10}) diff --git a/mods/shooter/textures/wool_black.png b/mods/shooter/textures/wool_black.png new file mode 100644 index 0000000..a9e566b Binary files /dev/null and b/mods/shooter/textures/wool_black.png differ diff --git a/mods/shooter/textures/wool_blue.png b/mods/shooter/textures/wool_blue.png new file mode 100644 index 0000000..035a8da Binary files /dev/null and b/mods/shooter/textures/wool_blue.png differ diff --git a/mods/shooter/textures/wool_brown.png b/mods/shooter/textures/wool_brown.png new file mode 100644 index 0000000..2620dfd Binary files /dev/null and b/mods/shooter/textures/wool_brown.png differ diff --git a/mods/shooter/textures/wool_cyan.png b/mods/shooter/textures/wool_cyan.png new file mode 100644 index 0000000..4e1e4a3 Binary files /dev/null and b/mods/shooter/textures/wool_cyan.png differ diff --git a/mods/shooter/textures/wool_dark_green.png b/mods/shooter/textures/wool_dark_green.png new file mode 100644 index 0000000..92c5631 Binary files /dev/null and b/mods/shooter/textures/wool_dark_green.png differ diff --git a/mods/shooter/textures/wool_dark_grey.png b/mods/shooter/textures/wool_dark_grey.png new file mode 100644 index 0000000..0624525 Binary files /dev/null and b/mods/shooter/textures/wool_dark_grey.png differ diff --git a/mods/shooter/textures/wool_green.png b/mods/shooter/textures/wool_green.png new file mode 100644 index 0000000..554471a Binary files /dev/null and b/mods/shooter/textures/wool_green.png differ diff --git a/mods/shooter/textures/wool_grey.png b/mods/shooter/textures/wool_grey.png new file mode 100644 index 0000000..ff38bf7 Binary files /dev/null and b/mods/shooter/textures/wool_grey.png differ diff --git a/mods/shooter/textures/wool_magenta.png b/mods/shooter/textures/wool_magenta.png new file mode 100644 index 0000000..5b254e4 Binary files /dev/null and b/mods/shooter/textures/wool_magenta.png differ diff --git a/mods/shooter/textures/wool_orange.png b/mods/shooter/textures/wool_orange.png new file mode 100644 index 0000000..64f34c0 Binary files /dev/null and b/mods/shooter/textures/wool_orange.png differ diff --git a/mods/shooter/textures/wool_pink.png b/mods/shooter/textures/wool_pink.png new file mode 100644 index 0000000..0513540 Binary files /dev/null and b/mods/shooter/textures/wool_pink.png differ diff --git a/mods/shooter/textures/wool_red.png b/mods/shooter/textures/wool_red.png new file mode 100644 index 0000000..de05af1 Binary files /dev/null and b/mods/shooter/textures/wool_red.png differ diff --git a/mods/shooter/textures/wool_violet.png b/mods/shooter/textures/wool_violet.png new file mode 100644 index 0000000..a41a9f4 Binary files /dev/null and b/mods/shooter/textures/wool_violet.png differ diff --git a/mods/shooter/textures/wool_white.png b/mods/shooter/textures/wool_white.png new file mode 100644 index 0000000..2bbb9cf Binary files /dev/null and b/mods/shooter/textures/wool_white.png differ diff --git a/mods/shooter/textures/wool_yellow.png b/mods/shooter/textures/wool_yellow.png new file mode 100644 index 0000000..a95bb34 Binary files /dev/null and b/mods/shooter/textures/wool_yellow.png differ diff --git a/mods/wield32/.gitignore b/mods/wield3d/.gitignore similarity index 100% rename from mods/wield32/.gitignore rename to mods/wield3d/.gitignore diff --git a/mods/wield32/LICENSE.md b/mods/wield3d/LICENSE.md similarity index 100% rename from mods/wield32/LICENSE.md rename to mods/wield3d/LICENSE.md diff --git a/mods/wield32/README.md b/mods/wield3d/README.md similarity index 100% rename from mods/wield32/README.md rename to mods/wield3d/README.md diff --git a/mods/wield32/depends.txt b/mods/wield3d/depends.txt similarity index 100% rename from mods/wield32/depends.txt rename to mods/wield3d/depends.txt diff --git a/mods/wield32/init.lua b/mods/wield3d/init.lua similarity index 100% rename from mods/wield32/init.lua rename to mods/wield3d/init.lua diff --git a/mods/wield32/location.lua b/mods/wield3d/location.lua similarity index 100% rename from mods/wield32/location.lua rename to mods/wield3d/location.lua diff --git a/mods/wield32/textures/wield3d_trans.png b/mods/wield3d/textures/wield3d_trans.png similarity index 100% rename from mods/wield32/textures/wield3d_trans.png rename to mods/wield3d/textures/wield3d_trans.png diff --git a/mods/wield32/wield3d.conf.example b/mods/wield3d/wield3d.conf.example similarity index 100% rename from mods/wield32/wield3d.conf.example rename to mods/wield3d/wield3d.conf.example