Name | ModTag |
Prefix | mod@ |
Base Type | ElementTag |
Identity Format | The identity format for mods is the mod id.
For example, 'mod@clientizen' or 'mod@theprinter'. |
Description | A ModTag represents a currently loaded Fabric mod.
This can be either a mod that's been downloaded and installed, a built-in mod, or a mod within another mod (a library mod, for example) |
Matchable | ModTag matchers:
"mod" plaintext: always matches. Mod id: matches if the mod id matches the input, using advanced matchers. |
Source | https://github.com/DenizenScript/Clientizen/blob/master/src/main/java/com/denizenscript/clientizen/objects/ModTag.java#L22 |