-
Notifications
You must be signed in to change notification settings - Fork 38
/
Copy pathcombat.sk
152 lines (122 loc) · 7.59 KB
/
combat.sk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
combat update:
minecraft version = 1.9 or newer
shield¦s = minecraft:shield
spectral arrow¦s = minecraft:spectral_arrow[relatedEntity=spectral arrow]
{potion types} tipped arrow¦s = minecraft:tipped_arrow
tipped arrow[s] of {potion types} = minecraft:tipped_arrow
armor:
leather (cap|helmet)¦s = minecraft:leather_helmet
leather (tunic|chest(piece|plate))¦s = minecraft:leather_chestplate
leather (pants|leggings) = minecraft:leather_leggings
leather boots = minecraft:leather_boots
[any] leather armo[u]r = leather cap, leather chestpiece, leather pants, leather boots
iron (cap|helmet)¦s = minecraft:iron_helmet
iron chest(piece|plate)¦s = minecraft:iron_chestplate
iron (pants|leggings) = minecraft:iron_leggings
iron boots = minecraft:iron_boots
[any] iron armo[u]r = iron cap, iron chestpiece, iron pants, iron boots
gold[en] (cap|helmet)¦s = minecraft:golden_helmet
gold[en] chest(piece|plate)¦s = minecraft:golden_chestplate
gold[en] (pants|leggings) = minecraft:golden_leggings
gold[en] boots = minecraft:golden_boots
[any] gold[en] armo[u]r = gold cap, gold chestpiece, gold pants, gold boots
diamond (cap|helmet)¦s = minecraft:diamond_helmet
diamond chest(piece|plate)¦s = minecraft:diamond_chestplate
diamond (pants|leggings) = minecraft:diamond_leggings
diamond boots = minecraft:diamond_boots
[any] diamond armo[u]r = diamond cap, diamond chestpiece, diamond pants, diamond boots
chain[mail] (cap|helmet)¦s = minecraft:chainmail_helmet
chain[mail] chest(piece|plate)¦s = minecraft:chainmail_chestplate
chain[mail] (pants|leggings) = minecraft:chainmail_leggings
chain[mail] boots = minecraft:chainmail_boots
[any] chain[mail] armo[u]r = chain cap, chain chestpiece, chain pants, chain boots
[any] armo[u]r = leather armor, iron armor, gold armor, diamond armor, chain armor
# By equipment slot
[any] (cap|helmet)¦s = leather cap, iron cap, gold cap, diamond cap, chain cap
[any] chest(piece|plate)¦s = leather chestpiece, iron chestpiece, gold chestpiece, diamond chestpiece, chain chestpiece
[any] (pants|leggings) = leather pants, iron pants, gold pants, diamond pants, chain pants
[any] boots = leather boots, iron boots, gold boots, diamond boots, chain boots
weapons:
wood[en] sword¦s = minecraft:wooden_sword
stone sword¦s = minecraft:stone_sword
gold[en] sword¦s = minecraft:golden_sword
iron sword¦s = minecraft:iron_sword
diamond sword¦s = minecraft:diamond_sword
[any] sword¦s = wooden sword, stone sword, golden sword, iron sword, diamond sword
bow¦s = minecraft:bow
arrow¦s = minecraft:arrow[relatedEntity=arrow]
horse armor:
iron (horse armo[u]r|barding) = minecraft:iron_horse_armor
gold[en] (horse armo[u]r|barding) = minecraft:golden_horse_armor
diamond (horse armo[u]r|barding) = minecraft:diamond_horse_armor
[any] (horse armo[u]r|barding) = iron horse armor, gold horse armor, diamond horse armor
village and pillage horse armor:
minecraft version = 1.14 or newer
leather (horse armo[u]r|barding) = minecraft:leather_horse_armor
[any] (horse armo[u]r|barding) = iron horse armor, gold horse armor, diamond horse armor, leather horse armor
# Minecraft Wiki is wrong about totem versions; name changed only after 1.12
old totem:
minecraft version = 1.11 to 1.11.2
totem[s] of undying = minecraft:totem
new totem:
minecraft version = 1.12 or newer
totem[s] of undying = minecraft:totem_of_undying
village and pillage update combat items:
minecraft version = 1.14 or newer
crossbow¦s = minecraft:crossbow
update aquatic combat items:
minecraft version = 1.13 or newer
turtle [shell] helmet = minecraft:turtle_helmet
[any] (cap|helmet)¦s = leather cap, iron cap, gold cap, diamond cap, chain cap, turtle helmet
trident¦s = minecraft:trident[relatedEntity=trident]
old categories:
minecraft version = 1.12.2 or older
[any] weapon¦s = any sword, bow
[any] equipment = any weapon, any armor, shield
village and pillage update categories:
minecraft version = 1.14 or newer
[any] weapon¦s = any sword, bow, trident, crossbow
[any] equipment = any weapon, any armor, shield
update aquatic categories:
minecraft version = 1.13 to 1.13.2
[any] weapon¦s = any sword, bow, trident
[any] equipment = any weapon, any armor, shield
nether update:
minecraft version = 1.16 or newer
# Add Netherite sword to the sword category.
netherite sword¦s = minecraft:netherite_sword
[any] sword¦s = wooden sword, stone sword, golden sword, iron sword, diamond sword, netherite sword
[any] weapon¦s = any sword, bow, trident, crossbow
# Define Netherite armor and redefine the armor category.
netherite (cap|helmet)¦s = minecraft:netherite_helmet
netherite chest(piece|plate)¦s = minecraft:netherite_chestplate
netherite (pants|leggings) = minecraft:netherite_leggings
netherite boots = minecraft:netherite_boots
[any] netherite armo[u]r = netherite cap, netherite chestpiece, netherite pants, netherite boots
[any] armo[u]r = leather armor, iron armor, gold armor, diamond armor, chain armor, netherite armor
# Redefine by equipment slot.
[any] (cap|helmet)¦s = leather cap, iron cap, gold cap, diamond cap, chain cap, netherite cap
[any] chest(piece|plate)¦s = leather chestpiece, iron chestpiece, gold chestpiece, diamond chestpiece, chain chestpiece, netherite chestpiece
[any] (pants|leggings) = leather pants, iron pants, gold pants, diamond pants, chain pants, netherite pants
[any] boots = leather boots, iron boots, gold boots, diamond boots, chain boots, netherite boots
[any] equipment = any weapon, any armor, shield
trails and tales update:
minecraft version = 1.20 or newer
netherite [armo[u]r] [upgrade] smithing template¦s = minecraft:netherite_upgrade_smithing_template
sentry armo[u]r [trim] smithing template¦s = minecraft:sentry_armor_trim_smithing_template
vex armo[u]r [trim] smithing template¦s = minecraft:vex_armor_trim_smithing_template
wild armo[u]r [trim] smithing template¦s = minecraft:wild_armor_trim_smithing_template
coast armo[u]r [trim] smithing template¦s = minecraft:coast_armor_trim_smithing_template
dune armo[u]r [trim] smithing template¦s = minecraft:dune_armor_trim_smithing_template
wayfinder armo[u]r [trim] smithing template¦s = minecraft:wayfinder_armor_trim_smithing_template
raiser armo[u]r [trim] smithing template¦s = minecraft:raiser_armor_trim_smithing_template
shaper armo[u]r [trim] smithing template¦s = minecraft:shaper_armor_trim_smithing_template
host armo[u]r [trim] smithing template¦s = minecraft:host_armor_trim_smithing_template
ward armo[u]r [trim] smithing template¦s = minecraft:ward_armor_trim_smithing_template
silence armo[u]r [trim] smithing template¦s = minecraft:silence_armor_trim_smithing_template
tide armo[u]r [trim] smithing template¦s = minecraft:tide_armor_trim_smithing_template
snout armo[u]r [trim] smithing template¦s = minecraft:snout_armor_trim_smithing_template
rib armo[u]r [trim] smithing template¦s = minecraft:rib_armor_trim_smithing_template
eye armo[u]r [trim] smithing template¦s = minecraft:eye_armor_trim_smithing_template
spire armo[u]r [trim] smithing template¦s = minecraft:spire_armor_trim_smithing_template
[any] [armo[u]r] [trim] smithing template¦s = netherite armor smithing template, sentry armor smithing template, vex armor smithing template, wild armor smithing template, coast armor smithing template, dune armor smithing template, wayfinder armor smithing template, raiser armor smithing template, shaper armor smithing template, host armor smithing template, ward armor smithing template, silence armor smithing template, tide armor smithing template, snout armor smithing template, rib armor smithing template, eye armor smithing template, spire armor smithing template