mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-11-05 07:13:51 +01:00
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)
|
-- 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 = {},
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user