diff --git a/CHANGELOG.md b/CHANGELOG.md index e11e911..40f2a4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,51 @@ # Changelog -## (2018-10-07) +## [git] - 2018-03-25 +**This is the first Changelog entry for the new Bucket_Game-based +ENLIVEN.** + +### Added +* milk cows using Drinking Glass ( _to be merged with upstream_ with + Bucket_Game)--see commits cb8c403 (improved textures), 3e76f33, + cdea41f (bugfix), 5886a39 (add missing cow.lua code and found and + improved other copy of codermobs_bucket_milk.png texture: + mods/codermobs/codermobs/textures/codermobs_bucket_milk.png), + c0756cc (added author and license info) +* bones messages for Bucket_Game (had already been merged with + minetest_game: ; + _to be merged upstream_ with Bucket_Game as well) +* Regarding the changes above, see + patches/deprecated/merged-upstream/Bucket_Game/BG-1-milk-and-bones.diff +* remade non-root installer scripts in webapp directory a few days ago + +### Changed +* improved sushi texture +* changed directory structure + (changed install-ENLIVEN-minetest_game.sh to reflect that) +* renamed old install-ENLIVEN.sh to install-ENLIVEN-minetest_game.sh +* NOTE: install-ENLIVEN-minetest_game.sh is deprecated. +* use `src` instead of `etc` for name of directories that can be + eliminated from install target +* improved details and formatting for old Changelog entries, and + conformed them to +* make install-mts.sh show instructions if user doesn't have a + linux-minetest-kit/mtsrc directory yet + + +## [git] - 2018-10-07 * fixed lapis patching logic -## (2018-10-06) -* fixed issue with not detecting pacman for installing minetestmapper deps -* cache repos for install as update (reduce download bandwidth and drive writes) + +## [git] - 2018-10-06 +* fixed issue with not detecting pacman for installing minetestmapper + deps +* cache repos for install as update (reduce download bandwidth and drive + writes) * further reduce drive writes with rsync * use updated travelnet -## (2018-05-10) + +## [git] - 2018-05-10 * moved fully working scripts from etc to root of repo * renamed: ```bash @@ -28,70 +64,115 @@ mv du-show-big du-show-big.sh mv mounter mounter.sh mv unmounter unmounter.sh ``` -* replaced uninstall-minetestserver-git.sh with uninstall-minetestserver-git.py (the shell script version was functionally identical to uninstall-minetestserver-git-leftovers.sh) +* replaced uninstall-minetestserver-git.sh with + uninstall-minetestserver-git.py (the shell script version was + functionally identical to uninstall-minetestserver-git-leftovers.sh) + -## (2018-03-13) -* added mapfix mod since dynamic_liquid makes one block create a whole pond if set high above ground -* removed mapfix due to [improvements to minetest](https://github.com/minetest/minetest/issues/2767) -* removed dynamic_liquid since it makes oceans deplete as they go into caves (see ) +## [git] - 2018-03-13 +* added mapfix mod since dynamic_liquid makes one block create a whole + pond if set high above ground +* removed mapfix due to [improvements to minetest] + (https://github.com/minetest/minetest/issues/2767) + :edit 2019-03-25: Bucket_Game-based version of ENLIVEN includes mapfix + (added upstream) due to remaining issues. +* removed dynamic_liquid since it makes oceans deplete as they go into + caves (see ) -## (2018-03-08) + +## [git] - 2018-03-08 * added technic_armor since is now in separate repo -## (2018-03-06) + +## [git] - 2018-03-06 * added mob_horse -## (2018-02-23) + +## [git] - 2018-02-23 * added woodcutting https://github.com/minetest-mods/woodcutting.git (sneek click to start auto-harvest tree, sneak again to cancel) NOT same as Jeija's timber mod -## (2018-02-21) -* (installer now tries to detect 0.5.0 then install "MT_0.5.0-dev" branch of 3d armor) fix player halfway into ground when using 0.5.0 with main branch after installing 3d_armor (must use `MT_0.5.0-dev` branch) + +## [git] - 2018-02-21 +* (installer now tries to detect 0.5.0 then install "MT_0.5.0-dev" + branch of 3d armor) fix player halfway into ground when using 0.5.0 + with main branch after installing 3d_armor (must use `MT_0.5.0-dev` + branch) * added worldedge mod (teleports you when you hit the edge of the map) https://github.com/minetest-mods/worldedge -## (2018-02-19) + +## [git] - 2018-02-19 * added ropes * added digilines (I just found out it is used by technic and pipeworks) -* added armor_monoid (found out it is used by 3d_armor!): an api for creating multipliers for damage types +* added armor_monoid (found out it is used by 3d_armor!): an api for + creating multipliers for damage types + -## (2018-02-18) -* switched to FaceDeer's fork of caverealms which is integrated with mapgen v7's perlin noise and therefore with its biomes -* subterrane: fork of Caverealms, but is just an API and needs other mods to generate anything (required by FaceDeer's fork of caverealms) +## [git] - 2018-02-18 +* switched to FaceDeer's fork of caverealms which is integrated with + mapgen v7's perlin noise and therefore with its biomes +* subterrane: fork of Caverealms, but is just an API and needs other + mods to generate anything (required by FaceDeer's fork of caverealms) * added: * lightning * mywalls (more wall styles; brick & stone brick walls) * mymasonhammer (cut stairs & ladders in blocks) * sounding_line (machine block that measures depth of water under it) -* switched from spawners to Wuzzy's tsm_pyramids and minetest-mods' loot (was already using trm_pyramids anyway which didn't seem to work with spawners' pyramids) +* switched from spawners to Wuzzy's tsm_pyramids and minetest-mods' loot + (was already using trm_pyramids anyway which didn't seem to work with + spawners' pyramids) * add https://github.com/minetest-mods/ts_furniture * add vote * add stamina: hunger-based stamina https://github.com/minetest-mods/stamina -* SWITCH from tsm_chests_dungeon to loot (loot is maintained by minetest-mods; tsm generates treasure from trm treasure lists using treasurer) - https://github.com/minetest-mods/loot.git - settings (for world.mt): - * loot_vaults - Set to true to enable loot vault generation (default false) - * loot_dungeons - Set to true to enable loot generation in dungeons (default true) -* SWITCH from farming redo to minetest-mods crops +* SWITCH from tsm_chests_dungeon to loot (loot is maintained by + minetest-mods; tsm generates treasure from trm treasure lists using + treasurer) `https://github.com/minetest-mods/loot.git` + - settings (for world.mt): + * loot_vaults - Set to true to enable loot vault generation (default false) + * loot_dungeons - Set to true to enable loot generation in dungeons (default true) +* SWITCH from farming redo to minetest-mods crops + (works with farming from minetest_game) - "pumpkins, melons and potatoes are obtainable. The rest currently isn't." -sofar + "pumpkins, melons and potatoes are obtainable. The rest currently + isn't." -sofar + so probably a trm_crops mod should be created -## (2018-02-17) -* switched to minetest-mods hbsprint (which optionally uses hudbars, hbhunger, and player_monoids) https://github.com/minetest-mods/hbsprint.git - * removed all other huds and hud mods until compatibility can be determined (they were causing health and food system to not work at all) + +## [git] - 2018-02-17 +* switched to minetest-mods hbsprint (which optionally uses hudbars, + hbhunger, and player_monoids) + https://github.com/minetest-mods/hbsprint.git + * removed all other huds and hud mods until compatibility can be + determined (they were causing health and food system to not work at + all) * formerly used GunshipPenguin's sprint -## (2018-02-15) + +## [git] - 2018-02-15 * moved mappers to -## (2018-02-07) -* forked trm_minetest_game to use proper dye list (submitted pull request to ClockGen since his is the only known git version of Wuzzy's which was on the [official treasurer thread](https://forum.minetest.net/viewtopic.php?t=7292)) -## (2018-02-08) -* trm_pyramids added (partial code in game-install-ENLIVEN completed) - (a required treasure table so tsm_pyramids can provide treasure in pyramids) +## [git] - 2018-02-07 +* forked trm_minetest_game to use proper dye list (submitted pull + request to ClockGen since his is the only known git version of Wuzzy's + which was on the [official treasurer thread] + (https://forum.minetest.net/viewtopic.php?t=7292)) + + +## [git] - 2018-02-08 +### Added +* trm_pyramids (partial code in game-install-ENLIVEN completed) + (a required treasure table so tsm_pyramids can provide treasure in + pyramids) +* anvil mod +* sling mod: (throw any item or stack using sling--accounts for + multiplayer) +* tsm_chests_dungeon mod (adds chests to the default dungeons) -- + +### Changed * switched links to use minetest-mods' versions of: * unified_inventory * throwing (& added throwing_arrows since now throwing is an API only) @@ -99,53 +180,99 @@ mv unmounter unmounter.sh * moreores * biome_lib * plantlife_modpack -* added anvil mod -* added sling mod: (throw any item or stack using sling--accounts for multiplayer) -* added tsm_chests_dungeon mod (adds chests to the default dungeons) -- https://forum.minetest.net/viewtopic.php?f=9&t=17005 -## (2018-02-06) + +## [git] - 2018-02-06 +### Changed * refactored file structure * renamed games/ENLIVEN to patches/subgame * moved etc/Mods* to patches/mods* * updated mod lists for 0.4.16 - * added - * moved nyancat to patches/subgame/minetest_game-deprecated-mods-list.txt - (wiki.minetest.net/Nyan_Cat says if you want it back, copy it from 0.4.15) + * moved nyancat to + patches/subgame/minetest_game-deprecated-mods-list.txt + (wiki.minetest.net/Nyan_Cat says if you want it back, copy it from + 0.4.15) + + +## [git] - 2018-02-03 +### Changed +* bump Python requirement to 3 (no more testing is planned to be done on + python2) and use python3 binary when calling py files from scripts + * (chunkymap-generator.bat, pythoninfo.py) if using Windows, check + for various versions of Python3 and warn if fails (no longer check + for Python2) +* (minetestinfo.py) account for Minetest 0.4.16 arch naming difference: + minetest_game (from minetest-data package) becomes minetest (still + check for minetest_game if minetest not present in minetest/games + since 0.4.16 repack 3 via deb from Debian via Ubuntu still uses the + folder name minetest_game) -## (2018-02-03) -* bump Python requirement to 3 (no more testing is planned to be done on python2) and use python3 binary when calling py files from scripts - * (chunkymap-generator.bat, pythoninfo.py) if using Windows, check for various versions of Python3 and warn if fails (no longer check for Python2) -* (minetestinfo.py) account for Minetest 0.4.16 arch naming difference: minetest_game (from minetest-data package) becomes minetest (still check for minetest_game if minetest not present in minetest/games since 0.4.16 repack 3 via deb from Debian via Ubuntu still uses the folder name minetest_game) -## (2017-05-25) +## [git] - 2017-05-25 +### Changed * switched to poikilos fork of travelnet -## (2017-05-18) -* Installer now available at [axlemedia.net](http://www.axlemedia.net/index.php?htmlref=tutoring.html "Axle Media") -- added project and related files for Inno Setup Compiler. -## (2017-05-15) -* added mock_tnt: doesn't destroy blocks, can coexist with regular tnt mod (all tnt is replaced with mock_tnt if tnt is disabled). This mod is helpful for when multiplayer servers have tnt disabled but players have acquired 'unknown item' (tnt:tnt) as loot. The Unknown Explosive says 'unknown item' on it, as a seemless replacement :) +## [git] - 2017-05-18 +### Added +* Installer now available at + [axlemedia.net] + (http://www.axlemedia.net/index.php?htmlref=tutoring.html + "Axle Media") +* Inno Setup Compiler project and related files + + +## [git] - 2017-05-15 +### Added +* mock_tnt: doesn't destroy blocks, can coexist with regular tnt mod + (all tnt is replaced with mock_tnt if tnt is disabled). This mod is + helpful for when multiplayer servers have tnt disabled but players + have acquired 'unknown item' (tnt:tnt) as loot. The Unknown Explosive + says 'unknown item' on it, as a seemless replacement :) + (see patches/mods-multiplayer/mock_tnt/) -## (2017-04-20) -* Released ENLIVEN 0.4.15.3 -## (2017-04-02) -* changed maximum range from 20 to 30 for forcefield (see technic/machines folder) + +## [git] - 2017-04-20 +### Added +* Created ENLIVEN 0.4.15.3 Windows Installer + + +## [git] - 2017-04-02 +### Changed +* changed maximum range from 20 to 30 for forcefield (see + technic/machines folder) * switched from kaeza to minetest-mods github repo for xban2 -* fixed issue with redundant aliases in cme_to_spawners (see Mods,WIP folder) +* fixed issue with redundant aliases in cme_to_spawners (see Mods,WIP + folder) + -## (2017-03-08) -* renamed the files in tenplus1's hud_hunger to use its nosprint version of lua files in hud_hunger/hunger -* switched to hudbars, removed hud_hunger. Add line to SERVER's minetest.conf (using installer script): hubars_bar_type = statbar_modern +## [git] - 2017-03-08 +### Changed +* renamed the files in tenplus1's hud_hunger to use its nosprint version +of lua files in hud_hunger/hunger +* switched to hudbars, removed hud_hunger. Add line to SERVER's + minetest.conf (using installer script): + `hubars_bar_type = statbar_modern` -## (2017-03-07) -* change to tenplus1's hud_hunger fork (BlockMen's has potential comparison of number to nil [crash] in hud/builtin.lua line 79, other issues, and is not maintained) -## (2017-03-06) -* remove computer-specific settings from minetest.conf (client version in this folder) -* remove ENLIVEN's copy of protector since TenPlus1 applied the fixes in the real repo +## [git] - 2017-03-07 +### Changed +* switch to tenplus1's hud_hunger fork (BlockMen's has potential + comparison of number to nil [crash] in hud/builtin.lua line 79, other + issues, and is not maintained) -## (2017-02-22) + +## [git] - 2017-03-06 +### Removed +* computer-specific settings from minetest.conf (client version in this + folder) +* ENLIVEN's copy of protector since TenPlus1 applied the fixes in the + real repo + + +## [git] - 2017-02-22 +### Changed * NOTE: the protector fix from 2017-02-15 was merged by TenPlus1 today * Fix protector crash (also sent to TenPlus1): ```lua @@ -158,20 +285,44 @@ mv unmounter unmounter.sh return true ``` -## (2017-02-15) -* (change bones) Show player (and print to server console) where died (and say bones remain or why not) -- with this addition, you can search your server log for "player's bones" where player is playername whether bones remain or not. -* (change homedecor_modpack/homedecor) Add optional non-adult beverage version of homedecor in homedecor_modpack (just changes display name & variable name of Wine rack and Beer tap and beer mug, and textures for beer mug) -* (change protector) Avoid crash by not allowing non-player to dig protected area (may only happen when one of the owners of an area does it--that was the crash scenario) - changed - return protector.can_dig(1, pos, player:get_player_name(), true, 1) - to - return player and protector.can_dig(1, pos, player:get_player_name(), true, 1) or false - -## (2017-02-14) -* (change mobs) Added some nonviolent textures that could be used in a school to the ENLIVEN/mods folder (they can be manually installed after ENLIVEN by copying them to the same place in your games/ENLIVEN folder on your installation of Minetest) - -## (2017-02-06) -* Added optional mods for migrating from cme and from tsm_pyramids to spawners (should allow mods that depend on cme to be installed, and use mobs instead, though no mods in ENLIVEN are known to require cme currently) -* Added optional trm_compassgps so that treasure could include a compass or map from the compassgps mod -* Added installation of trmp_minetest_game to the installer script, since treasurer requires one or more trms in order to work (tested and working now on tsm_railcorridors) + +## [git] - 2017-02-15 +### Changed +* (bones) Show player (and print to server console) where died (and say + bones remain or why not) -- with this addition, you can search your + server log for "player's bones" where player is playername whether + bones remain or not. +* (homedecor_modpack/homedecor) Add optional non-adult beverage version + of homedecor in homedecor_modpack (just changes display name & + variable name of Wine rack and Beer tap and beer mug, and textures for + beer mug) +* (protector) Avoid crash by not allowing non-player to dig protected + area (may only happen when one of the owners of an area does it--that + was the crash scenario) + - changed + `return protector.can_dig(1, pos, player:get_player_name(), + true, 1)` + to + `return player and protector.can_dig(1, pos, + player:get_player_name(), true, 1) or false` + + +## [git] - 2017-02-14 +### Added +* (mobs) nonviolent textures that could be used in a school to the + ENLIVEN/mods folder (they can be manually installed after ENLIVEN by + copying them to the same place in your games/ENLIVEN folder on your + installation of Minetest) + + +## [git] - 2017-02-06 +### Added +* optional mods for migrating from cme and from tsm_pyramids to spawners + (should allow mods that depend on cme to be installed, and use mobs + instead, though no mods in ENLIVEN are known to require cme currently) +* optional trm_compassgps so that treasure could include a compass or + map from the compassgps mod +* installation of trmp_minetest_game to the installer script, since + treasurer requires one or more trms in order to work (tested and + working now on tsm_railcorridors) diff --git a/etc/change_hardcoded_world_name_first/EnlivenMinetest b/etc/change_hardcoded_world_name_first/EnlivenMinetest deleted file mode 100644 index 0489cbc..0000000 --- a/etc/change_hardcoded_world_name_first/EnlivenMinetest +++ /dev/null @@ -1 +0,0 @@ -/home/owner/GitHub/EnlivenMinetest/etc/change_hardcoded_world_name_first/nightly-sudoer-script /home/owner/GitHub/EnlivenMinetest/etc/change_hardcoded_world_name_first/game-install-ENLIVEN /home/owner/GitHub/EnlivenMinetest/etc/change_hardcoded_world_name_first/backup-mts-world diff --git a/etc/BagEnd.txt b/notes/BagEnd.txt similarity index 100% rename from etc/BagEnd.txt rename to notes/BagEnd.txt diff --git a/etc/debugging/compassgps sort by distance crash.jpg b/notes/debugging/compassgps sort by distance crash.jpg similarity index 100% rename from etc/debugging/compassgps sort by distance crash.jpg rename to notes/debugging/compassgps sort by distance crash.jpg diff --git a/etc/debugging/rm-minetest_game-mods-from-ENLIVEN.sh b/notes/debugging/rm-minetest_game-mods-from-ENLIVEN.sh similarity index 100% rename from etc/debugging/rm-minetest_game-mods-from-ENLIVEN.sh rename to notes/debugging/rm-minetest_game-mods-from-ENLIVEN.sh diff --git a/etc/debugging/yelby b/notes/debugging/yelby similarity index 100% rename from etc/debugging/yelby rename to notes/debugging/yelby diff --git a/patches/Bucket_Game-patched/mods/codercore/codersea/src/codersea_sushi-4x.xcf b/patches/Bucket_Game-patched/mods/codercore/codersea/src/codersea_sushi-4x.xcf new file mode 100644 index 0000000..2d4739e Binary files /dev/null and b/patches/Bucket_Game-patched/mods/codercore/codersea/src/codersea_sushi-4x.xcf differ diff --git a/patches/Bucket_Game-patched/mods/codercore/codersea/src/codersea_sushi-lofi.png b/patches/Bucket_Game-patched/mods/codercore/codersea/src/codersea_sushi-lofi.png new file mode 100644 index 0000000..f22d1fc Binary files /dev/null and b/patches/Bucket_Game-patched/mods/codercore/codersea/src/codersea_sushi-lofi.png differ diff --git a/patches/Bucket_Game-patched/mods/codercore/codersea/textures/codersea_sushi.png b/patches/Bucket_Game-patched/mods/codercore/codersea/textures/codersea_sushi.png new file mode 100644 index 0000000..96af64b Binary files /dev/null and b/patches/Bucket_Game-patched/mods/codercore/codersea/textures/codersea_sushi.png differ diff --git a/patches/Bucket_Game-patched/mods/coderfood/food_basic/etc/food_orange_juice.xcf b/patches/Bucket_Game-patched/mods/coderfood/food_basic/src/food_orange_juice.xcf similarity index 100% rename from patches/Bucket_Game-patched/mods/coderfood/food_basic/etc/food_orange_juice.xcf rename to patches/Bucket_Game-patched/mods/coderfood/food_basic/src/food_orange_juice.xcf diff --git a/patches/Bucket_Game-patched/mods/coderfood/food_basic/etc/mobs_bucket_milk.xcf b/patches/Bucket_Game-patched/mods/coderfood/food_basic/src/mobs_bucket_milk.xcf similarity index 100% rename from patches/Bucket_Game-patched/mods/coderfood/food_basic/etc/mobs_bucket_milk.xcf rename to patches/Bucket_Game-patched/mods/coderfood/food_basic/src/mobs_bucket_milk.xcf diff --git a/patches/deprecated-subgame-basis/mods/bones/init-0.4.15 or lower.lua b/patches/deprecated/deprecated-subgame-basis/mods/bones/init-0.4.15 or lower.lua similarity index 100% rename from patches/deprecated-subgame-basis/mods/bones/init-0.4.15 or lower.lua rename to patches/deprecated/deprecated-subgame-basis/mods/bones/init-0.4.15 or lower.lua diff --git a/patches/deprecated-subgame-basis/mods/bones/init-something.lua b/patches/deprecated/deprecated-subgame-basis/mods/bones/init-something.lua similarity index 100% rename from patches/deprecated-subgame-basis/mods/bones/init-something.lua rename to patches/deprecated/deprecated-subgame-basis/mods/bones/init-something.lua diff --git a/patches/deprecated-subgame-basis/mods/bones/init.lua b/patches/deprecated/deprecated-subgame-basis/mods/bones/init.lua similarity index 100% rename from patches/deprecated-subgame-basis/mods/bones/init.lua rename to patches/deprecated/deprecated-subgame-basis/mods/bones/init.lua diff --git a/patches/deprecated-subgame-basis/mods/homedecor_modpack-0.4.15 or lower/LICENSE b/patches/deprecated/deprecated-subgame-basis/mods/homedecor_modpack-0.4.15 or lower/LICENSE similarity index 100% rename from patches/deprecated-subgame-basis/mods/homedecor_modpack-0.4.15 or lower/LICENSE rename to patches/deprecated/deprecated-subgame-basis/mods/homedecor_modpack-0.4.15 or lower/LICENSE diff --git a/patches/deprecated-subgame-basis/mods/homedecor_modpack-0.4.15 or lower/homedecor/crafts.lua b/patches/deprecated/deprecated-subgame-basis/mods/homedecor_modpack-0.4.15 or lower/homedecor/crafts.lua similarity index 100% rename from patches/deprecated-subgame-basis/mods/homedecor_modpack-0.4.15 or lower/homedecor/crafts.lua rename to patches/deprecated/deprecated-subgame-basis/mods/homedecor_modpack-0.4.15 or lower/homedecor/crafts.lua diff --git a/patches/deprecated-subgame-basis/mods/homedecor_modpack-0.4.15 or lower/homedecor/gastronomy.lua b/patches/deprecated/deprecated-subgame-basis/mods/homedecor_modpack-0.4.15 or lower/homedecor/gastronomy.lua similarity index 100% rename from patches/deprecated-subgame-basis/mods/homedecor_modpack-0.4.15 or lower/homedecor/gastronomy.lua rename to patches/deprecated/deprecated-subgame-basis/mods/homedecor_modpack-0.4.15 or lower/homedecor/gastronomy.lua diff --git a/patches/deprecated-subgame-basis/mods/homedecor_modpack-0.4.15 or lower/homedecor/models/homedecor_beer_mug.obj b/patches/deprecated/deprecated-subgame-basis/mods/homedecor_modpack-0.4.15 or lower/homedecor/models/homedecor_beer_mug.obj similarity index 100% rename from patches/deprecated-subgame-basis/mods/homedecor_modpack-0.4.15 or lower/homedecor/models/homedecor_beer_mug.obj rename to patches/deprecated/deprecated-subgame-basis/mods/homedecor_modpack-0.4.15 or lower/homedecor/models/homedecor_beer_mug.obj diff --git a/patches/deprecated-subgame-basis/mods/homedecor_modpack-0.4.15 or lower/homedecor/textures/homedecor_beer_mug.png b/patches/deprecated/deprecated-subgame-basis/mods/homedecor_modpack-0.4.15 or lower/homedecor/textures/homedecor_beer_mug.png similarity index 100% rename from patches/deprecated-subgame-basis/mods/homedecor_modpack-0.4.15 or lower/homedecor/textures/homedecor_beer_mug.png rename to patches/deprecated/deprecated-subgame-basis/mods/homedecor_modpack-0.4.15 or lower/homedecor/textures/homedecor_beer_mug.png diff --git a/patches/deprecated-subgame-basis/mods/homedecor_modpack-0.4.15 or lower/homedecor/textures/homedecor_beer_mug_inv.png b/patches/deprecated/deprecated-subgame-basis/mods/homedecor_modpack-0.4.15 or lower/homedecor/textures/homedecor_beer_mug_inv.png similarity index 100% rename from patches/deprecated-subgame-basis/mods/homedecor_modpack-0.4.15 or lower/homedecor/textures/homedecor_beer_mug_inv.png rename to patches/deprecated/deprecated-subgame-basis/mods/homedecor_modpack-0.4.15 or lower/homedecor/textures/homedecor_beer_mug_inv.png diff --git a/patches/deprecated-subgame-basis/mods/spawners-0.4.15 or lower/README.md b/patches/deprecated/deprecated-subgame-basis/mods/spawners-0.4.15 or lower/README.md similarity index 100% rename from patches/deprecated-subgame-basis/mods/spawners-0.4.15 or lower/README.md rename to patches/deprecated/deprecated-subgame-basis/mods/spawners-0.4.15 or lower/README.md diff --git a/patches/deprecated-subgame-basis/mods/spawners-0.4.15 or lower/spawners_mobs.lua b/patches/deprecated/deprecated-subgame-basis/mods/spawners-0.4.15 or lower/spawners_mobs.lua similarity index 100% rename from patches/deprecated-subgame-basis/mods/spawners-0.4.15 or lower/spawners_mobs.lua rename to patches/deprecated/deprecated-subgame-basis/mods/spawners-0.4.15 or lower/spawners_mobs.lua diff --git a/patches/deprecated-subgame-basis/mods/spawners-0.4.15 or lower/spawners_ores.lua b/patches/deprecated/deprecated-subgame-basis/mods/spawners-0.4.15 or lower/spawners_ores.lua similarity index 100% rename from patches/deprecated-subgame-basis/mods/spawners-0.4.15 or lower/spawners_ores.lua rename to patches/deprecated/deprecated-subgame-basis/mods/spawners-0.4.15 or lower/spawners_ores.lua diff --git a/patches/deprecated-subgame/mods/bones/init-0.4.15 or lower.lua b/patches/deprecated/deprecated-subgame/mods/bones/init-0.4.15 or lower.lua similarity index 100% rename from patches/deprecated-subgame/mods/bones/init-0.4.15 or lower.lua rename to patches/deprecated/deprecated-subgame/mods/bones/init-0.4.15 or lower.lua diff --git a/patches/deprecated-subgame/mods/bones/init-something.lua b/patches/deprecated/deprecated-subgame/mods/bones/init-something.lua similarity index 100% rename from patches/deprecated-subgame/mods/bones/init-something.lua rename to patches/deprecated/deprecated-subgame/mods/bones/init-something.lua diff --git a/patches/deprecated-subgame/mods/bones/init.lua b/patches/deprecated/deprecated-subgame/mods/bones/init.lua similarity index 100% rename from patches/deprecated-subgame/mods/bones/init.lua rename to patches/deprecated/deprecated-subgame/mods/bones/init.lua diff --git a/patches/deprecated-subgame/mods/homedecor_modpack-0.4.15 or lower/homedecor/crafts.lua b/patches/deprecated/deprecated-subgame/mods/homedecor_modpack-0.4.15 or lower/homedecor/crafts.lua similarity index 100% rename from patches/deprecated-subgame/mods/homedecor_modpack-0.4.15 or lower/homedecor/crafts.lua rename to patches/deprecated/deprecated-subgame/mods/homedecor_modpack-0.4.15 or lower/homedecor/crafts.lua diff --git a/patches/deprecated-subgame/mods/homedecor_modpack-0.4.15 or lower/homedecor/gastronomy.lua b/patches/deprecated/deprecated-subgame/mods/homedecor_modpack-0.4.15 or lower/homedecor/gastronomy.lua similarity index 100% rename from patches/deprecated-subgame/mods/homedecor_modpack-0.4.15 or lower/homedecor/gastronomy.lua rename to patches/deprecated/deprecated-subgame/mods/homedecor_modpack-0.4.15 or lower/homedecor/gastronomy.lua diff --git a/patches/deprecated-subgame/mods/homedecor_modpack-0.4.15 or lower/homedecor/textures/homedecor_beer_mug.png b/patches/deprecated/deprecated-subgame/mods/homedecor_modpack-0.4.15 or lower/homedecor/textures/homedecor_beer_mug.png similarity index 100% rename from patches/deprecated-subgame/mods/homedecor_modpack-0.4.15 or lower/homedecor/textures/homedecor_beer_mug.png rename to patches/deprecated/deprecated-subgame/mods/homedecor_modpack-0.4.15 or lower/homedecor/textures/homedecor_beer_mug.png diff --git a/patches/deprecated-subgame/mods/homedecor_modpack-0.4.15 or lower/homedecor/textures/homedecor_beer_mug_inv.png b/patches/deprecated/deprecated-subgame/mods/homedecor_modpack-0.4.15 or lower/homedecor/textures/homedecor_beer_mug_inv.png similarity index 100% rename from patches/deprecated-subgame/mods/homedecor_modpack-0.4.15 or lower/homedecor/textures/homedecor_beer_mug_inv.png rename to patches/deprecated/deprecated-subgame/mods/homedecor_modpack-0.4.15 or lower/homedecor/textures/homedecor_beer_mug_inv.png diff --git a/patches/deprecated-subgame/mods/spawners-0.4.15 or lower/spawners_mobs.lua b/patches/deprecated/deprecated-subgame/mods/spawners-0.4.15 or lower/spawners_mobs.lua similarity index 100% rename from patches/deprecated-subgame/mods/spawners-0.4.15 or lower/spawners_mobs.lua rename to patches/deprecated/deprecated-subgame/mods/spawners-0.4.15 or lower/spawners_mobs.lua diff --git a/patches/deprecated-subgame/mods/spawners-0.4.15 or lower/spawners_ores.lua b/patches/deprecated/deprecated-subgame/mods/spawners-0.4.15 or lower/spawners_ores.lua similarity index 100% rename from patches/deprecated-subgame/mods/spawners-0.4.15 or lower/spawners_ores.lua rename to patches/deprecated/deprecated-subgame/mods/spawners-0.4.15 or lower/spawners_ores.lua diff --git a/patches/deprecated/merged-upstream/Bucket_Game/BG-1-milk-and-bones.diff b/patches/deprecated/merged-upstream/Bucket_Game/BG-1-milk-and-bones.diff new file mode 100644 index 0000000..7b1d341 --- /dev/null +++ b/patches/deprecated/merged-upstream/Bucket_Game/BG-1-milk-and-bones.diff @@ -0,0 +1,134 @@ +Only in Bucket_Game-basis: 00README +Only in Bucket_Game-patched: LICENSE-Poikilos.md +Only in Bucket_Game-basis/mods/codercore: 00README +diff -u -r Bucket_Game-basis/mods/codercore/bones/init.lua Bucket_Game-patched/mods/codercore/bones/init.lua +--- Bucket_Game-basis/mods/codercore/bones/init.lua 2018-11-18 23:07:10.000000000 -0500 ++++ Bucket_Game-patched/mods/codercore/bones/init.lua 2019-03-22 09:44:50.157783253 -0400 +@@ -166,20 +166,33 @@ + bones_mode = "bones" + end + ++ local bones_position_message = minetest.settings:get_bool("bones_position_message") == true ++ local pos = vector.round(player:getpos()) ++ local player_name = player:get_player_name() ++ local pos_string = minetest.pos_to_string(pos) ++ + -- return if keep inventory set or in creative mode + if bones_mode == "keep" or (creative and creative.is_enabled_for + and creative.is_enabled_for(player:get_player_name())) then ++ minetest.log("action", player_name .. " dies at " .. pos_string .. ++ ". No bones remain") ++ if bones_position_message then ++ minetest.chat_send_player(player_name, player_name .. " died at " .. pos_string .. ".") ++ end + return + end + + local player_inv = player:get_inventory() + if player_inv:is_empty("main") and + player_inv:is_empty("craft") then ++ minetest.log("action", player_name .. " dies at " .. pos_string .. ++ ". No bones remain") ++ if bones_position_message then ++ minetest.chat_send_player(player_name, player_name .. " died at " .. pos_string .. ".") ++ end + return + end + +- local pos = vector.round(player:getpos()) +- local player_name = player:get_player_name() + + -- check if it's possible to place bones, if not find space near player + if bones_mode == "bones" and not may_replace(pos, player) then +@@ -206,12 +219,25 @@ + player_inv:set_list("craft", {}) + + drop(pos, ItemStack("bones:bones")) ++ minetest.log("action", player_name .. " dies at " .. pos_string .. ++ ". Inventory dropped") ++ if bones_position_message then ++ minetest.chat_send_player(player_name, player_name .. " died at " .. pos_string .. ++ ", and dropped their inventory.") ++ end + return + end + + local param2 = minetest.dir_to_facedir(player:get_look_dir()) + minetest.set_node(pos, {name = "bones:bones", param2 = param2}) + ++ minetest.log("action", player_name .. " dies at " .. pos_string .. ++ ". Bones remain") ++ if bones_position_message then ++ minetest.chat_send_player(player_name, player_name .. " died at " .. pos_string .. ++ ", and bones remain.") ++ end ++ + local meta = minetest.get_meta(pos) + local inv = meta:get_inventory() + inv:set_size("main", 8 * 4) +Only in Bucket_Game-basis/mods/codercore/bones: license.txt +Only in Bucket_Game-basis/mods/codercore/bones: README.txt +Only in Bucket_Game-basis/mods/codercore: modpack.txt +Only in Bucket_Game-basis/mods/codercore: oldcoder.txt +Only in Bucket_Game-patched/mods/coderfood/food_basic: etc +diff -u -r Bucket_Game-basis/mods/coderfood/food_basic/ingredients.lua Bucket_Game-patched/mods/coderfood/food_basic/ingredients.lua +--- Bucket_Game-basis/mods/coderfood/food_basic/ingredients.lua 2019-03-23 14:43:12.000000000 -0400 ++++ Bucket_Game-patched/mods/coderfood/food_basic/ingredients.lua 2019-03-23 15:36:07.178972239 -0400 +@@ -118,18 +118,12 @@ + minetest.register_craftitem(":food:milk", { + description = S("Milk"), + image = "food_milk.png", +- on_use = food.item_eat(1), ++ on_use = food.item_eat(2), ++ -- on_use = minetest.item_eat(2, 'vessels:drinking_glass'), + groups = { eatable=1, food_milk = 1 }, + stack_max=10 + }) +- food.craft({ +- output = "food:milk", +- recipe = { +- {"default:sand"}, +- {"bucket:bucket_water"} +- }, +- replacements = {{"bucket:bucket_water", "bucket:bucket_empty"}}, +- }) ++ + end, true) + + food.module("egg", function() +diff -u -r Bucket_Game-basis/mods/coderfood/food_basic/README.md Bucket_Game-patched/mods/coderfood/food_basic/README.md +--- Bucket_Game-basis/mods/coderfood/food_basic/README.md 2019-02-18 03:59:16.000000000 -0500 ++++ Bucket_Game-patched/mods/coderfood/food_basic/README.md 2019-03-24 01:17:34.889737209 -0400 +@@ -4,7 +4,11 @@ + + This will be a high-res (128x128) texture pack for Minetest. Its license is CC0 1.0. + +-The files in this repo are actually [webtoon](https://github.com/pithydon/webtoon) ++Realistic Milk Bucket: ++Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0) ++Attribution: Copyright (C) 2015-2016 ElementW, Poikilos (modified by) ++ ++Other files in this repo are actually [webtoon](https://github.com/pithydon/webtoon) + CC0 texture pack, which I keep rewriting with the new textures. + + The textures are largely my own work, but a lot of them are taken out of other +Only in Bucket_Game-patched/mods/coderfood/food_basic: textures +Only in Bucket_Game-patched/mods/codermobs/codermobs: cow.lua +diff -u -r Bucket_Game-basis/mods/codermobs/codermobs/LICENSE Bucket_Game-patched/mods/codermobs/codermobs/LICENSE +--- Bucket_Game-basis/mods/codermobs/codermobs/LICENSE 2019-03-16 00:10:02.000000000 -0400 ++++ Bucket_Game-patched/mods/codermobs/codermobs/LICENSE 2019-03-24 01:17:08.080563179 -0400 +@@ -30,6 +30,12 @@ + ----------------------------- + CC BY-SA 3.0. Attribution: AspireMint. + ++Realistic Milk Bucket ++----------------------------- ++Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0) ++Attribution: Copyright (C) 2015-2016 ElementW, Poikilos (modified by) ++ ++ + D00Med code + ----------------------------- + GNU Lesser General Public License 2.1 +Only in Bucket_Game-patched/mods/codermobs/codermobs: textures +Only in Bucket_Game-basis/mods: LICENSE diff --git a/etc/merged with upstream/bones.patch b/patches/deprecated/merged-upstream/minetest_game/bones.patch similarity index 100% rename from etc/merged with upstream/bones.patch rename to patches/deprecated/merged-upstream/minetest_game/bones.patch diff --git a/patches/mods-WIP-nonworking/homedecor_ua - see other repo instead.md b/patches/deprecated/mods-WIP-nonworking/homedecor_ua - see other repo instead.md similarity index 100% rename from patches/mods-WIP-nonworking/homedecor_ua - see other repo instead.md rename to patches/deprecated/mods-WIP-nonworking/homedecor_ua - see other repo instead.md diff --git a/patches/mods-WIP-nonworking/homedecor_ua-coffee/README.txt b/patches/deprecated/mods-WIP-nonworking/homedecor_ua-coffee/README.txt similarity index 100% rename from patches/mods-WIP-nonworking/homedecor_ua-coffee/README.txt rename to patches/deprecated/mods-WIP-nonworking/homedecor_ua-coffee/README.txt diff --git a/patches/mods-WIP-nonworking/homedecor_ua-coffee/depends.txt b/patches/deprecated/mods-WIP-nonworking/homedecor_ua-coffee/depends.txt similarity index 100% rename from patches/mods-WIP-nonworking/homedecor_ua-coffee/depends.txt rename to patches/deprecated/mods-WIP-nonworking/homedecor_ua-coffee/depends.txt diff --git a/patches/mods-WIP-nonworking/homedecor_ua-coffee/init.lua b/patches/deprecated/mods-WIP-nonworking/homedecor_ua-coffee/init.lua similarity index 100% rename from patches/mods-WIP-nonworking/homedecor_ua-coffee/init.lua rename to patches/deprecated/mods-WIP-nonworking/homedecor_ua-coffee/init.lua diff --git a/patches/mods-deprecated/cme_to_spawners-0.4.15-git/README.txt b/patches/deprecated/mods-deprecated/cme_to_spawners-0.4.15-git/README.txt similarity index 100% rename from patches/mods-deprecated/cme_to_spawners-0.4.15-git/README.txt rename to patches/deprecated/mods-deprecated/cme_to_spawners-0.4.15-git/README.txt diff --git a/patches/mods-deprecated/cme_to_spawners-0.4.15-git/depends.txt b/patches/deprecated/mods-deprecated/cme_to_spawners-0.4.15-git/depends.txt similarity index 100% rename from patches/mods-deprecated/cme_to_spawners-0.4.15-git/depends.txt rename to patches/deprecated/mods-deprecated/cme_to_spawners-0.4.15-git/depends.txt diff --git a/patches/mods-deprecated/cme_to_spawners-0.4.15-git/init.lua b/patches/deprecated/mods-deprecated/cme_to_spawners-0.4.15-git/init.lua similarity index 100% rename from patches/mods-deprecated/cme_to_spawners-0.4.15-git/init.lua rename to patches/deprecated/mods-deprecated/cme_to_spawners-0.4.15-git/init.lua diff --git a/patches/mods-deprecated/tsm_pyramids_to_spawners-0.4.15-git/README.txt b/patches/deprecated/mods-deprecated/tsm_pyramids_to_spawners-0.4.15-git/README.txt similarity index 100% rename from patches/mods-deprecated/tsm_pyramids_to_spawners-0.4.15-git/README.txt rename to patches/deprecated/mods-deprecated/tsm_pyramids_to_spawners-0.4.15-git/README.txt diff --git a/patches/mods-deprecated/tsm_pyramids_to_spawners-0.4.15-git/depends.txt b/patches/deprecated/mods-deprecated/tsm_pyramids_to_spawners-0.4.15-git/depends.txt similarity index 100% rename from patches/mods-deprecated/tsm_pyramids_to_spawners-0.4.15-git/depends.txt rename to patches/deprecated/mods-deprecated/tsm_pyramids_to_spawners-0.4.15-git/depends.txt diff --git a/patches/mods-deprecated/tsm_pyramids_to_spawners-0.4.15-git/init.lua b/patches/deprecated/mods-deprecated/tsm_pyramids_to_spawners-0.4.15-git/init.lua similarity index 100% rename from patches/mods-deprecated/tsm_pyramids_to_spawners-0.4.15-git/init.lua rename to patches/deprecated/mods-deprecated/tsm_pyramids_to_spawners-0.4.15-git/init.lua diff --git a/patches/mods-multiplayer/ore_spawner_to_junk/README.txt b/patches/deprecated/mods-multiplayer-minetest_game/ore_spawner_to_junk/README.txt similarity index 100% rename from patches/mods-multiplayer/ore_spawner_to_junk/README.txt rename to patches/deprecated/mods-multiplayer-minetest_game/ore_spawner_to_junk/README.txt diff --git a/patches/mods-multiplayer/ore_spawner_to_junk/debug.txt b/patches/deprecated/mods-multiplayer-minetest_game/ore_spawner_to_junk/debug.txt similarity index 100% rename from patches/mods-multiplayer/ore_spawner_to_junk/debug.txt rename to patches/deprecated/mods-multiplayer-minetest_game/ore_spawner_to_junk/debug.txt diff --git a/patches/mods-multiplayer/ore_spawner_to_junk/depends.txt b/patches/deprecated/mods-multiplayer-minetest_game/ore_spawner_to_junk/depends.txt similarity index 100% rename from patches/mods-multiplayer/ore_spawner_to_junk/depends.txt rename to patches/deprecated/mods-multiplayer-minetest_game/ore_spawner_to_junk/depends.txt diff --git a/patches/mods-multiplayer/ore_spawner_to_junk/init.lua b/patches/deprecated/mods-multiplayer-minetest_game/ore_spawner_to_junk/init.lua similarity index 100% rename from patches/mods-multiplayer/ore_spawner_to_junk/init.lua rename to patches/deprecated/mods-multiplayer-minetest_game/ore_spawner_to_junk/init.lua diff --git a/patches/mods-multiplayer/ore_spawner_to_junk/spawners-microfork/.gitignore b/patches/deprecated/mods-multiplayer-minetest_game/ore_spawner_to_junk/spawners-microfork/.gitignore similarity index 100% rename from patches/mods-multiplayer/ore_spawner_to_junk/spawners-microfork/.gitignore rename to patches/deprecated/mods-multiplayer-minetest_game/ore_spawner_to_junk/spawners-microfork/.gitignore diff --git a/patches/mods-multiplayer/ore_spawner_to_junk/spawners-microfork/spawners_ores.lua b/patches/deprecated/mods-multiplayer-minetest_game/ore_spawner_to_junk/spawners-microfork/spawners_ores.lua similarity index 100% rename from patches/mods-multiplayer/ore_spawner_to_junk/spawners-microfork/spawners_ores.lua rename to patches/deprecated/mods-multiplayer-minetest_game/ore_spawner_to_junk/spawners-microfork/spawners_ores.lua diff --git a/patches/mods-multiplayer/skinsdb/CC BY-SA 3.0 legalcode (see CREDITS for where applies).txt b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/CC BY-SA 3.0 legalcode (see CREDITS for where applies).txt similarity index 100% rename from patches/mods-multiplayer/skinsdb/CC BY-SA 3.0 legalcode (see CREDITS for where applies).txt rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/CC BY-SA 3.0 legalcode (see CREDITS for where applies).txt diff --git a/patches/mods-multiplayer/skinsdb/CREDITS.txt b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/CREDITS.txt similarity index 100% rename from patches/mods-multiplayer/skinsdb/CREDITS.txt rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/CREDITS.txt diff --git a/patches/mods-multiplayer/skinsdb/meta/character_1.txt b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/meta/character_1.txt similarity index 100% rename from patches/mods-multiplayer/skinsdb/meta/character_1.txt rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/meta/character_1.txt diff --git a/patches/mods-multiplayer/skinsdb/meta/character_10.txt b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/meta/character_10.txt similarity index 100% rename from patches/mods-multiplayer/skinsdb/meta/character_10.txt rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/meta/character_10.txt diff --git a/patches/mods-multiplayer/skinsdb/meta/character_11.txt b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/meta/character_11.txt similarity index 100% rename from patches/mods-multiplayer/skinsdb/meta/character_11.txt rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/meta/character_11.txt diff --git a/patches/mods-multiplayer/skinsdb/meta/character_12.txt b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/meta/character_12.txt similarity index 100% rename from patches/mods-multiplayer/skinsdb/meta/character_12.txt rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/meta/character_12.txt diff --git a/patches/mods-multiplayer/skinsdb/meta/character_13.txt b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/meta/character_13.txt similarity index 100% rename from patches/mods-multiplayer/skinsdb/meta/character_13.txt rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/meta/character_13.txt diff --git a/patches/mods-multiplayer/skinsdb/meta/character_14.txt b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/meta/character_14.txt similarity index 100% rename from patches/mods-multiplayer/skinsdb/meta/character_14.txt rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/meta/character_14.txt diff --git a/patches/mods-multiplayer/skinsdb/meta/character_15.txt b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/meta/character_15.txt similarity index 100% rename from patches/mods-multiplayer/skinsdb/meta/character_15.txt rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/meta/character_15.txt diff --git a/patches/mods-multiplayer/skinsdb/meta/character_16.txt b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/meta/character_16.txt similarity index 100% rename from patches/mods-multiplayer/skinsdb/meta/character_16.txt rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/meta/character_16.txt diff --git a/patches/mods-multiplayer/skinsdb/meta/character_17.txt b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/meta/character_17.txt similarity index 100% rename from patches/mods-multiplayer/skinsdb/meta/character_17.txt rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/meta/character_17.txt diff --git a/patches/mods-multiplayer/skinsdb/meta/character_18.txt b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/meta/character_18.txt similarity index 100% rename from patches/mods-multiplayer/skinsdb/meta/character_18.txt rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/meta/character_18.txt diff --git a/patches/mods-multiplayer/skinsdb/meta/character_19.txt b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/meta/character_19.txt similarity index 100% rename from patches/mods-multiplayer/skinsdb/meta/character_19.txt rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/meta/character_19.txt diff --git a/patches/mods-multiplayer/skinsdb/meta/character_2.txt b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/meta/character_2.txt similarity index 100% rename from patches/mods-multiplayer/skinsdb/meta/character_2.txt rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/meta/character_2.txt diff --git a/patches/mods-multiplayer/skinsdb/meta/character_20.txt b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/meta/character_20.txt similarity index 100% rename from patches/mods-multiplayer/skinsdb/meta/character_20.txt rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/meta/character_20.txt diff --git a/patches/mods-multiplayer/skinsdb/meta/character_21.txt b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/meta/character_21.txt similarity index 100% rename from patches/mods-multiplayer/skinsdb/meta/character_21.txt rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/meta/character_21.txt diff --git a/patches/mods-multiplayer/skinsdb/meta/character_22.txt b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/meta/character_22.txt similarity index 100% rename from patches/mods-multiplayer/skinsdb/meta/character_22.txt rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/meta/character_22.txt diff --git a/patches/mods-multiplayer/skinsdb/meta/character_23.txt b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/meta/character_23.txt similarity index 100% rename from patches/mods-multiplayer/skinsdb/meta/character_23.txt rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/meta/character_23.txt diff --git a/patches/mods-multiplayer/skinsdb/meta/character_24.txt b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/meta/character_24.txt similarity index 100% rename from patches/mods-multiplayer/skinsdb/meta/character_24.txt rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/meta/character_24.txt diff --git a/patches/mods-multiplayer/skinsdb/meta/character_25.txt b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/meta/character_25.txt similarity index 100% rename from patches/mods-multiplayer/skinsdb/meta/character_25.txt rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/meta/character_25.txt diff --git a/patches/mods-multiplayer/skinsdb/meta/character_26.txt b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/meta/character_26.txt similarity index 100% rename from patches/mods-multiplayer/skinsdb/meta/character_26.txt rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/meta/character_26.txt diff --git a/patches/mods-multiplayer/skinsdb/meta/character_27.txt b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/meta/character_27.txt similarity index 100% rename from patches/mods-multiplayer/skinsdb/meta/character_27.txt rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/meta/character_27.txt diff --git a/patches/mods-multiplayer/skinsdb/meta/character_28.txt b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/meta/character_28.txt similarity index 100% rename from patches/mods-multiplayer/skinsdb/meta/character_28.txt rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/meta/character_28.txt diff --git a/patches/mods-multiplayer/skinsdb/meta/character_29.txt b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/meta/character_29.txt similarity index 100% rename from patches/mods-multiplayer/skinsdb/meta/character_29.txt rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/meta/character_29.txt diff --git a/patches/mods-multiplayer/skinsdb/meta/character_3.txt b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/meta/character_3.txt similarity index 100% rename from patches/mods-multiplayer/skinsdb/meta/character_3.txt rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/meta/character_3.txt diff --git a/patches/mods-multiplayer/skinsdb/meta/character_30.txt b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/meta/character_30.txt similarity index 100% rename from patches/mods-multiplayer/skinsdb/meta/character_30.txt rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/meta/character_30.txt diff --git a/patches/mods-multiplayer/skinsdb/meta/character_31.txt b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/meta/character_31.txt similarity index 100% rename from patches/mods-multiplayer/skinsdb/meta/character_31.txt rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/meta/character_31.txt diff --git a/patches/mods-multiplayer/skinsdb/meta/character_32.txt b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/meta/character_32.txt similarity index 100% rename from patches/mods-multiplayer/skinsdb/meta/character_32.txt rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/meta/character_32.txt diff --git a/patches/mods-multiplayer/skinsdb/meta/character_33.txt b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/meta/character_33.txt similarity index 100% rename from patches/mods-multiplayer/skinsdb/meta/character_33.txt rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/meta/character_33.txt diff --git a/patches/mods-multiplayer/skinsdb/meta/character_34.txt b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/meta/character_34.txt similarity index 100% rename from patches/mods-multiplayer/skinsdb/meta/character_34.txt rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/meta/character_34.txt diff --git a/patches/mods-multiplayer/skinsdb/meta/character_35.txt b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/meta/character_35.txt similarity index 100% rename from patches/mods-multiplayer/skinsdb/meta/character_35.txt rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/meta/character_35.txt diff --git a/patches/mods-multiplayer/skinsdb/meta/character_36.txt b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/meta/character_36.txt similarity index 100% rename from patches/mods-multiplayer/skinsdb/meta/character_36.txt rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/meta/character_36.txt diff --git a/patches/mods-multiplayer/skinsdb/meta/character_37.txt b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/meta/character_37.txt similarity index 100% rename from patches/mods-multiplayer/skinsdb/meta/character_37.txt rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/meta/character_37.txt diff --git a/patches/mods-multiplayer/skinsdb/meta/character_38.txt b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/meta/character_38.txt similarity index 100% rename from patches/mods-multiplayer/skinsdb/meta/character_38.txt rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/meta/character_38.txt diff --git a/patches/mods-multiplayer/skinsdb/meta/character_39.txt b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/meta/character_39.txt similarity index 100% rename from patches/mods-multiplayer/skinsdb/meta/character_39.txt rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/meta/character_39.txt diff --git a/patches/mods-multiplayer/skinsdb/meta/character_4.txt b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/meta/character_4.txt similarity index 100% rename from patches/mods-multiplayer/skinsdb/meta/character_4.txt rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/meta/character_4.txt diff --git a/patches/mods-multiplayer/skinsdb/meta/character_40.txt b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/meta/character_40.txt similarity index 100% rename from patches/mods-multiplayer/skinsdb/meta/character_40.txt rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/meta/character_40.txt diff --git a/patches/mods-multiplayer/skinsdb/meta/character_41.txt b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/meta/character_41.txt similarity index 100% rename from patches/mods-multiplayer/skinsdb/meta/character_41.txt rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/meta/character_41.txt diff --git a/patches/mods-multiplayer/skinsdb/meta/character_42.txt b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/meta/character_42.txt similarity index 100% rename from patches/mods-multiplayer/skinsdb/meta/character_42.txt rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/meta/character_42.txt diff --git a/patches/mods-multiplayer/skinsdb/meta/character_43.txt b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/meta/character_43.txt similarity index 100% rename from patches/mods-multiplayer/skinsdb/meta/character_43.txt rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/meta/character_43.txt diff --git a/patches/mods-multiplayer/skinsdb/meta/character_44.txt b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/meta/character_44.txt similarity index 100% rename from patches/mods-multiplayer/skinsdb/meta/character_44.txt rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/meta/character_44.txt diff --git a/patches/mods-multiplayer/skinsdb/meta/character_45.txt b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/meta/character_45.txt similarity index 100% rename from patches/mods-multiplayer/skinsdb/meta/character_45.txt rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/meta/character_45.txt diff --git a/patches/mods-multiplayer/skinsdb/meta/character_46.txt b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/meta/character_46.txt similarity index 100% rename from patches/mods-multiplayer/skinsdb/meta/character_46.txt rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/meta/character_46.txt diff --git a/patches/mods-multiplayer/skinsdb/meta/character_47.txt b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/meta/character_47.txt similarity index 100% rename from patches/mods-multiplayer/skinsdb/meta/character_47.txt rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/meta/character_47.txt diff --git a/patches/mods-multiplayer/skinsdb/meta/character_48.txt b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/meta/character_48.txt similarity index 100% rename from patches/mods-multiplayer/skinsdb/meta/character_48.txt rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/meta/character_48.txt diff --git a/patches/mods-multiplayer/skinsdb/meta/character_49.txt b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/meta/character_49.txt similarity index 100% rename from patches/mods-multiplayer/skinsdb/meta/character_49.txt rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/meta/character_49.txt diff --git a/patches/mods-multiplayer/skinsdb/meta/character_5.txt b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/meta/character_5.txt similarity index 100% rename from patches/mods-multiplayer/skinsdb/meta/character_5.txt rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/meta/character_5.txt diff --git a/patches/mods-multiplayer/skinsdb/meta/character_50.txt b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/meta/character_50.txt similarity index 100% rename from patches/mods-multiplayer/skinsdb/meta/character_50.txt rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/meta/character_50.txt diff --git a/patches/mods-multiplayer/skinsdb/meta/character_6.txt b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/meta/character_6.txt similarity index 100% rename from patches/mods-multiplayer/skinsdb/meta/character_6.txt rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/meta/character_6.txt diff --git a/patches/mods-multiplayer/skinsdb/meta/character_7.txt b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/meta/character_7.txt similarity index 100% rename from patches/mods-multiplayer/skinsdb/meta/character_7.txt rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/meta/character_7.txt diff --git a/patches/mods-multiplayer/skinsdb/meta/character_8.txt b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/meta/character_8.txt similarity index 100% rename from patches/mods-multiplayer/skinsdb/meta/character_8.txt rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/meta/character_8.txt diff --git a/patches/mods-multiplayer/skinsdb/meta/character_9.txt b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/meta/character_9.txt similarity index 100% rename from patches/mods-multiplayer/skinsdb/meta/character_9.txt rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/meta/character_9.txt diff --git a/patches/mods-multiplayer/skinsdb/meta/placeholder.txt b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/meta/placeholder.txt similarity index 100% rename from patches/mods-multiplayer/skinsdb/meta/placeholder.txt rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/meta/placeholder.txt diff --git a/patches/mods-multiplayer/skinsdb/textures/character_1.png b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_1.png similarity index 100% rename from patches/mods-multiplayer/skinsdb/textures/character_1.png rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_1.png diff --git a/patches/mods-multiplayer/skinsdb/textures/character_10.png b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_10.png similarity index 100% rename from patches/mods-multiplayer/skinsdb/textures/character_10.png rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_10.png diff --git a/patches/mods-multiplayer/skinsdb/textures/character_10_preview.png b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_10_preview.png similarity index 100% rename from patches/mods-multiplayer/skinsdb/textures/character_10_preview.png rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_10_preview.png diff --git a/patches/mods-multiplayer/skinsdb/textures/character_11.png b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_11.png similarity index 100% rename from patches/mods-multiplayer/skinsdb/textures/character_11.png rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_11.png diff --git a/patches/mods-multiplayer/skinsdb/textures/character_11_preview.png b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_11_preview.png similarity index 100% rename from patches/mods-multiplayer/skinsdb/textures/character_11_preview.png rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_11_preview.png diff --git a/patches/mods-multiplayer/skinsdb/textures/character_12.png b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_12.png similarity index 100% rename from patches/mods-multiplayer/skinsdb/textures/character_12.png rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_12.png diff --git a/patches/mods-multiplayer/skinsdb/textures/character_12_preview.png b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_12_preview.png similarity index 100% rename from patches/mods-multiplayer/skinsdb/textures/character_12_preview.png rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_12_preview.png diff --git a/patches/mods-multiplayer/skinsdb/textures/character_13.png b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_13.png similarity index 100% rename from patches/mods-multiplayer/skinsdb/textures/character_13.png rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_13.png diff --git a/patches/mods-multiplayer/skinsdb/textures/character_13_preview.png b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_13_preview.png similarity index 100% rename from patches/mods-multiplayer/skinsdb/textures/character_13_preview.png rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_13_preview.png diff --git a/patches/mods-multiplayer/skinsdb/textures/character_14.png b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_14.png similarity index 100% rename from patches/mods-multiplayer/skinsdb/textures/character_14.png rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_14.png diff --git a/patches/mods-multiplayer/skinsdb/textures/character_14_preview.png b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_14_preview.png similarity index 100% rename from patches/mods-multiplayer/skinsdb/textures/character_14_preview.png rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_14_preview.png diff --git a/patches/mods-multiplayer/skinsdb/textures/character_15.png b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_15.png similarity index 100% rename from patches/mods-multiplayer/skinsdb/textures/character_15.png rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_15.png diff --git a/patches/mods-multiplayer/skinsdb/textures/character_15_preview.png b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_15_preview.png similarity index 100% rename from patches/mods-multiplayer/skinsdb/textures/character_15_preview.png rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_15_preview.png diff --git a/patches/mods-multiplayer/skinsdb/textures/character_16.png b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_16.png similarity index 100% rename from patches/mods-multiplayer/skinsdb/textures/character_16.png rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_16.png diff --git a/patches/mods-multiplayer/skinsdb/textures/character_16_preview.png b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_16_preview.png similarity index 100% rename from patches/mods-multiplayer/skinsdb/textures/character_16_preview.png rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_16_preview.png diff --git a/patches/mods-multiplayer/skinsdb/textures/character_17.png b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_17.png similarity index 100% rename from patches/mods-multiplayer/skinsdb/textures/character_17.png rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_17.png diff --git a/patches/mods-multiplayer/skinsdb/textures/character_17_preview.png b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_17_preview.png similarity index 100% rename from patches/mods-multiplayer/skinsdb/textures/character_17_preview.png rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_17_preview.png diff --git a/patches/mods-multiplayer/skinsdb/textures/character_18.png b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_18.png similarity index 100% rename from patches/mods-multiplayer/skinsdb/textures/character_18.png rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_18.png diff --git a/patches/mods-multiplayer/skinsdb/textures/character_18_preview.png b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_18_preview.png similarity index 100% rename from patches/mods-multiplayer/skinsdb/textures/character_18_preview.png rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_18_preview.png diff --git a/patches/mods-multiplayer/skinsdb/textures/character_19.png b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_19.png similarity index 100% rename from patches/mods-multiplayer/skinsdb/textures/character_19.png rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_19.png diff --git a/patches/mods-multiplayer/skinsdb/textures/character_19_preview.png b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_19_preview.png similarity index 100% rename from patches/mods-multiplayer/skinsdb/textures/character_19_preview.png rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_19_preview.png diff --git a/patches/mods-multiplayer/skinsdb/textures/character_1_preview.png b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_1_preview.png similarity index 100% rename from patches/mods-multiplayer/skinsdb/textures/character_1_preview.png rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_1_preview.png diff --git a/patches/mods-multiplayer/skinsdb/textures/character_2.png b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_2.png similarity index 100% rename from patches/mods-multiplayer/skinsdb/textures/character_2.png rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_2.png diff --git a/patches/mods-multiplayer/skinsdb/textures/character_20.png b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_20.png similarity index 100% rename from patches/mods-multiplayer/skinsdb/textures/character_20.png rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_20.png diff --git a/patches/mods-multiplayer/skinsdb/textures/character_20_preview.png b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_20_preview.png similarity index 100% rename from patches/mods-multiplayer/skinsdb/textures/character_20_preview.png rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_20_preview.png diff --git a/patches/mods-multiplayer/skinsdb/textures/character_21.png b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_21.png similarity index 100% rename from patches/mods-multiplayer/skinsdb/textures/character_21.png rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_21.png diff --git a/patches/mods-multiplayer/skinsdb/textures/character_21_preview.png b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_21_preview.png similarity index 100% rename from patches/mods-multiplayer/skinsdb/textures/character_21_preview.png rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_21_preview.png diff --git a/patches/mods-multiplayer/skinsdb/textures/character_22.png b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_22.png similarity index 100% rename from patches/mods-multiplayer/skinsdb/textures/character_22.png rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_22.png diff --git a/patches/mods-multiplayer/skinsdb/textures/character_22_preview.png b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_22_preview.png similarity index 100% rename from patches/mods-multiplayer/skinsdb/textures/character_22_preview.png rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_22_preview.png diff --git a/patches/mods-multiplayer/skinsdb/textures/character_23.png b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_23.png similarity index 100% rename from patches/mods-multiplayer/skinsdb/textures/character_23.png rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_23.png diff --git a/patches/mods-multiplayer/skinsdb/textures/character_23_preview.png b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_23_preview.png similarity index 100% rename from patches/mods-multiplayer/skinsdb/textures/character_23_preview.png rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_23_preview.png diff --git a/patches/mods-multiplayer/skinsdb/textures/character_24.png b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_24.png similarity index 100% rename from patches/mods-multiplayer/skinsdb/textures/character_24.png rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_24.png diff --git a/patches/mods-multiplayer/skinsdb/textures/character_24_preview.png b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_24_preview.png similarity index 100% rename from patches/mods-multiplayer/skinsdb/textures/character_24_preview.png rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_24_preview.png diff --git a/patches/mods-multiplayer/skinsdb/textures/character_25.png b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_25.png similarity index 100% rename from patches/mods-multiplayer/skinsdb/textures/character_25.png rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_25.png diff --git a/patches/mods-multiplayer/skinsdb/textures/character_25_preview.png b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_25_preview.png similarity index 100% rename from patches/mods-multiplayer/skinsdb/textures/character_25_preview.png rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_25_preview.png diff --git a/patches/mods-multiplayer/skinsdb/textures/character_26.png b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_26.png similarity index 100% rename from patches/mods-multiplayer/skinsdb/textures/character_26.png rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_26.png diff --git a/patches/mods-multiplayer/skinsdb/textures/character_26_preview.png b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_26_preview.png similarity index 100% rename from patches/mods-multiplayer/skinsdb/textures/character_26_preview.png rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_26_preview.png diff --git a/patches/mods-multiplayer/skinsdb/textures/character_27.png b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_27.png similarity index 100% rename from patches/mods-multiplayer/skinsdb/textures/character_27.png rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_27.png diff --git a/patches/mods-multiplayer/skinsdb/textures/character_27_preview.png b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_27_preview.png similarity index 100% rename from patches/mods-multiplayer/skinsdb/textures/character_27_preview.png rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_27_preview.png diff --git a/patches/mods-multiplayer/skinsdb/textures/character_28.png b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_28.png similarity index 100% rename from patches/mods-multiplayer/skinsdb/textures/character_28.png rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_28.png diff --git a/patches/mods-multiplayer/skinsdb/textures/character_28_preview.png b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_28_preview.png similarity index 100% rename from patches/mods-multiplayer/skinsdb/textures/character_28_preview.png rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_28_preview.png diff --git a/patches/mods-multiplayer/skinsdb/textures/character_29.png b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_29.png similarity index 100% rename from patches/mods-multiplayer/skinsdb/textures/character_29.png rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_29.png diff --git a/patches/mods-multiplayer/skinsdb/textures/character_29_preview.png b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_29_preview.png similarity index 100% rename from patches/mods-multiplayer/skinsdb/textures/character_29_preview.png rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_29_preview.png diff --git a/patches/mods-multiplayer/skinsdb/textures/character_2_preview.png b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_2_preview.png similarity index 100% rename from patches/mods-multiplayer/skinsdb/textures/character_2_preview.png rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_2_preview.png diff --git a/patches/mods-multiplayer/skinsdb/textures/character_3.png b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_3.png similarity index 100% rename from patches/mods-multiplayer/skinsdb/textures/character_3.png rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_3.png diff --git a/patches/mods-multiplayer/skinsdb/textures/character_30.png b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_30.png similarity index 100% rename from patches/mods-multiplayer/skinsdb/textures/character_30.png rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_30.png diff --git a/patches/mods-multiplayer/skinsdb/textures/character_30_preview.png b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_30_preview.png similarity index 100% rename from patches/mods-multiplayer/skinsdb/textures/character_30_preview.png rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_30_preview.png diff --git a/patches/mods-multiplayer/skinsdb/textures/character_31.png b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_31.png similarity index 100% rename from patches/mods-multiplayer/skinsdb/textures/character_31.png rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_31.png diff --git a/patches/mods-multiplayer/skinsdb/textures/character_31_preview.png b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_31_preview.png similarity index 100% rename from patches/mods-multiplayer/skinsdb/textures/character_31_preview.png rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_31_preview.png diff --git a/patches/mods-multiplayer/skinsdb/textures/character_32.png b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_32.png similarity index 100% rename from patches/mods-multiplayer/skinsdb/textures/character_32.png rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_32.png diff --git a/patches/mods-multiplayer/skinsdb/textures/character_32_preview.png b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_32_preview.png similarity index 100% rename from patches/mods-multiplayer/skinsdb/textures/character_32_preview.png rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_32_preview.png diff --git a/patches/mods-multiplayer/skinsdb/textures/character_33.png b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_33.png similarity index 100% rename from patches/mods-multiplayer/skinsdb/textures/character_33.png rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_33.png diff --git a/patches/mods-multiplayer/skinsdb/textures/character_33_preview.png b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_33_preview.png similarity index 100% rename from patches/mods-multiplayer/skinsdb/textures/character_33_preview.png rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_33_preview.png diff --git a/patches/mods-multiplayer/skinsdb/textures/character_34.png b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_34.png similarity index 100% rename from patches/mods-multiplayer/skinsdb/textures/character_34.png rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_34.png diff --git a/patches/mods-multiplayer/skinsdb/textures/character_34_preview.png b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_34_preview.png similarity index 100% rename from patches/mods-multiplayer/skinsdb/textures/character_34_preview.png rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_34_preview.png diff --git a/patches/mods-multiplayer/skinsdb/textures/character_35.png b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_35.png similarity index 100% rename from patches/mods-multiplayer/skinsdb/textures/character_35.png rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_35.png diff --git a/patches/mods-multiplayer/skinsdb/textures/character_35_preview.png b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_35_preview.png similarity index 100% rename from patches/mods-multiplayer/skinsdb/textures/character_35_preview.png rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_35_preview.png diff --git a/patches/mods-multiplayer/skinsdb/textures/character_36.png b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_36.png similarity index 100% rename from patches/mods-multiplayer/skinsdb/textures/character_36.png rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_36.png diff --git a/patches/mods-multiplayer/skinsdb/textures/character_36_preview.png b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_36_preview.png similarity index 100% rename from patches/mods-multiplayer/skinsdb/textures/character_36_preview.png rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_36_preview.png diff --git a/patches/mods-multiplayer/skinsdb/textures/character_37.png b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_37.png similarity index 100% rename from patches/mods-multiplayer/skinsdb/textures/character_37.png rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_37.png diff --git a/patches/mods-multiplayer/skinsdb/textures/character_37_preview.png b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_37_preview.png similarity index 100% rename from patches/mods-multiplayer/skinsdb/textures/character_37_preview.png rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_37_preview.png diff --git a/patches/mods-multiplayer/skinsdb/textures/character_38.png b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_38.png similarity index 100% rename from patches/mods-multiplayer/skinsdb/textures/character_38.png rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_38.png diff --git a/patches/mods-multiplayer/skinsdb/textures/character_38_preview.png b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_38_preview.png similarity index 100% rename from patches/mods-multiplayer/skinsdb/textures/character_38_preview.png rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_38_preview.png diff --git a/patches/mods-multiplayer/skinsdb/textures/character_39.png b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_39.png similarity index 100% rename from patches/mods-multiplayer/skinsdb/textures/character_39.png rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_39.png diff --git a/patches/mods-multiplayer/skinsdb/textures/character_39_preview.png b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_39_preview.png similarity index 100% rename from patches/mods-multiplayer/skinsdb/textures/character_39_preview.png rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_39_preview.png diff --git a/patches/mods-multiplayer/skinsdb/textures/character_3_preview.png b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_3_preview.png similarity index 100% rename from patches/mods-multiplayer/skinsdb/textures/character_3_preview.png rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_3_preview.png diff --git a/patches/mods-multiplayer/skinsdb/textures/character_4.png b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_4.png similarity index 100% rename from patches/mods-multiplayer/skinsdb/textures/character_4.png rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_4.png diff --git a/patches/mods-multiplayer/skinsdb/textures/character_40.png b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_40.png similarity index 100% rename from patches/mods-multiplayer/skinsdb/textures/character_40.png rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_40.png diff --git a/patches/mods-multiplayer/skinsdb/textures/character_40_preview.png b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_40_preview.png similarity index 100% rename from patches/mods-multiplayer/skinsdb/textures/character_40_preview.png rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_40_preview.png diff --git a/patches/mods-multiplayer/skinsdb/textures/character_41.png b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_41.png similarity index 100% rename from patches/mods-multiplayer/skinsdb/textures/character_41.png rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_41.png diff --git a/patches/mods-multiplayer/skinsdb/textures/character_41_preview.png b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_41_preview.png similarity index 100% rename from patches/mods-multiplayer/skinsdb/textures/character_41_preview.png rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_41_preview.png diff --git a/patches/mods-multiplayer/skinsdb/textures/character_42.png b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_42.png similarity index 100% rename from patches/mods-multiplayer/skinsdb/textures/character_42.png rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_42.png diff --git a/patches/mods-multiplayer/skinsdb/textures/character_42_preview.png b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_42_preview.png similarity index 100% rename from patches/mods-multiplayer/skinsdb/textures/character_42_preview.png rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_42_preview.png diff --git a/patches/mods-multiplayer/skinsdb/textures/character_43.png b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_43.png similarity index 100% rename from patches/mods-multiplayer/skinsdb/textures/character_43.png rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_43.png diff --git a/patches/mods-multiplayer/skinsdb/textures/character_43_preview.png b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_43_preview.png similarity index 100% rename from patches/mods-multiplayer/skinsdb/textures/character_43_preview.png rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_43_preview.png diff --git a/patches/mods-multiplayer/skinsdb/textures/character_44.png b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_44.png similarity index 100% rename from patches/mods-multiplayer/skinsdb/textures/character_44.png rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_44.png diff --git a/patches/mods-multiplayer/skinsdb/textures/character_44_preview.png b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_44_preview.png similarity index 100% rename from patches/mods-multiplayer/skinsdb/textures/character_44_preview.png rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_44_preview.png diff --git a/patches/mods-multiplayer/skinsdb/textures/character_45.png b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_45.png similarity index 100% rename from patches/mods-multiplayer/skinsdb/textures/character_45.png rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_45.png diff --git a/patches/mods-multiplayer/skinsdb/textures/character_45_preview.png b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_45_preview.png similarity index 100% rename from patches/mods-multiplayer/skinsdb/textures/character_45_preview.png rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_45_preview.png diff --git a/patches/mods-multiplayer/skinsdb/textures/character_46.png b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_46.png similarity index 100% rename from patches/mods-multiplayer/skinsdb/textures/character_46.png rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_46.png diff --git a/patches/mods-multiplayer/skinsdb/textures/character_46_preview.png b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_46_preview.png similarity index 100% rename from patches/mods-multiplayer/skinsdb/textures/character_46_preview.png rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_46_preview.png diff --git a/patches/mods-multiplayer/skinsdb/textures/character_47.png b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_47.png similarity index 100% rename from patches/mods-multiplayer/skinsdb/textures/character_47.png rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_47.png diff --git a/patches/mods-multiplayer/skinsdb/textures/character_47_preview.png b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_47_preview.png similarity index 100% rename from patches/mods-multiplayer/skinsdb/textures/character_47_preview.png rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_47_preview.png diff --git a/patches/mods-multiplayer/skinsdb/textures/character_48.png b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_48.png similarity index 100% rename from patches/mods-multiplayer/skinsdb/textures/character_48.png rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_48.png diff --git a/patches/mods-multiplayer/skinsdb/textures/character_48_preview.png b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_48_preview.png similarity index 100% rename from patches/mods-multiplayer/skinsdb/textures/character_48_preview.png rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_48_preview.png diff --git a/patches/mods-multiplayer/skinsdb/textures/character_49.png b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_49.png similarity index 100% rename from patches/mods-multiplayer/skinsdb/textures/character_49.png rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_49.png diff --git a/patches/mods-multiplayer/skinsdb/textures/character_49_preview.png b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_49_preview.png similarity index 100% rename from patches/mods-multiplayer/skinsdb/textures/character_49_preview.png rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_49_preview.png diff --git a/patches/mods-multiplayer/skinsdb/textures/character_4_preview.png b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_4_preview.png similarity index 100% rename from patches/mods-multiplayer/skinsdb/textures/character_4_preview.png rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_4_preview.png diff --git a/patches/mods-multiplayer/skinsdb/textures/character_5.png b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_5.png similarity index 100% rename from patches/mods-multiplayer/skinsdb/textures/character_5.png rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_5.png diff --git a/patches/mods-multiplayer/skinsdb/textures/character_50.png b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_50.png similarity index 100% rename from patches/mods-multiplayer/skinsdb/textures/character_50.png rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_50.png diff --git a/patches/mods-multiplayer/skinsdb/textures/character_50_preview.png b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_50_preview.png similarity index 100% rename from patches/mods-multiplayer/skinsdb/textures/character_50_preview.png rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_50_preview.png diff --git a/patches/mods-multiplayer/skinsdb/textures/character_5_preview.png b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_5_preview.png similarity index 100% rename from patches/mods-multiplayer/skinsdb/textures/character_5_preview.png rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_5_preview.png diff --git a/patches/mods-multiplayer/skinsdb/textures/character_6.png b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_6.png similarity index 100% rename from patches/mods-multiplayer/skinsdb/textures/character_6.png rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_6.png diff --git a/patches/mods-multiplayer/skinsdb/textures/character_6_preview.png b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_6_preview.png similarity index 100% rename from patches/mods-multiplayer/skinsdb/textures/character_6_preview.png rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_6_preview.png diff --git a/patches/mods-multiplayer/skinsdb/textures/character_7.png b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_7.png similarity index 100% rename from patches/mods-multiplayer/skinsdb/textures/character_7.png rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_7.png diff --git a/patches/mods-multiplayer/skinsdb/textures/character_7_preview.png b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_7_preview.png similarity index 100% rename from patches/mods-multiplayer/skinsdb/textures/character_7_preview.png rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_7_preview.png diff --git a/patches/mods-multiplayer/skinsdb/textures/character_8.png b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_8.png similarity index 100% rename from patches/mods-multiplayer/skinsdb/textures/character_8.png rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_8.png diff --git a/patches/mods-multiplayer/skinsdb/textures/character_8_preview.png b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_8_preview.png similarity index 100% rename from patches/mods-multiplayer/skinsdb/textures/character_8_preview.png rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_8_preview.png diff --git a/patches/mods-multiplayer/skinsdb/textures/character_9.png b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_9.png similarity index 100% rename from patches/mods-multiplayer/skinsdb/textures/character_9.png rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_9.png diff --git a/patches/mods-multiplayer/skinsdb/textures/character_9_preview.png b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_9_preview.png similarity index 100% rename from patches/mods-multiplayer/skinsdb/textures/character_9_preview.png rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/character_9_preview.png diff --git a/patches/mods-multiplayer/skinsdb/textures/inventory_plus_skins.png b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/inventory_plus_skins.png similarity index 100% rename from patches/mods-multiplayer/skinsdb/textures/inventory_plus_skins.png rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/inventory_plus_skins.png diff --git a/patches/mods-multiplayer/skinsdb/textures/u_skins_button.png b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/u_skins_button.png similarity index 100% rename from patches/mods-multiplayer/skinsdb/textures/u_skins_button.png rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/u_skins_button.png diff --git a/patches/mods-multiplayer/skinsdb/textures/ui_misc_form.png b/patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/ui_misc_form.png similarity index 100% rename from patches/mods-multiplayer/skinsdb/textures/ui_misc_form.png rename to patches/deprecated/mods-multiplayer-minetest_game/skinsdb/textures/ui_misc_form.png diff --git a/etc/change_hardcoded_world_and_username_manually_first/WIP (do not use)/nightly-cronjob.sh b/util/deprecated/change_hardcoded_world_and_username_manually_first/WIP (do not use)/nightly-cronjob.sh similarity index 100% rename from etc/change_hardcoded_world_and_username_manually_first/WIP (do not use)/nightly-cronjob.sh rename to util/deprecated/change_hardcoded_world_and_username_manually_first/WIP (do not use)/nightly-cronjob.sh diff --git a/etc/change_hardcoded_world_and_username_manually_first/backup-mts-world_cron.sh b/util/deprecated/change_hardcoded_world_and_username_manually_first/backup-mts-world_cron.sh similarity index 100% rename from etc/change_hardcoded_world_and_username_manually_first/backup-mts-world_cron.sh rename to util/deprecated/change_hardcoded_world_and_username_manually_first/backup-mts-world_cron.sh diff --git a/etc/change_hardcoded_world_and_username_manually_first/install-systemd-service.sh b/util/deprecated/change_hardcoded_world_and_username_manually_first/install-systemd-service.sh similarity index 100% rename from etc/change_hardcoded_world_and_username_manually_first/install-systemd-service.sh rename to util/deprecated/change_hardcoded_world_and_username_manually_first/install-systemd-service.sh diff --git a/etc/change_hardcoded_world_and_username_manually_first/mts-ENLIVEN.service b/util/deprecated/change_hardcoded_world_and_username_manually_first/mts-ENLIVEN.service similarity index 100% rename from etc/change_hardcoded_world_and_username_manually_first/mts-ENLIVEN.service rename to util/deprecated/change_hardcoded_world_and_username_manually_first/mts-ENLIVEN.service diff --git a/etc/change_hardcoded_world_and_username_manually_first/upstart_version/etc/init.d/mts-ENLIVEN.conf b/util/deprecated/change_hardcoded_world_and_username_manually_first/upstart_version/etc/init.d/mts-ENLIVEN.conf similarity index 100% rename from etc/change_hardcoded_world_and_username_manually_first/upstart_version/etc/init.d/mts-ENLIVEN.conf rename to util/deprecated/change_hardcoded_world_and_username_manually_first/upstart_version/etc/init.d/mts-ENLIVEN.conf diff --git a/etc/change_hardcoded_world_and_username_manually_first/upstart_version/install and start service.sh b/util/deprecated/change_hardcoded_world_and_username_manually_first/upstart_version/install and start service.sh similarity index 100% rename from etc/change_hardcoded_world_and_username_manually_first/upstart_version/install and start service.sh rename to util/deprecated/change_hardcoded_world_and_username_manually_first/upstart_version/install and start service.sh diff --git a/etc/change_hardcoded_world_and_username_manually_first/upstart_version/mts-ENLIVEN.conf b/util/deprecated/change_hardcoded_world_and_username_manually_first/upstart_version/mts-ENLIVEN.conf similarity index 100% rename from etc/change_hardcoded_world_and_username_manually_first/upstart_version/mts-ENLIVEN.conf rename to util/deprecated/change_hardcoded_world_and_username_manually_first/upstart_version/mts-ENLIVEN.conf diff --git a/etc/change_hardcoded_world_name_first/WIP (DO NOT USE)/redis-mtredisalize-start.sh b/util/deprecated/change_hardcoded_world_name_first/WIP (DO NOT USE)/redis-mtredisalize-start.sh similarity index 100% rename from etc/change_hardcoded_world_name_first/WIP (DO NOT USE)/redis-mtredisalize-start.sh rename to util/deprecated/change_hardcoded_world_name_first/WIP (DO NOT USE)/redis-mtredisalize-start.sh diff --git a/etc/change_hardcoded_world_name_first/backup-mts-world.sh b/util/deprecated/change_hardcoded_world_name_first/backup-mts-world.sh similarity index 100% rename from etc/change_hardcoded_world_name_first/backup-mts-world.sh rename to util/deprecated/change_hardcoded_world_name_first/backup-mts-world.sh diff --git a/etc/change_hardcoded_world_name_first/deprecated/eauth.sh b/util/deprecated/change_hardcoded_world_name_first/deprecated/eauth.sh similarity index 100% rename from etc/change_hardcoded_world_name_first/deprecated/eauth.sh rename to util/deprecated/change_hardcoded_world_name_first/deprecated/eauth.sh diff --git a/etc/change_hardcoded_world_name_first/editmtsconf.sh b/util/deprecated/change_hardcoded_world_name_first/editmtsconf.sh similarity index 100% rename from etc/change_hardcoded_world_name_first/editmtsconf.sh rename to util/deprecated/change_hardcoded_world_name_first/editmtsconf.sh diff --git a/etc/change_hardcoded_world_name_first/mts-ENLIVEN.sh b/util/deprecated/change_hardcoded_world_name_first/mts-ENLIVEN.sh similarity index 100% rename from etc/change_hardcoded_world_name_first/mts-ENLIVEN.sh rename to util/deprecated/change_hardcoded_world_name_first/mts-ENLIVEN.sh diff --git a/etc/change_hardcoded_world_name_first/nightly-sudoer-script.sh b/util/deprecated/change_hardcoded_world_name_first/nightly-sudoer-script.sh similarity index 100% rename from etc/change_hardcoded_world_name_first/nightly-sudoer-script.sh rename to util/deprecated/change_hardcoded_world_name_first/nightly-sudoer-script.sh diff --git a/etc/change_hardcoded_world_name_first/restore-env-meta.sh b/util/deprecated/change_hardcoded_world_name_first/restore-env-meta.sh similarity index 100% rename from etc/change_hardcoded_world_name_first/restore-env-meta.sh rename to util/deprecated/change_hardcoded_world_name_first/restore-env-meta.sh diff --git a/etc/change_hardcoded_world_name_first/use if you want/log_clear_mysql.sh b/util/deprecated/change_hardcoded_world_name_first/use if you want/log_clear_mysql.sh similarity index 100% rename from etc/change_hardcoded_world_name_first/use if you want/log_clear_mysql.sh rename to util/deprecated/change_hardcoded_world_name_first/use if you want/log_clear_mysql.sh diff --git a/webapp/deploy-WIP-ENLIVEN.sh b/util/deprecated/deploy-WIP-ENLIVEN.sh similarity index 84% rename from webapp/deploy-WIP-ENLIVEN.sh rename to util/deprecated/deploy-WIP-ENLIVEN.sh index ee745dc..8dac21a 100755 --- a/webapp/deploy-WIP-ENLIVEN.sh +++ b/util/deprecated/deploy-WIP-ENLIVEN.sh @@ -1,4 +1,6 @@ #!/bin/bash +echo "functionality of this script is replaced by scripts in /webapp/" +exit 1 src=WIP/ENLIVEN if [ ! -d "$src" ]; then echo "ERROR: missing $src" diff --git a/etc/install-ENLIVEN-minetest_game.sh b/util/deprecated/install-ENLIVEN-minetest_game.sh similarity index 99% rename from etc/install-ENLIVEN-minetest_game.sh rename to util/deprecated/install-ENLIVEN-minetest_game.sh index 7a8eaee..93d1d6d 100755 --- a/etc/install-ENLIVEN-minetest_game.sh +++ b/util/deprecated/install-ENLIVEN-minetest_game.sh @@ -881,9 +881,9 @@ if [ -d "$PATCHES_PATH" ]; then sudo cp -R $PATCHES_PATH/mods-integration/* "$MT_MYGAME_MODS_PATH/" echo echo " [ + ] adding the following multiplayer mods (included):" - ls $PATCHES_PATH/mods-multiplayer/ - ls $PATCHES_PATH/mods-multiplayer/ | grep -v skinsdb >> "$MOD_LIST" - sudo cp -R $PATCHES_PATH/mods-multiplayer/* "$MT_MYGAME_MODS_PATH/" + ls $PATCHES_PATH/deprecated/mods-multiplayer-minetest_game/ + ls $PATCHES_PATH/deprecated/mods-multiplayer-minetest_game/ | grep -v skinsdb >> "$MOD_LIST" + sudo cp -R $PATCHES_PATH/deprecated/mods-multiplayer-minetest_game/* "$MT_MYGAME_MODS_PATH/" echo " [ / ] patching mobs..." echo "adding non-manual patches to subgame (vs minetest_game and downloaded mods):" echo "patching $MT_MYGAME_DIR (files only, so 'omitting directory' warnings are ok)..." @@ -904,7 +904,7 @@ if [ -d "$SUB_PATH" ]; then echo "removing original $SUB_PATH/character_*..." rm -Rf $SUB_PATH/character_* # cannot have quotes if using wildcards fi -sudo cp -f $PATCHES_PATH/mods-multiplayer/$PATCH_SKINS_MOD_NAME/$SUB_NAME/* "$SUB_PATH" +sudo cp -f $PATCHES_PATH/deprecated/mods-multiplayer-minetest_game/$PATCH_SKINS_MOD_NAME/$SUB_NAME/* "$SUB_PATH" if [ ! -d "$SUB_PATH" ]; then echo "ERROR: failed to install poikilos's skins to $SUB_PATH, so cannot continue." > $err_txt cat $err_txt @@ -926,7 +926,7 @@ if [ -d "$SUB_PATH" ]; then echo "removing original $SUB_PATH/character_*..." rm -Rf $SUB_PATH/character_* # cannot have quotes if using wildcards fi -sudo cp -f $PATCHES_PATH/mods-multiplayer/$PATCH_SKINS_MOD_NAME/$SUB_NAME/* "$SUB_PATH" +sudo cp -f $PATCHES_PATH/deprecated/mods-multiplayer-minetest_game/$PATCH_SKINS_MOD_NAME/$SUB_NAME/* "$SUB_PATH" if [ ! -d "$SUB_PATH" ]; then echo "ERROR: failed to install poikilos's skins to $SUB_PATH, so cannot continue." > $err_txt cat $err_txt diff --git a/etc/network/Logon/Logon (change this link to point to your policy GUID).lnk b/util/deprecated/network/Logon/Logon (change this link to point to your policy GUID).lnk similarity index 100% rename from etc/network/Logon/Logon (change this link to point to your policy GUID).lnk rename to util/deprecated/network/Logon/Logon (change this link to point to your policy GUID).lnk diff --git a/etc/network/Logon/minetest_userscript_localENLIVEN_server_only.vbs b/util/deprecated/network/Logon/minetest_userscript_localENLIVEN_server_only.vbs similarity index 100% rename from etc/network/Logon/minetest_userscript_localENLIVEN_server_only.vbs rename to util/deprecated/network/Logon/minetest_userscript_localENLIVEN_server_only.vbs diff --git a/etc/git_all_push.sh b/util/git_all_push.sh similarity index 100% rename from etc/git_all_push.sh rename to util/git_all_push.sh diff --git a/etc/unused/game-install-ENLIVEN-DEPRECATED.sh b/util/unused/game-install-ENLIVEN-DEPRECATED.sh similarity index 100% rename from etc/unused/game-install-ENLIVEN-DEPRECATED.sh rename to util/unused/game-install-ENLIVEN-DEPRECATED.sh diff --git a/etc/unused/install-minetest.net-all-backends-systemwide.sh b/util/unused/install-minetest.net-all-backends-systemwide.sh similarity index 100% rename from etc/unused/install-minetest.net-all-backends-systemwide.sh rename to util/unused/install-minetest.net-all-backends-systemwide.sh diff --git a/etc/unused/minetest-install VERY OLD release package (DO NOT USE).sh b/util/unused/minetest-install VERY OLD release package (DO NOT USE).sh similarity index 100% rename from etc/unused/minetest-install VERY OLD release package (DO NOT USE).sh rename to util/unused/minetest-install VERY OLD release package (DO NOT USE).sh diff --git a/etc/unused/minetestserver-install-git (NO redis).sh b/util/unused/minetestserver-install-git (NO redis).sh similarity index 100% rename from etc/unused/minetestserver-install-git (NO redis).sh rename to util/unused/minetestserver-install-git (NO redis).sh diff --git a/etc/unused/minetestserver-install-git-ENABLE_REDIS.sh b/util/unused/minetestserver-install-git-ENABLE_REDIS.sh similarity index 100% rename from etc/unused/minetestserver-install-git-ENABLE_REDIS.sh rename to util/unused/minetestserver-install-git-ENABLE_REDIS.sh diff --git a/etc/unused/throwing-change-to-Echoes91.sh b/util/unused/throwing-change-to-Echoes91.sh similarity index 100% rename from etc/unused/throwing-change-to-Echoes91.sh rename to util/unused/throwing-change-to-Echoes91.sh diff --git a/etc/unused/unused-mods.sh b/util/unused/unused-mods.sh similarity index 100% rename from etc/unused/unused-mods.sh rename to util/unused/unused-mods.sh diff --git a/webapp/install-mts.sh b/webapp/install-mts.sh index dc3d10a..7c0838d 100755 --- a/webapp/install-mts.sh +++ b/webapp/install-mts.sh @@ -9,6 +9,12 @@ extracted_name=linux-minetest-kit flag_dir="$extracted_name/mtsrc" if [ ! -d "$flag_dir" ]; then echo "ERROR: missing $flag_dir" + echo "- If you do not have a minetest source directory with" + echo " libraries built yet, you must add that such as by running:" + echo + echo "bash reset-minetest-install-source.sh" + echo + echo exit 1 fi pushd "$extracted_name" @@ -138,6 +144,9 @@ src="patches/Bucket_Game-patched" dst="$HOME/minetest/games/ENLIVEN" echo "updating '$dst' from '$src/'..." rsync -rt "$src/" "$dst" +if [ -d "$dst/mods/coderfood/food_basic/etc" ]; then + rm -Rf "$dst/mods/coderfood/food_basic/etc" +fi # Bucket_Game doesn't come with a minetest.conf, only minetest.conf.example* files # if [ ! -f "$HOME/minetest/minetest.Bucket_Game-example.conf" ]; then diff --git a/webapp/reset-minetest.sh b/webapp/reset-minetest-install-source.sh similarity index 100% rename from webapp/reset-minetest.sh rename to webapp/reset-minetest-install-source.sh