Add a Enchantable MaterialTag
This commit is contained in:
@@ -750,11 +750,12 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||||||
+ .ensureSize("CORAL_FANS", 20);
|
+ .ensureSize("CORAL_FANS", 20);
|
||||||
+
|
+
|
||||||
+ /**
|
+ /**
|
||||||
+ * Covers the variants of coral blocks.
|
+ * Covers all items that can be enchanted from the enchantment table or anvil.
|
||||||
+ */
|
+ */
|
||||||
+ public static final MaterialSetTag CORAL_BLOCKS = new MaterialSetTag(keyFor("coral_blocks"))
|
+ public static final MaterialSetTag ENCHANTABLE = new MaterialSetTag(keyFor("enchantable"))
|
||||||
+ .endsWith("_CORAL_BLOCK")
|
+ .add(PICKAXES, SWORDS, SHOVELS, AXES, HOES, HELMETS, CHEST_EQUIPPABLE, LEGGINGS, BOOTS, BOWS)
|
||||||
+ .ensureSize("CORAL_BLOCKS", 10);
|
+ .add(Material.TRIDENT, Material.SHIELD, Material.FISHING_ROD, Material.SHEARS, Material.FLINT_AND_STEEL, Material.CARROT_ON_A_STICK, Material.WARPED_FUNGUS_ON_A_STICK)
|
||||||
|
+ .ensureSize("ENCHANTABLE", 65);
|
||||||
+}
|
+}
|
||||||
diff --git a/src/test/java/com/destroystokyo/paper/MaterialTagsTest.java b/src/test/java/com/destroystokyo/paper/MaterialTagsTest.java
|
diff --git a/src/test/java/com/destroystokyo/paper/MaterialTagsTest.java b/src/test/java/com/destroystokyo/paper/MaterialTagsTest.java
|
||||||
new file mode 100644
|
new file mode 100644
|
||||||
|
|||||||
Reference in New Issue
Block a user