forked from VoxeLibre/VoxeLibre
Update mcl_skins readme
This commit is contained in:
parent
aae30bba39
commit
788ecbf178
|
@ -1,6 +1,4 @@
|
|||
-- Simple Skins mod for Minetest (MineClone 2 Edition)
|
||||
|
||||
-- Released by TenPlus1 and based on Zeg9's code under MIT license
|
||||
-- Skins for MineClone 2
|
||||
|
||||
mcl_skins = {
|
||||
skins = {}, previews = {}, meta = {},
|
||||
|
|
|
@ -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.
|
||||
|
||||
Original mod:
|
||||
Forked from Simple Skins by TenPlus1.
|
||||
https://forum.minetest.net/viewtopic.php?id=9100
|
||||
|
||||
== License ==
|
||||
Code under MIT license
|
||||
Origial authors:
|
||||
- TenPlus1
|
||||
- Zeg9
|
||||
|
|
Loading…
Reference in New Issue