From 66043c38754c1327d6d7e3b75b30d4dbdde5d09f Mon Sep 17 00:00:00 2001 From: bell07 Date: Wed, 21 Jun 2017 21:36:30 +0200 Subject: [PATCH] Update and rename README to README.md --- README | 26 -------------------------- README.md | 40 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+), 26 deletions(-) delete mode 100644 README create mode 100644 README.md diff --git a/README b/README deleted file mode 100644 index 74f6cac..0000000 --- a/README +++ /dev/null @@ -1,26 +0,0 @@ -minetest-skins -================ -An skin extention for the Minetest (bell07's version) -It downloads the skins from the Minetest skin database. (http://minetest.fensta.bplaced.net) - -To download the latest there are 3 tools available in "updater" folder: - "./update_skins_db.sh" bash and jq required - "./update_from_db.py" python3 required - "MT_skins_updater.exe" windows required - -Licenses: --------- - -cornernote: - Lua source code (GPLv3) - -Fritigern: - update_skins_db.sh (CC-BY-NC-SA 4.0) - -Krock: - Lua source code (GPLv3) - MT_skins_updater.exe (WTFPL) - -Credits: --------- -RealyBadAngel unified_inventory and Zeg9 skinsdb diff --git a/README.md b/README.md new file mode 100644 index 0000000..b0e8784 --- /dev/null +++ b/README.md @@ -0,0 +1,40 @@ +minetest-skinsdb + +An skin extention for the Minetest. + +Features: + - a flexible Skins-API to manage a skins database + - character_creator supported as "custom skin" possible + - Inventory tabs in sfinv and unified_inventory to select the skins + - Smart_inventory uses the skinsdb for skins selection + - Skin previews supported in selection + - Skin metadata supported showing the selected skin + - Support for different skins lists. Currently implemented a public list and per-player lists trough skin filenames + - Full 3d_armor support + - Previews are used in 3d_armor selection + - skins download scripts included for the Minetest skin database. (http://minetest.fensta.bplaced.net) + +To download the latest there are 3 tools available in "updater" folder: + "./update_skins_db.sh" bash and jq required + "./update_from_db.py" python3 required + "MT_skins_updater.exe" windows required + +Licenses: +-------- + +cornernote: + - Lua source code (GPLv3) + +Fritigern: + - update_skins_db.sh (CC-BY-NC-SA 4.0) + +Krock: + - Lua source code (GPLv3) + - MT_skins_updater.exe (WTFPL) + +bell07: + - Lua source code (GPLv3) + +Credits: + - RealyBadAngel unified_inventory + - Zeg9 skinsdb