Files
fuwuduan/config/yes_steve_model/custom/default_controllers/ysm.json

89 lines
2.2 KiB
JSON
Raw Normal View History

2026-01-19 12:28:32 +00:00
{
"spec": 2,
"metadata": {
"name": "Default Controllers Model",
"tips": "默认控制器测试模型",
"license": {
"type": "CC 0"
},
"authors": [
{
"name": "哥斯拉",
"role": "模型",
"avatar": "avatar/gsl.png",
"contact": {
"Afdian": "https://afdian.com/a/6TGESILA",
"Bilibili": "https://space.bilibili.com/17798027"
},
"comment": "一个MC模型/YSM作者想法很多时间很少"
},
{
"name": "星屑海螺",
"role": "动画",
"avatar": "avatar/hl.png",
"contact": {
"Afdian": "https://afdian.com/a/lucia2048",
"Bilibili": "https://space.bilibili.com/14975572"
},
"comment": "漂泊于群星之中"
}
],
"link": {
"home": "https://modrinth.com/mod/yes-steve-model",
"donate": "https://afdian.com/a/ysmmod"
}
},
"properties": {
"height_scale": 0.7,
"width_scale": 0.7,
"extra_animation": {
"extra0": "#extra_config",
"extra1": "",
"extra2": "",
"extra3": "",
"extra4": "",
"extra5": "",
"extra6": "",
"extra7": ""
},
"extra_animation_buttons": [
{
"id": "extra_config",
"name": "0",
"config_forms": [
{
"type": "range",
"title": "Size/大小: ",
"description": "Change the player size (改变玩家大小)",
"value": "v.player_size",
"step": 0.05,
"min": 0.2,
"max": 3
}
]
}
],
"preview_animation": "idle",
"default_texture": "default",
"render_layers_first": false,
"free": true
},
"files": {
"player": {
"model": {
"main": "models/main.json",
"arm": "models/arm.json"
},
"animation": {
"main": "animations/main.animation.json",
"arm": "animations/arm.animation.json"
},
"animation_controllers": [
"controller/parallel_controllers.json"
],
"texture": [
"textures/texture.png"
]
}
}
}