limuyu011 commited on
Commit
8192e87
·
verified ·
1 Parent(s): 4012a90

add mc_equipments

Browse files
Files changed (1) hide show
  1. mc_equipments.1.16.json +48 -0
mc_equipments.1.16.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "head":[
3
+ "carved_pumpkin",
4
+ "turtle_helmet",
5
+ "leather_helmet",
6
+ "chainmail_helmet",
7
+ "iron_helmet",
8
+ "diamond_helmet",
9
+ "golden_helmet",
10
+ "netherite_helmet"
11
+ ],
12
+ "rare_head":[
13
+ "skeleton_skull",
14
+ "wither_skeleton_skull",
15
+ "player_head",
16
+ "zombie_head",
17
+ "creeper_head",
18
+ "dragon_head"
19
+ ],
20
+ "chest":[
21
+ "leather_chestplate",
22
+ "chainmail_chestplate",
23
+ "iron_chestplate",
24
+ "diamond_chestplate",
25
+ "golden_chestplate",
26
+ "netherite_chestplate",
27
+ "elytra"
28
+ ],
29
+ "legs":[
30
+ "leather_leggings",
31
+ "chainmail_leggings",
32
+ "iron_leggings",
33
+ "diamond_leggings",
34
+ "golden_leggings",
35
+ "netherite_leggings"
36
+ ],
37
+ "feet":[
38
+ "leather_boots",
39
+ "chainmail_boots",
40
+ "iron_boots",
41
+ "diamond_boots",
42
+ "golden_boots",
43
+ "netherite_boots"
44
+ ],
45
+ "offhand":[
46
+ "shield"
47
+ ]
48
+ }