@@ -17,6 +17,13 @@ const std::unordered_map<std::string, std::vector<Tag>> RegistriesTags = {
1717 {" minecraft:crossbow" , {12 , 37 }},
1818 {" minecraft:curse" , {13 , 23 }},
1919 {" minecraft:damage" , {1 , 10 , 19 , 20 , 24 , 27 }},
20+ {" minecraft:exclusive_set/armor" , {4 , 30 , 32 , 34 }},
21+ {" minecraft:exclusive_set/boots" , {2 , 33 }},
22+ {" minecraft:exclusive_set/bow" , {35 , 40 }},
23+ {" minecraft:exclusive_set/crossbow" , {12 , 37 }},
24+ {" minecraft:exclusive_set/damage" , {1 , 10 , 19 , 20 , 24 , 27 }},
25+ {" minecraft:exclusive_set/mining" , {7 , 41 }},
26+ {" minecraft:exclusive_set/riptide" , {15 , 25 }},
2027 {" minecraft:mining" , {7 , 41 }},
2128 {" minecraft:non_treasure" , {0 , 1 , 2 , 3 , 4 , 5 , 6 , 7 , 8 , 9 , 10 , 11 , 12 , 14 , 15 , 16 , 17 , 19 , 20 , 22 , 24 , 25 , 26 , 27 , 29 , 30 , 31 , 32 , 34 , 36 , 37 , 38 , 39 , 40 , 41 }},
2229 {" minecraft:on_random_loot" , {13 , 23 , 33 , 35 }},
@@ -29,6 +36,9 @@ const std::unordered_map<std::string, std::vector<Tag>> RegistriesTags = {
2936 {" minecraft:tooltip_order" , {0 , 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 }},
3037 {" minecraft:tradeable" , {13 , 23 , 33 , 35 }},
3138 {" minecraft:treasure" , {13 , 18 , 21 , 23 , 28 , 33 , 35 }}}},
39+ {" minecraft:dialog" ,
40+ {{" minecraft:pause_screen_additions" , {}},
41+ {" minecraft:quick_actions" , {}}}},
3242 {" minecraft:painting_variant" ,
3343 {{" minecraft:placeable" , {0 , 1 , 2 , 3 , 4 , 5 , 6 , 7 , 8 , 9 , 10 , 11 , 12 , 13 , 14 , 15 , 16 , 18 , 19 , 20 , 21 , 22 , 24 , 25 , 26 , 27 , 28 , 29 , 30 , 31 , 32 , 33 , 34 , 35 , 36 , 37 , 38 , 39 , 40 , 41 , 43 , 44 , 45 , 46 , 48 , 49 , 50 }}}},
3444 {" minecraft:instrument" ,
0 commit comments