mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-16 06:30:46 +01:00
Re-add coral block tags (#4987)
This commit is contained in:
parent
4048b356d0
commit
72d411f701
1 changed files with 7 additions and 0 deletions
|
@ -748,6 +748,13 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||
+ .endsWith("_CORAL_FAN")
|
||||
+ .endsWith("_CORAL_WALL_FAN")
|
||||
+ .ensureSize("CORAL_FANS", 20);
|
||||
+
|
||||
+ /**
|
||||
+ * Covers the variants of coral blocks.
|
||||
+ */
|
||||
+ public static final MaterialSetTag CORAL_BLOCKS = new MaterialSetTag(keyFor("coral_blocks"))
|
||||
+ .endsWith("_CORAL_BLOCK")
|
||||
+ .ensureSize("CORAL_BLOCKS", 10);
|
||||
+
|
||||
+ /**
|
||||
+ * Covers all items that can be enchanted from the enchantment table or anvil.
|
||||
|
|
Loading…
Reference in a new issue