removed item variable placeholder authored by Lxlp's avatar Lxlp
...@@ -47,7 +47,6 @@ These placeholders will return information related to the item. If an item has m ...@@ -47,7 +47,6 @@ These placeholders will return information related to the item. If an item has m
| <item.color.hex> | Returns the hex color of the item that called the skill | | <item.color.hex> | Returns the hex color of the item that called the skill |
| <item.stat.display.STAT_NAME> | Returns the value of the specified stat. | | <item.stat.display.STAT_NAME> | Returns the value of the specified stat. |
| <item.stat.display.STAT_NAME.MODIFIER> | Returns the value of the specified modifier of that stat. | | <item.stat.display.STAT_NAME.MODIFIER> | Returns the value of the specified modifier of that stat. |
| <item.variable.VARIABLE_NAME> | Returns the [variable on the item](/Items#variables) called VARIABLE_NAME |
## Font Placeholders ## Font Placeholders
Placeholders that can interact with [Custom Fonts](ResourcePack-Generator#fonts) Placeholders that can interact with [Custom Fonts](ResourcePack-Generator#fonts)
... ...
......