Update mcl_skins readme

This commit is contained in:
Wuzzy 2019-03-05 10:40:37 +01:00
parent aae30bba39
commit 788ecbf178
2 changed files with 10 additions and 6 deletions

View File

@ -1,6 +1,4 @@
-- Simple Skins mod for Minetest (MineClone 2 Edition) -- Skins for MineClone 2
-- Released by TenPlus1 and based on Zeg9's code under MIT license
mcl_skins = { mcl_skins = {
skins = {}, previews = {}, meta = {}, skins = {}, previews = {}, meta = {},

View File

@ -1,7 +1,13 @@
Simple Skins, MineClone 2 Edition = Skins for MineClone 2 =
Simple Skins mod to allow players to select a skin. Simple mod to allow players to select a skin.
Use the chat command /setskin to change skin. Use the chat command /setskin to change skin.
Original mod: Forked from Simple Skins by TenPlus1.
https://forum.minetest.net/viewtopic.php?id=9100 https://forum.minetest.net/viewtopic.php?id=9100
== License ==
Code under MIT license
Origial authors:
- TenPlus1
- Zeg9