Skip to content

1.13.2 Install Guide

Alexander Xia edited this page Nov 24, 2018 · 6 revisions

Abstract

It's a guide about how to install CustomSkinLoader(14.10-SNAPSHOT-55) on Minecraft 1.13.2 .

Steps

1.Download CustomSkinLoader

Download CustomSkinLoader from CurseForge or Adfly. Put the downloaded jar file into .minecraft/libraries/customskinloader/CustomSkinLoader_1.13.2/14.10-SNAPSHOT-55.

2.Create json

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": "https://csl.littleservice.cn/"
    },
    {
      "name": "net.minecraft:launchwrapper:1.12"
    }
  ]
}

Save the json file or download json file from Adfly.

3.Start your game

Notice

It is a client-side mod, so you don't have to install it on the server side.

Clone this wiki locally