@extends('user.master') @section('title', '配置生成') @section('style') @endsection @section('content')

配置生成 Configuration Generator

MOD 需求

本站支持的皮肤 MOD 有 UniSkinModCustomSkinLoader 各自的新版和旧版,以及任何支持传统皮肤加载链接的皮肤 MOD。

详细教程:@GitHub

配置生成

MOD
版本

配置文件

{
    "enable": true,
    "loadlist": [
        {
            "name": "",
            "type": "CustomSkinAPI",
            "root": ""
        },
        {
            "name": "Mojang",
            "type": "MojangAPI"
        }
    ]
}
@endsection @section('script') @endsection