From 72d411f701316309064f55965e2cd4f4d416b1db Mon Sep 17 00:00:00 2001 From: HexedHero <6012891+HexedHero@users.noreply.github.com> Date: Sun, 3 Jan 2021 20:57:50 +0000 Subject: [PATCH] Re-add coral block tags (#4987) --- Spigot-API-Patches/Add-Material-Tags.patch | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Spigot-API-Patches/Add-Material-Tags.patch b/Spigot-API-Patches/Add-Material-Tags.patch index 37893e6f17..ce69b5ac67 100644 --- a/Spigot-API-Patches/Add-Material-Tags.patch +++ b/Spigot-API-Patches/Add-Material-Tags.patch @@ -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.