mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-13 19:25:49 -07:00
SPIGOT-7584: Add missing Tag.ITEMS_NON_FLAMMABLE_WOOD
By: md_5 <git@md-5.net>
This commit is contained in:
@@ -755,6 +755,10 @@ public interface Tag<T extends Keyed> extends Keyed {
|
||||
* Vanilla item tag representing all banner items.
|
||||
*/
|
||||
Tag<Material> ITEMS_BANNERS = Bukkit.getTag(REGISTRY_ITEMS, NamespacedKey.minecraft("banners"), Material.class);
|
||||
/**
|
||||
* Vanilla item tag representing all non flammable wood items.
|
||||
*/
|
||||
Tag<Material> ITEMS_NON_FLAMMABLE_WOOD = Bukkit.getTag(REGISTRY_ITEMS, NamespacedKey.minecraft("non_flammable_wood"), Material.class);
|
||||
/**
|
||||
* Vanilla item tag representing all boat items.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user