更改了一部分的贴图和译名

This commit is contained in:
Data07 2024-08-04 02:06:31 +08:00
parent 53def461ae
commit db3463008a
15 changed files with 36 additions and 27 deletions

View File

@ -1,5 +1,5 @@
{ {
"name": "SakuraDress", "name": "SakuraDress",
"description": "樱落绘境SakuraDress - 风云", "description": "樱落绘境SakuraDress - 风云",
"version": "1.2.2" "version": "1.2.4"
} }

View File

@ -10,10 +10,10 @@
"tag:aisi": {}, "tag:aisi": {},
"tag:fashion": {}, "tag:fashion": {},
"minecraft:icon": { "minecraft:icon": {
"texture": "maozi" "texture": "dress2"
}, },
"minecraft:display_name": { "minecraft:display_name": {
"value":"aisi" "value":"爱斯·特丽德"
} }
}, },
"events": {} "events": {}

View File

@ -10,10 +10,10 @@
"tag:bailu": {}, "tag:bailu": {},
"tag:bailuon": {}, "tag:bailuon": {},
"minecraft:icon": { "minecraft:icon": {
"texture": "maozi" "texture": "dress3"
}, },
"minecraft:display_name": { "minecraft:display_name": {
"value":"bailu" "value":"白露"
} }
}, },
"events": {} "events": {}

View File

@ -10,10 +10,10 @@
"tag:banruo": {}, "tag:banruo": {},
"tag:fashion": {}, "tag:fashion": {},
"minecraft:icon": { "minecraft:icon": {
"texture": "maozi" "texture": "dress2"
}, },
"minecraft:display_name": { "minecraft:display_name": {
"value":"banruo" "value":"般若武士"
} }
}, },
"events": {} "events": {}

View File

@ -10,10 +10,10 @@
"tag:bingfeng": {}, "tag:bingfeng": {},
"tag:bingfengon": {}, "tag:bingfengon": {},
"minecraft:icon": { "minecraft:icon": {
"texture": "maozi" "texture": "dress3"
}, },
"minecraft:display_name": { "minecraft:display_name": {
"value":"bingfeng" "value":"冰封女王"
} }
}, },
"events": {} "events": {}

View File

@ -10,10 +10,10 @@
"tag:bohui": {}, "tag:bohui": {},
"tag:fashion": {}, "tag:fashion": {},
"minecraft:icon": { "minecraft:icon": {
"texture": "maozi" "texture": "dress3"
}, },
"minecraft:display_name": { "minecraft:display_name": {
"value":"bohui" "value":"卜绘咕"
} }
}, },
"events": {} "events": {}

View File

@ -10,10 +10,10 @@
"tag:cike": {}, "tag:cike": {},
"tag:fashion": {}, "tag:fashion": {},
"minecraft:icon": { "minecraft:icon": {
"texture": "maozi" "texture": "dress2"
}, },
"minecraft:display_name": { "minecraft:display_name": {
"value":"cike" "value":"黑风刺客"
} }
}, },
"events": {} "events": {}

View File

@ -10,10 +10,10 @@
"tag:fashi": {}, "tag:fashi": {},
"tag:fashion": {}, "tag:fashion": {},
"minecraft:icon": { "minecraft:icon": {
"texture": "maozi" "texture": "dress2"
}, },
"minecraft:display_name": { "minecraft:display_name": {
"value":"fashi" "value":"紫晶法师"
} }
}, },
"events": {} "events": {}

View File

@ -10,10 +10,10 @@
"tag:feier": {}, "tag:feier": {},
"tag:feieron": {}, "tag:feieron": {},
"minecraft:icon": { "minecraft:icon": {
"texture": "maozi" "texture": "dress3"
}, },
"minecraft:display_name": { "minecraft:display_name": {
"value":"feier" "value":"菲尔"
} }
}, },
"events": {} "events": {}

View File

@ -10,10 +10,10 @@
"tag:fuguang": {}, "tag:fuguang": {},
"tag:fuguangon": {}, "tag:fuguangon": {},
"minecraft:icon": { "minecraft:icon": {
"texture": "maozi" "texture": "dress3"
}, },
"minecraft:display_name": { "minecraft:display_name": {
"value":"fuguang" "value":"光明骑士"
} }
}, },
"events": {} "events": {}

View File

@ -10,10 +10,10 @@
"tag:gaoda": {}, "tag:gaoda": {},
"tag:gaodaon": {}, "tag:gaodaon": {},
"minecraft:icon": { "minecraft:icon": {
"texture": "maozi" "texture": "dress3"
}, },
"minecraft:display_name": { "minecraft:display_name": {
"value":"gaoda" "value":"高达"
} }
}, },
"events": {} "events": {}

View File

@ -10,10 +10,10 @@
"tag:gewen": {}, "tag:gewen": {},
"tag:gewenon": {}, "tag:gewenon": {},
"minecraft:icon": { "minecraft:icon": {
"texture": "maozi" "texture": "dress3"
}, },
"minecraft:display_name": { "minecraft:display_name": {
"value":"gewen" "value":"格温"
} }
}, },
"events": {} "events": {}

View File

@ -7,7 +7,7 @@
"version": [ "version": [
1, 1,
2, 2,
2 4
], ],
"min_engine_version": [ "min_engine_version": [
1, 1,
@ -23,7 +23,7 @@
"version": [ "version": [
1, 1,
2, 2,
2 4
] ]
} }
] ]

View File

@ -7,7 +7,7 @@
"version": [ "version": [
1, 1,
2, 2,
2 4
], ],
"min_engine_version": [ "min_engine_version": [
1, 1,
@ -23,7 +23,7 @@
"version": [ "version": [
1, 1,
2, 2,
2 4
] ]
} }
] ]

View File

@ -5,6 +5,15 @@
"maozi": { "maozi": {
"textures": "textures/items/dress2" "textures": "textures/items/dress2"
}, },
"dress1": {
"textures": "textures/items/dress1"
},
"dress2": {
"textures": "textures/items/dress2"
},
"dress3": {
"textures": "textures/items/dress3"
},
"xueyuan": { "xueyuan": {
"textures": "textures/items/xueyuan" "textures": "textures/items/xueyuan"
} }