one readme is enough
This commit is contained in:
parent
e66aa2d45f
commit
7553b45432
18
README.md
18
README.md
@ -1,18 +0,0 @@
|
||||
Player Hash Skin Mod for Minetest
|
||||
====================================
|
||||
|
||||
This mod calculates a hash code of a player's name and chooses a texture for him according to this hash code.
|
||||
There are 8 skins as default, you can change them by replacing player_hash_skin_-integer-.png with the skin you want.
|
||||
If you want more than 8 skins, change line 10 in init.lua:
|
||||
hash = hash%8 to hash = hash%-count of skins-
|
||||
and add additional skins to the textures folder.
|
||||
|
||||
|
||||
License of source code:
|
||||
-----------------------
|
||||
WTFPL, original author: Hiradur
|
||||
Code snippet taken from PilzAdam's player_textures mod.
|
||||
|
||||
License of textures:
|
||||
--------------------------------
|
||||
CC-BY-SA 3.0, original author: Jordach
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user