1.13.2 Install Guide
It's a guide about how to install CustomSkinLoader(14.10-SNAPSHOT-55) on Minecraft 1.13.2 . If you want to install CustomSkinLoader with OptiFine, please see Install with OptiFine.
Create 1.13.2-CSL-14.10-SNAPSHOT-55.json in .minecraft/versions/1.13.2-CSL-14.10-SNAPSHOT-55, and put the following text into the json file:
{
"id": "1.13.2-CSL-14.10-SNAPSHOT-43",
"inheritsFrom": "1.13.2",
"jar": "1.13.2",
"releaseTime": "2013-01-02T21:10:00+08:00",
"time": "2013-01-02T21:10:00+08:00",
"type": "release",
"arguments": {
"game": [
"--tweakClass",
"customskinloader.tweaker.Tweaker"
]
},
"mainClass": "net.minecraft.launchwrapper.Launch",
"libraries": [
{
"name": "customskinloader:CustomSkinLoader_1.13.2:14.10-SNAPSHOT-55",
"url": ""
},
{
"name": "net.minecraft:launchwrapper:1.12"
}
]
}Save the json file or download json file from Adfly.
The json file can be found at .minecraft/versions/1.13.2-OptiFine_HD_U_E4/1.13.2-OptiFine_HD_U_E4.json.
Add this json text in libraries:
{
"name": "customskinloader:CustomSkinLoader_1.13.2:14.10-SNAPSHOT-55",
"url": ""
},After doing it, the whole json will be like this:
{
"id": "1.13.2-OptiFine_HD_U_E4",
"inheritsFrom": "1.13.2",
"time": "2018-11-25T00:18:07+08:00",
"releaseTime": "2018-11-25T00:18:07+08:00",
"type": "release",
"libraries": [
{
"name": "customskinloader:CustomSkinLoader_1.13.2:14.10-SNAPSHOT-55",
"url": ""
},
{
"name": "optifine:OptiFine:1.13.2_HD_U_E4"
},
{
"name": "net.minecraft:launchwrapper:1.12"
}
],
"mainClass": "net.minecraft.launchwrapper.Launch",
"minimumLauncherVersion": "21",
"arguments": {
"game": [
"--tweakClass",
"optifine.OptiFineTweaker"
]
}
}Save the json.
It is a client-side mod, so you don't have to install it on the server side.