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. Note that this gets reset once server resources are reloaded (see server resources reloaded). |
Example |
|
Example |
|
Example |
|
Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/MaterialTag.java#L706 |