mirror of
https://github.com/LCEMP/LCEMP.git
synced 2026-04-25 00:13:56 +00:00
Adding folder with deafult skins
This commit is contained in:
parent
764fecfcca
commit
1e62ce99c7
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -185,3 +185,8 @@ Minecraft.Client/PS3/PS3Extras/HeapInspector/
|
|||
|
||||
# Sony remote storage libs
|
||||
Minecraft.Client/Common/Network/Sony/
|
||||
|
||||
# ===========================================
|
||||
# CustomSkins exception
|
||||
# ===========================================
|
||||
!CustomSkins/*
|
||||
BIN
CustomSkins/Duck.png
Normal file
BIN
CustomSkins/Duck.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 485 B |
BIN
CustomSkins/Herobrine.png
Normal file
BIN
CustomSkins/Herobrine.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.6 KiB |
7
CustomSkins/Readme.txt
Normal file
7
CustomSkins/Readme.txt
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
To import a Minecraft skin, you need to convert it using a site that transforms the image from 64x64 to 64x32
|
||||
You can use sites like:
|
||||
https://mcskins.top/x64-to-x32
|
||||
|
||||
Then paste the image into this directory and restart the game
|
||||
|
||||
In this directory you will find testing skins that you can use
|
||||
Loading…
Reference in a new issue