diff --git a/skins/README.md b/skins/README.md index 2383426..088c199 100644 --- a/skins/README.md +++ b/skins/README.md @@ -1,4 +1,4 @@ **EDITING THIS FOLDER IS USELESS, EDIT THE ONE WITH THE SAME NAME IN THE WORLD FOLDER INSTEAD** -The first time the world is launched with `skins_collectible` on, this folder is copy-pasted into the world folder (and this file deleted). The only purpose of this folder is to provide a few skins by default, to let modders understand how to implement their own skins more easily. +The first time the world is launched with `skins_collectible` on, this folder is copy-pasted into the world folder (and this file deleted). The purpose of this folder is to provide all the menu assets and a few skins by default. These skins help modders understand how to implement their ones more easily. diff --git a/skins/instructions.txt b/skins/instructions.txt index 052a056..117733a 100644 --- a/skins/instructions.txt +++ b/skins/instructions.txt @@ -16,4 +16,4 @@ skinID: /menu is for customising the skin selection formspec. DO NOT rename files or they won't work, just override them with your custom image. -/textures is for images in general (skin, preview, splash art). Every preview file must have the same name of the skin it represents + "_preview", or it won't work. +/textures is for images in general (skin, preview, splash art). Every preview file must have the same name of the skin it represents + "_preview", or it won't work. The same goes for splash art, with the suffix "_splash". Preview files are mandatory, splash arts are not.