diff --git a/.gitignore b/.gitignore index ba39cb7..4a9cf49 100644 --- a/.gitignore +++ b/.gitignore @@ -185,3 +185,8 @@ Minecraft.Client/PS3/PS3Extras/HeapInspector/ # Sony remote storage libs Minecraft.Client/Common/Network/Sony/ + +# =========================================== +# CustomSkins exception +# =========================================== +!CustomSkins/* \ No newline at end of file diff --git a/CustomSkins/Duck.png b/CustomSkins/Duck.png new file mode 100644 index 0000000..b9d383a Binary files /dev/null and b/CustomSkins/Duck.png differ diff --git a/CustomSkins/Herobrine.png b/CustomSkins/Herobrine.png new file mode 100644 index 0000000..dd3d633 Binary files /dev/null and b/CustomSkins/Herobrine.png differ diff --git a/CustomSkins/Readme.txt b/CustomSkins/Readme.txt new file mode 100644 index 0000000..7f85856 --- /dev/null +++ b/CustomSkins/Readme.txt @@ -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 \ No newline at end of file