Name | vanilla_tags |
Object | MaterialTag |
Input | ListTag |
Related Tags | <MaterialTag.vanilla_tags> Returns a list of vanilla tags that apply to this material. See also https://minecraft.wiki/w/Tag.
|
Description | Sets a material's vanilla tags.
Any tag name will be accepted - meaning, any tag name input will be added to the material, regardless of whether it previously existed or not. This will work at any time, but applying your changes once during server prestart is recommended, as usages require a server resources reload. |
Example |
|
Example |
|
Example |
|
Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/MaterialTag.java#L707 |