UID1278406性别保密经验 EP铁粒 粒回帖0主题精华在线时间 小时注册时间2023-8-18最后登录1970-1-1
| 10铁粒 {
"format_version": "1.17.0",
"minecraft:item": {
"description": {
"identifier": "example:flame_sword",
"category": "combat",
"sub_category": "sword"
},
"components": {
"minecraft:max_damage": 1000,
"minecraft:weapon": {
"on_hurt_entity": {
"event": "on_sword_hit"
}
},
"minecraft:damage": 15,
"minecraft:enchantable": {
"enchant_categories": ["sword"]
},
"minecraft:display_name": {
"value": "烈焰剑"
},
"minecraft:icon": {
"texture": "flame_sword{
"resource_pack_name": "近战",
"texture_name": "atlas.items",
"texture_data": {
"flame_sword": {
"textures": "item/flame_sword"
}
}
}
} |
最佳答案查看完整内容 疑似 AI 写的,minecraft:icon 怎么会定义材质路径。(应该是只定义一个短名)
还是以官方文档为主,很多 AI 本质上简单来说就是喂数据出来的,很多 AI 的资料库也不是最新的,官方文档变动可清楚查到。 |