-
Notifications
You must be signed in to change notification settings - Fork 35
1.14 Install Guide
Alexander Xia edited this page Apr 26, 2019
·
1 revision
It's a guide about how to install CustomSkinLoader(14.11-SNAPSHOT-75) on Minecraft 1.14 without Fabric or Forge.
Download CustomSkinLoader from CurseForge or Adfly.
Put the downloaded jar file into .minecraft/libraries/customskinloader/CustomSkinLoader_1.14/14.11-SNAPSHOT-75
.
Create 1.14-CSL-14.11-s75.json
in .minecraft/versions/1.14-CSL-14.11-s75
, and put the following text into the json file:
{
"id": "1.14-CSL-14.11-s75",
"inheritsFrom": "1.14",
"jar": "1.14",
"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.14:14.11-SNAPSHOT-75",
"url": "https://csl.littleservice.cn/libraries/"
},
{
"name": "net.minecraft:launchwrapper:1.12"
}
]
}
Save the json file or download json file from Adfly.
It is a client-side mod, so you don't have to install it on the server side.