From 597d25b13d6a5fb0b96ddfbbdf2b40889438858c Mon Sep 17 00:00:00 2001 From: AntumDeluge Date: Mon, 26 Jun 2017 13:25:09 -0700 Subject: [PATCH] Move 'throwing' mod to 'equipment' modpack --- README.md | 2 +- .../action => equipment}/throwing/README.txt | 0 .../{player/action => equipment}/throwing/arrow.lua | 0 .../action => equipment}/throwing/build_arrow.lua | 0 .../action => equipment}/throwing/depends.txt | 0 .../action => equipment}/throwing/dig_arrow.lua | 0 .../action => equipment}/throwing/fire_arrow.lua | 0 mods/{player/action => equipment}/throwing/init.lua | 0 .../throwing/sounds/throwing_sound.ogg | Bin .../throwing/teleport_arrow.lua | 0 .../throwing/textures/throwing_arrow.png | Bin .../throwing/textures/throwing_arrow_2.png | Bin .../throwing/textures/throwing_arrow_back.png | Bin .../throwing/textures/throwing_arrow_build.png | Bin .../throwing/textures/throwing_arrow_build_2.png | Bin .../throwing/textures/throwing_arrow_build_back.png | Bin .../textures/throwing_arrow_build_front.png | Bin .../throwing/textures/throwing_arrow_dig.png | Bin .../throwing/textures/throwing_arrow_dig_2.png | Bin .../throwing/textures/throwing_arrow_dig_back.png | Bin .../throwing/textures/throwing_arrow_dig_front.png | Bin .../throwing/textures/throwing_arrow_fire.png | Bin .../throwing/textures/throwing_arrow_fire_2.png | Bin .../throwing/textures/throwing_arrow_fire_back.png | Bin .../throwing/textures/throwing_arrow_fire_front.png | Bin .../throwing/textures/throwing_arrow_front.png | Bin .../throwing/textures/throwing_arrow_teleport.png | Bin .../throwing/textures/throwing_arrow_teleport_2.png | Bin .../textures/throwing_arrow_teleport_back.png | Bin .../textures/throwing_arrow_teleport_front.png | Bin .../throwing/textures/throwing_bow_steel.png | Bin .../throwing/textures/throwing_bow_stone.png | Bin .../throwing/textures/throwing_bow_wood.png | Bin .../throwing/textures/throwing_empty.png | Bin 34 files changed, 1 insertion(+), 1 deletion(-) rename mods/{player/action => equipment}/throwing/README.txt (100%) rename mods/{player/action => equipment}/throwing/arrow.lua (100%) rename mods/{player/action => equipment}/throwing/build_arrow.lua (100%) rename mods/{player/action => equipment}/throwing/depends.txt (100%) rename mods/{player/action => equipment}/throwing/dig_arrow.lua (100%) rename mods/{player/action => equipment}/throwing/fire_arrow.lua (100%) rename mods/{player/action => equipment}/throwing/init.lua (100%) rename mods/{player/action => equipment}/throwing/sounds/throwing_sound.ogg (100%) rename mods/{player/action => equipment}/throwing/teleport_arrow.lua (100%) rename mods/{player/action => equipment}/throwing/textures/throwing_arrow.png (100%) rename mods/{player/action => equipment}/throwing/textures/throwing_arrow_2.png (100%) rename mods/{player/action => equipment}/throwing/textures/throwing_arrow_back.png (100%) rename mods/{player/action => equipment}/throwing/textures/throwing_arrow_build.png (100%) rename mods/{player/action => equipment}/throwing/textures/throwing_arrow_build_2.png (100%) rename mods/{player/action => equipment}/throwing/textures/throwing_arrow_build_back.png (100%) rename mods/{player/action => equipment}/throwing/textures/throwing_arrow_build_front.png (100%) rename mods/{player/action => equipment}/throwing/textures/throwing_arrow_dig.png (100%) rename mods/{player/action => equipment}/throwing/textures/throwing_arrow_dig_2.png (100%) rename mods/{player/action => equipment}/throwing/textures/throwing_arrow_dig_back.png (100%) rename mods/{player/action => equipment}/throwing/textures/throwing_arrow_dig_front.png (100%) rename mods/{player/action => equipment}/throwing/textures/throwing_arrow_fire.png (100%) rename mods/{player/action => equipment}/throwing/textures/throwing_arrow_fire_2.png (100%) rename mods/{player/action => equipment}/throwing/textures/throwing_arrow_fire_back.png (100%) rename mods/{player/action => equipment}/throwing/textures/throwing_arrow_fire_front.png (100%) rename mods/{player/action => equipment}/throwing/textures/throwing_arrow_front.png (100%) rename mods/{player/action => equipment}/throwing/textures/throwing_arrow_teleport.png (100%) rename mods/{player/action => equipment}/throwing/textures/throwing_arrow_teleport_2.png (100%) rename mods/{player/action => equipment}/throwing/textures/throwing_arrow_teleport_back.png (100%) rename mods/{player/action => equipment}/throwing/textures/throwing_arrow_teleport_front.png (100%) rename mods/{player/action => equipment}/throwing/textures/throwing_bow_steel.png (100%) rename mods/{player/action => equipment}/throwing/textures/throwing_bow_stone.png (100%) rename mods/{player/action => equipment}/throwing/textures/throwing_bow_wood.png (100%) rename mods/{player/action => equipment}/throwing/textures/throwing_empty.png (100%) diff --git a/README.md b/README.md index 30c1f3ce..f2792a48 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,7 @@ The game includes the mods from the default [minetest_game](https://github.com/m * equipment/ * [airtanks][] ([MIT][lic.airtanks]) -- version: [5787956 Git][ver.airtanks] *2017-05-13* * [slingshot][] ([MIT][lic.slingshot] / [CC0][lic.cc0]) -- version: [ef698e8 Git][ver.slingshot] *2017-06-26* + * [throwing][] ([WTFPL][lic.wtfpl]) -- version: [90bcf43 Git][ver.throwing] *2013-09-27* ([patched][patch.throwing]) * [xtraarmor][] ([CC BY-SA][lic.ccbysa3.0]) -- version: 0.3 * farming/ * [crops][] ([LGPL / CC BY-SA / CC BY / CC0][lic.crops]) -- version: [2b1bb37 Git][ver.crops] *2017-03-31* ([patched][patch.crops]) @@ -78,7 +79,6 @@ The game includes the mods from the default [minetest_game](https://github.com/m * [pipeworks][] ([WTFPL][lic.wtfpl]) -- version: [2eff6e3 Git][ver.pipeworks] *2017-06-07* * plantlife/ * player/action/ - * [throwing][] ([WTFPL][lic.wtfpl]) -- version: [90bcf43 Git][ver.throwing] *2013-09-27* ([patched][patch.throwing]) * player/visuals/ * [character_creator][] ([MIT][lic.character_creator]) -- version [1.0 (6a0e6aa Git)][ver.character_creator] *2017-04-01* * [hidename][] ([MIT][lic.hidename]) -- version [bb52dbc Git][ver.hidename] diff --git a/mods/player/action/throwing/README.txt b/mods/equipment/throwing/README.txt similarity index 100% rename from mods/player/action/throwing/README.txt rename to mods/equipment/throwing/README.txt diff --git a/mods/player/action/throwing/arrow.lua b/mods/equipment/throwing/arrow.lua similarity index 100% rename from mods/player/action/throwing/arrow.lua rename to mods/equipment/throwing/arrow.lua diff --git a/mods/player/action/throwing/build_arrow.lua b/mods/equipment/throwing/build_arrow.lua similarity index 100% rename from mods/player/action/throwing/build_arrow.lua rename to mods/equipment/throwing/build_arrow.lua diff --git a/mods/player/action/throwing/depends.txt b/mods/equipment/throwing/depends.txt similarity index 100% rename from mods/player/action/throwing/depends.txt rename to mods/equipment/throwing/depends.txt diff --git a/mods/player/action/throwing/dig_arrow.lua b/mods/equipment/throwing/dig_arrow.lua similarity index 100% rename from mods/player/action/throwing/dig_arrow.lua rename to mods/equipment/throwing/dig_arrow.lua diff --git a/mods/player/action/throwing/fire_arrow.lua b/mods/equipment/throwing/fire_arrow.lua similarity index 100% rename from mods/player/action/throwing/fire_arrow.lua rename to mods/equipment/throwing/fire_arrow.lua diff --git a/mods/player/action/throwing/init.lua b/mods/equipment/throwing/init.lua similarity index 100% rename from mods/player/action/throwing/init.lua rename to mods/equipment/throwing/init.lua diff --git a/mods/player/action/throwing/sounds/throwing_sound.ogg b/mods/equipment/throwing/sounds/throwing_sound.ogg similarity index 100% rename from mods/player/action/throwing/sounds/throwing_sound.ogg rename to mods/equipment/throwing/sounds/throwing_sound.ogg diff --git a/mods/player/action/throwing/teleport_arrow.lua b/mods/equipment/throwing/teleport_arrow.lua similarity index 100% rename from mods/player/action/throwing/teleport_arrow.lua rename to mods/equipment/throwing/teleport_arrow.lua diff --git a/mods/player/action/throwing/textures/throwing_arrow.png b/mods/equipment/throwing/textures/throwing_arrow.png similarity index 100% rename from mods/player/action/throwing/textures/throwing_arrow.png rename to mods/equipment/throwing/textures/throwing_arrow.png diff --git a/mods/player/action/throwing/textures/throwing_arrow_2.png b/mods/equipment/throwing/textures/throwing_arrow_2.png similarity index 100% rename from mods/player/action/throwing/textures/throwing_arrow_2.png rename to mods/equipment/throwing/textures/throwing_arrow_2.png diff --git a/mods/player/action/throwing/textures/throwing_arrow_back.png b/mods/equipment/throwing/textures/throwing_arrow_back.png similarity index 100% rename from mods/player/action/throwing/textures/throwing_arrow_back.png rename to mods/equipment/throwing/textures/throwing_arrow_back.png diff --git a/mods/player/action/throwing/textures/throwing_arrow_build.png b/mods/equipment/throwing/textures/throwing_arrow_build.png similarity index 100% rename from mods/player/action/throwing/textures/throwing_arrow_build.png rename to mods/equipment/throwing/textures/throwing_arrow_build.png diff --git a/mods/player/action/throwing/textures/throwing_arrow_build_2.png b/mods/equipment/throwing/textures/throwing_arrow_build_2.png similarity index 100% rename from mods/player/action/throwing/textures/throwing_arrow_build_2.png rename to mods/equipment/throwing/textures/throwing_arrow_build_2.png diff --git a/mods/player/action/throwing/textures/throwing_arrow_build_back.png b/mods/equipment/throwing/textures/throwing_arrow_build_back.png similarity index 100% rename from mods/player/action/throwing/textures/throwing_arrow_build_back.png rename to mods/equipment/throwing/textures/throwing_arrow_build_back.png diff --git a/mods/player/action/throwing/textures/throwing_arrow_build_front.png b/mods/equipment/throwing/textures/throwing_arrow_build_front.png similarity index 100% rename from mods/player/action/throwing/textures/throwing_arrow_build_front.png rename to mods/equipment/throwing/textures/throwing_arrow_build_front.png diff --git a/mods/player/action/throwing/textures/throwing_arrow_dig.png b/mods/equipment/throwing/textures/throwing_arrow_dig.png similarity index 100% rename from mods/player/action/throwing/textures/throwing_arrow_dig.png rename to mods/equipment/throwing/textures/throwing_arrow_dig.png diff --git a/mods/player/action/throwing/textures/throwing_arrow_dig_2.png b/mods/equipment/throwing/textures/throwing_arrow_dig_2.png similarity index 100% rename from mods/player/action/throwing/textures/throwing_arrow_dig_2.png rename to mods/equipment/throwing/textures/throwing_arrow_dig_2.png diff --git a/mods/player/action/throwing/textures/throwing_arrow_dig_back.png b/mods/equipment/throwing/textures/throwing_arrow_dig_back.png similarity index 100% rename from mods/player/action/throwing/textures/throwing_arrow_dig_back.png rename to mods/equipment/throwing/textures/throwing_arrow_dig_back.png diff --git a/mods/player/action/throwing/textures/throwing_arrow_dig_front.png b/mods/equipment/throwing/textures/throwing_arrow_dig_front.png similarity index 100% rename from mods/player/action/throwing/textures/throwing_arrow_dig_front.png rename to mods/equipment/throwing/textures/throwing_arrow_dig_front.png diff --git a/mods/player/action/throwing/textures/throwing_arrow_fire.png b/mods/equipment/throwing/textures/throwing_arrow_fire.png similarity index 100% rename from mods/player/action/throwing/textures/throwing_arrow_fire.png rename to mods/equipment/throwing/textures/throwing_arrow_fire.png diff --git a/mods/player/action/throwing/textures/throwing_arrow_fire_2.png b/mods/equipment/throwing/textures/throwing_arrow_fire_2.png similarity index 100% rename from mods/player/action/throwing/textures/throwing_arrow_fire_2.png rename to mods/equipment/throwing/textures/throwing_arrow_fire_2.png diff --git a/mods/player/action/throwing/textures/throwing_arrow_fire_back.png b/mods/equipment/throwing/textures/throwing_arrow_fire_back.png similarity index 100% rename from mods/player/action/throwing/textures/throwing_arrow_fire_back.png rename to mods/equipment/throwing/textures/throwing_arrow_fire_back.png diff --git a/mods/player/action/throwing/textures/throwing_arrow_fire_front.png b/mods/equipment/throwing/textures/throwing_arrow_fire_front.png similarity index 100% rename from mods/player/action/throwing/textures/throwing_arrow_fire_front.png rename to mods/equipment/throwing/textures/throwing_arrow_fire_front.png diff --git a/mods/player/action/throwing/textures/throwing_arrow_front.png b/mods/equipment/throwing/textures/throwing_arrow_front.png similarity index 100% rename from mods/player/action/throwing/textures/throwing_arrow_front.png rename to mods/equipment/throwing/textures/throwing_arrow_front.png diff --git a/mods/player/action/throwing/textures/throwing_arrow_teleport.png b/mods/equipment/throwing/textures/throwing_arrow_teleport.png similarity index 100% rename from mods/player/action/throwing/textures/throwing_arrow_teleport.png rename to mods/equipment/throwing/textures/throwing_arrow_teleport.png diff --git a/mods/player/action/throwing/textures/throwing_arrow_teleport_2.png b/mods/equipment/throwing/textures/throwing_arrow_teleport_2.png similarity index 100% rename from mods/player/action/throwing/textures/throwing_arrow_teleport_2.png rename to mods/equipment/throwing/textures/throwing_arrow_teleport_2.png diff --git a/mods/player/action/throwing/textures/throwing_arrow_teleport_back.png b/mods/equipment/throwing/textures/throwing_arrow_teleport_back.png similarity index 100% rename from mods/player/action/throwing/textures/throwing_arrow_teleport_back.png rename to mods/equipment/throwing/textures/throwing_arrow_teleport_back.png diff --git a/mods/player/action/throwing/textures/throwing_arrow_teleport_front.png b/mods/equipment/throwing/textures/throwing_arrow_teleport_front.png similarity index 100% rename from mods/player/action/throwing/textures/throwing_arrow_teleport_front.png rename to mods/equipment/throwing/textures/throwing_arrow_teleport_front.png diff --git a/mods/player/action/throwing/textures/throwing_bow_steel.png b/mods/equipment/throwing/textures/throwing_bow_steel.png similarity index 100% rename from mods/player/action/throwing/textures/throwing_bow_steel.png rename to mods/equipment/throwing/textures/throwing_bow_steel.png diff --git a/mods/player/action/throwing/textures/throwing_bow_stone.png b/mods/equipment/throwing/textures/throwing_bow_stone.png similarity index 100% rename from mods/player/action/throwing/textures/throwing_bow_stone.png rename to mods/equipment/throwing/textures/throwing_bow_stone.png diff --git a/mods/player/action/throwing/textures/throwing_bow_wood.png b/mods/equipment/throwing/textures/throwing_bow_wood.png similarity index 100% rename from mods/player/action/throwing/textures/throwing_bow_wood.png rename to mods/equipment/throwing/textures/throwing_bow_wood.png diff --git a/mods/player/action/throwing/textures/throwing_empty.png b/mods/equipment/throwing/textures/throwing_empty.png similarity index 100% rename from mods/player/action/throwing/textures/throwing_empty.png rename to mods/equipment/throwing/textures/throwing_empty.png