mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-01 05:47:45 +01:00
Add ARMOR tag to MaterialTags (1.19) (#7987)
This commit is contained in:
parent
9a120dfa41
commit
4bb10a5761
@ -627,6 +627,12 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
||||
+ .ensureSize("BOOTS", 6).lock();
|
||||
+
|
||||
+ /**
|
||||
+ * Covers all variants of armor.
|
||||
+ */
|
||||
+ public static final MaterialSetTag ARMOR = new MaterialSetTag(keyFor("armor")).add(HELMETS, CHESTPLATES, LEGGINGS, BOOTS)
|
||||
+ .ensureSize("ARMOR", 25).lock();
|
||||
+
|
||||
+ /**
|
||||
+ * Covers the variants of bows.
|
||||
+ */
|
||||
+ public static final MaterialSetTag BOWS = new MaterialSetTag(keyFor("bows"))
|
||||
|
Loading…
Reference in New Issue
Block a user