From f030a3f9c85d479db672bb11ce2093a759240056 Mon Sep 17 00:00:00 2001 From: AntumDeluge Date: Sun, 28 May 2017 19:47:20 -0700 Subject: [PATCH] Move 'player_action' to 'player' modpack & rename to 'action' --- README.md | 3 +-- mods/{player_action => player/action}/modpack.txt | 0 .../action}/throwing/README.txt | 0 .../action}/throwing/arrow.lua | 0 .../action}/throwing/build_arrow.lua | 0 .../action}/throwing/depends.txt | 0 .../action}/throwing/dig_arrow.lua | 0 .../action}/throwing/fire_arrow.lua | 0 .../action}/throwing/init.lua | 0 .../action}/throwing/sounds/throwing_sound.ogg | Bin .../action}/throwing/teleport_arrow.lua | 0 .../action}/throwing/textures/throwing_arrow.png | Bin .../action}/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 .../action}/throwing/textures/throwing_bow_wood.png | Bin .../action}/throwing/textures/throwing_empty.png | Bin 35 files changed, 1 insertion(+), 2 deletions(-) rename mods/{player_action => player/action}/modpack.txt (100%) rename mods/{player_action => player/action}/throwing/README.txt (100%) rename mods/{player_action => player/action}/throwing/arrow.lua (100%) rename mods/{player_action => player/action}/throwing/build_arrow.lua (100%) rename mods/{player_action => player/action}/throwing/depends.txt (100%) rename mods/{player_action => player/action}/throwing/dig_arrow.lua (100%) rename mods/{player_action => player/action}/throwing/fire_arrow.lua (100%) rename mods/{player_action => player/action}/throwing/init.lua (100%) rename mods/{player_action => player/action}/throwing/sounds/throwing_sound.ogg (100%) rename mods/{player_action => player/action}/throwing/teleport_arrow.lua (100%) rename mods/{player_action => player/action}/throwing/textures/throwing_arrow.png (100%) rename mods/{player_action => player/action}/throwing/textures/throwing_arrow_2.png (100%) rename mods/{player_action => player/action}/throwing/textures/throwing_arrow_back.png (100%) rename mods/{player_action => player/action}/throwing/textures/throwing_arrow_build.png (100%) rename mods/{player_action => player/action}/throwing/textures/throwing_arrow_build_2.png (100%) rename mods/{player_action => player/action}/throwing/textures/throwing_arrow_build_back.png (100%) rename mods/{player_action => player/action}/throwing/textures/throwing_arrow_build_front.png (100%) rename mods/{player_action => player/action}/throwing/textures/throwing_arrow_dig.png (100%) rename mods/{player_action => player/action}/throwing/textures/throwing_arrow_dig_2.png (100%) rename mods/{player_action => player/action}/throwing/textures/throwing_arrow_dig_back.png (100%) rename mods/{player_action => player/action}/throwing/textures/throwing_arrow_dig_front.png (100%) rename mods/{player_action => player/action}/throwing/textures/throwing_arrow_fire.png (100%) rename mods/{player_action => player/action}/throwing/textures/throwing_arrow_fire_2.png (100%) rename mods/{player_action => player/action}/throwing/textures/throwing_arrow_fire_back.png (100%) rename mods/{player_action => player/action}/throwing/textures/throwing_arrow_fire_front.png (100%) rename mods/{player_action => player/action}/throwing/textures/throwing_arrow_front.png (100%) rename mods/{player_action => player/action}/throwing/textures/throwing_arrow_teleport.png (100%) rename mods/{player_action => player/action}/throwing/textures/throwing_arrow_teleport_2.png (100%) rename mods/{player_action => player/action}/throwing/textures/throwing_arrow_teleport_back.png (100%) rename mods/{player_action => player/action}/throwing/textures/throwing_arrow_teleport_front.png (100%) rename mods/{player_action => player/action}/throwing/textures/throwing_bow_steel.png (100%) rename mods/{player_action => player/action}/throwing/textures/throwing_bow_stone.png (100%) rename mods/{player_action => player/action}/throwing/textures/throwing_bow_wood.png (100%) rename mods/{player_action => player/action}/throwing/textures/throwing_empty.png (100%) diff --git a/README.md b/README.md index 9b3d99e0..75d0e745 100644 --- a/README.md +++ b/README.md @@ -72,8 +72,7 @@ The game includes the mods from the default [minetest_game](https://github.com/m * [painting][] (???) * [pipeworks][] ([WTFPL][lic.wtfpl]) -- version: [a3d2e69 Git][ver.pipeworks] *2016-10-10* ([patched][patch.pipeworks]) * plantlife/ -* player/ -* player_action/ +* player/action/ * [throwing][] ([WTFPL][lic.wtfpl]) -- version: [90bcf43 Git][ver.throwing] *2013-09-27* * player_visuals/ * [hidename][] ([MIT][lic.hidename]) -- version [bb52dbc Git][ver.hidename] diff --git a/mods/player_action/modpack.txt b/mods/player/action/modpack.txt similarity index 100% rename from mods/player_action/modpack.txt rename to mods/player/action/modpack.txt diff --git a/mods/player_action/throwing/README.txt b/mods/player/action/throwing/README.txt similarity index 100% rename from mods/player_action/throwing/README.txt rename to mods/player/action/throwing/README.txt diff --git a/mods/player_action/throwing/arrow.lua b/mods/player/action/throwing/arrow.lua similarity index 100% rename from mods/player_action/throwing/arrow.lua rename to mods/player/action/throwing/arrow.lua diff --git a/mods/player_action/throwing/build_arrow.lua b/mods/player/action/throwing/build_arrow.lua similarity index 100% rename from mods/player_action/throwing/build_arrow.lua rename to mods/player/action/throwing/build_arrow.lua diff --git a/mods/player_action/throwing/depends.txt b/mods/player/action/throwing/depends.txt similarity index 100% rename from mods/player_action/throwing/depends.txt rename to mods/player/action/throwing/depends.txt diff --git a/mods/player_action/throwing/dig_arrow.lua b/mods/player/action/throwing/dig_arrow.lua similarity index 100% rename from mods/player_action/throwing/dig_arrow.lua rename to mods/player/action/throwing/dig_arrow.lua diff --git a/mods/player_action/throwing/fire_arrow.lua b/mods/player/action/throwing/fire_arrow.lua similarity index 100% rename from mods/player_action/throwing/fire_arrow.lua rename to mods/player/action/throwing/fire_arrow.lua diff --git a/mods/player_action/throwing/init.lua b/mods/player/action/throwing/init.lua similarity index 100% rename from mods/player_action/throwing/init.lua rename to mods/player/action/throwing/init.lua diff --git a/mods/player_action/throwing/sounds/throwing_sound.ogg b/mods/player/action/throwing/sounds/throwing_sound.ogg similarity index 100% rename from mods/player_action/throwing/sounds/throwing_sound.ogg rename to mods/player/action/throwing/sounds/throwing_sound.ogg diff --git a/mods/player_action/throwing/teleport_arrow.lua b/mods/player/action/throwing/teleport_arrow.lua similarity index 100% rename from mods/player_action/throwing/teleport_arrow.lua rename to mods/player/action/throwing/teleport_arrow.lua diff --git a/mods/player_action/throwing/textures/throwing_arrow.png b/mods/player/action/throwing/textures/throwing_arrow.png similarity index 100% rename from mods/player_action/throwing/textures/throwing_arrow.png rename to mods/player/action/throwing/textures/throwing_arrow.png diff --git a/mods/player_action/throwing/textures/throwing_arrow_2.png b/mods/player/action/throwing/textures/throwing_arrow_2.png similarity index 100% rename from mods/player_action/throwing/textures/throwing_arrow_2.png rename to mods/player/action/throwing/textures/throwing_arrow_2.png diff --git a/mods/player_action/throwing/textures/throwing_arrow_back.png b/mods/player/action/throwing/textures/throwing_arrow_back.png similarity index 100% rename from mods/player_action/throwing/textures/throwing_arrow_back.png rename to mods/player/action/throwing/textures/throwing_arrow_back.png diff --git a/mods/player_action/throwing/textures/throwing_arrow_build.png b/mods/player/action/throwing/textures/throwing_arrow_build.png similarity index 100% rename from mods/player_action/throwing/textures/throwing_arrow_build.png rename to mods/player/action/throwing/textures/throwing_arrow_build.png diff --git a/mods/player_action/throwing/textures/throwing_arrow_build_2.png b/mods/player/action/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/player/action/throwing/textures/throwing_arrow_build_2.png diff --git a/mods/player_action/throwing/textures/throwing_arrow_build_back.png b/mods/player/action/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/player/action/throwing/textures/throwing_arrow_build_back.png diff --git a/mods/player_action/throwing/textures/throwing_arrow_build_front.png b/mods/player/action/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/player/action/throwing/textures/throwing_arrow_build_front.png diff --git a/mods/player_action/throwing/textures/throwing_arrow_dig.png b/mods/player/action/throwing/textures/throwing_arrow_dig.png similarity index 100% rename from mods/player_action/throwing/textures/throwing_arrow_dig.png rename to mods/player/action/throwing/textures/throwing_arrow_dig.png diff --git a/mods/player_action/throwing/textures/throwing_arrow_dig_2.png b/mods/player/action/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/player/action/throwing/textures/throwing_arrow_dig_2.png diff --git a/mods/player_action/throwing/textures/throwing_arrow_dig_back.png b/mods/player/action/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/player/action/throwing/textures/throwing_arrow_dig_back.png diff --git a/mods/player_action/throwing/textures/throwing_arrow_dig_front.png b/mods/player/action/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/player/action/throwing/textures/throwing_arrow_dig_front.png diff --git a/mods/player_action/throwing/textures/throwing_arrow_fire.png b/mods/player/action/throwing/textures/throwing_arrow_fire.png similarity index 100% rename from mods/player_action/throwing/textures/throwing_arrow_fire.png rename to mods/player/action/throwing/textures/throwing_arrow_fire.png diff --git a/mods/player_action/throwing/textures/throwing_arrow_fire_2.png b/mods/player/action/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/player/action/throwing/textures/throwing_arrow_fire_2.png diff --git a/mods/player_action/throwing/textures/throwing_arrow_fire_back.png b/mods/player/action/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/player/action/throwing/textures/throwing_arrow_fire_back.png diff --git a/mods/player_action/throwing/textures/throwing_arrow_fire_front.png b/mods/player/action/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/player/action/throwing/textures/throwing_arrow_fire_front.png diff --git a/mods/player_action/throwing/textures/throwing_arrow_front.png b/mods/player/action/throwing/textures/throwing_arrow_front.png similarity index 100% rename from mods/player_action/throwing/textures/throwing_arrow_front.png rename to mods/player/action/throwing/textures/throwing_arrow_front.png diff --git a/mods/player_action/throwing/textures/throwing_arrow_teleport.png b/mods/player/action/throwing/textures/throwing_arrow_teleport.png similarity index 100% rename from mods/player_action/throwing/textures/throwing_arrow_teleport.png rename to mods/player/action/throwing/textures/throwing_arrow_teleport.png diff --git a/mods/player_action/throwing/textures/throwing_arrow_teleport_2.png b/mods/player/action/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/player/action/throwing/textures/throwing_arrow_teleport_2.png diff --git a/mods/player_action/throwing/textures/throwing_arrow_teleport_back.png b/mods/player/action/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/player/action/throwing/textures/throwing_arrow_teleport_back.png diff --git a/mods/player_action/throwing/textures/throwing_arrow_teleport_front.png b/mods/player/action/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/player/action/throwing/textures/throwing_arrow_teleport_front.png diff --git a/mods/player_action/throwing/textures/throwing_bow_steel.png b/mods/player/action/throwing/textures/throwing_bow_steel.png similarity index 100% rename from mods/player_action/throwing/textures/throwing_bow_steel.png rename to mods/player/action/throwing/textures/throwing_bow_steel.png diff --git a/mods/player_action/throwing/textures/throwing_bow_stone.png b/mods/player/action/throwing/textures/throwing_bow_stone.png similarity index 100% rename from mods/player_action/throwing/textures/throwing_bow_stone.png rename to mods/player/action/throwing/textures/throwing_bow_stone.png diff --git a/mods/player_action/throwing/textures/throwing_bow_wood.png b/mods/player/action/throwing/textures/throwing_bow_wood.png similarity index 100% rename from mods/player_action/throwing/textures/throwing_bow_wood.png rename to mods/player/action/throwing/textures/throwing_bow_wood.png diff --git a/mods/player_action/throwing/textures/throwing_empty.png b/mods/player/action/throwing/textures/throwing_empty.png similarity index 100% rename from mods/player_action/throwing/textures/throwing_empty.png rename to mods/player/action/throwing/textures/throwing_empty.png