Compare commits
1 Commits
contentdb
...
pr_114_fix
Author | SHA1 | Date | |
---|---|---|---|
17ff9414da |
4
.gitignore
vendored
@ -1,4 +1,4 @@
|
|||||||
#textures/character_*.png
|
textures/character_*.png
|
||||||
textures/player_*.png
|
textures/player_*.png
|
||||||
#meta/character_*.txt
|
meta/character_*.txt
|
||||||
meta/player_*.txt
|
meta/player_*.txt
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# skinsdb - User-facing branch that includes a few basic skins
|
# skinsdb
|
||||||
|
|
||||||
This Minetest mod offers changeable player skins with a graphical interface for multiple inventory mods.
|
This Minetest mod offers changeable player skins with a graphical interface for multiple inventory mods.
|
||||||
|
|
||||||
@ -38,9 +38,9 @@ You might want to run `minetest` in a Terminal/Console window to check the log o
|
|||||||
**Requirements:**
|
**Requirements:**
|
||||||
|
|
||||||
* Python 3
|
* Python 3
|
||||||
* `requests` library: `pip3 install requests`
|
* `requests` library: `pip3 install requests`
|
||||||
|
|
||||||
Go to the updater folder of this mod and run `python3 update_skins.py`
|
Go to the updater folder of this mod and run `python3 update_skins.py`
|
||||||
The Script will download all the skins from the database for you.
|
The Script will download all the skins from the database for you.
|
||||||
|
|
||||||
### Manual addition
|
### Manual addition
|
||||||
@ -66,4 +66,3 @@ The Script will download all the skins from the database for you.
|
|||||||
- bell07 (source code)
|
- bell07 (source code)
|
||||||
- stujones11 (player models)
|
- stujones11 (player models)
|
||||||
- jordan4ibanez (1st person view hand)
|
- jordan4ibanez (1st person view hand)
|
||||||
- sirrobzeroone (skins)
|
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
Castaway female
|
|
||||||
sirrobzeroone
|
|
||||||
CC0/Public Domain
|
|
@ -1,3 +0,0 @@
|
|||||||
Castaway male
|
|
||||||
sirrobzeroone
|
|
||||||
CC0/Public Domain
|
|
@ -1,3 +0,0 @@
|
|||||||
Farmer female
|
|
||||||
sirrobzeroone
|
|
||||||
CC0/Public Domain
|
|
@ -1,3 +0,0 @@
|
|||||||
Farmer male
|
|
||||||
sirrobzeroone
|
|
||||||
CC0/Public Domain
|
|
@ -1,3 +0,0 @@
|
|||||||
Prince
|
|
||||||
sirrobzeroone
|
|
||||||
CC0/Public Domain
|
|
@ -1,3 +0,0 @@
|
|||||||
Princess
|
|
||||||
sirrobzeroone
|
|
||||||
CC0/Public Domain
|
|
@ -1,3 +0,0 @@
|
|||||||
Rogue female
|
|
||||||
sirrobzeroone
|
|
||||||
CC0/Public Domain
|
|
@ -1,3 +0,0 @@
|
|||||||
Rogue male
|
|
||||||
sirrobzeroone
|
|
||||||
CC0/Public Domain
|
|
Before Width: | Height: | Size: 3.6 KiB |
Before Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 2.7 KiB |
Before Width: | Height: | Size: 3.7 KiB |
Before Width: | Height: | Size: 3.7 KiB |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 3.9 KiB |