added <furniture.var.{VariableName}> placeholder authored by Lxlp's avatar Lxlp
...@@ -49,6 +49,11 @@ These placeholders will return information related to the item. If an item has m ...@@ -49,6 +49,11 @@ These placeholders will return information related to the item. If an item has m
| <item.stat.display.{Stat}> | Returns the value of the specified stat. | | <item.stat.display.{Stat}> | Returns the value of the specified stat. |
| <item.stat.display.{Stat}.{StatModifier}> | Returns the value of the specified modifier of that stat. | | <item.stat.display.{Stat}.{StatModifier}> | Returns the value of the specified modifier of that stat. |
## Variable Placeholders
| Variable Placeholder | Function |
|:----------------------------------:|-------------------------------------------------------------------|
| <furniture.var.{VariableName}> | Fetched the variable by the given name on the target furniture entity. Can use [Meta Keywords](/../../../MythicMobs/-/wikis/Skills/Placeholders#meta-variable-placeholders) |
## Font Placeholders ## Font Placeholders
Placeholders that can interact with [Custom Fonts](ResourcePack-Generator#fonts) Placeholders that can interact with [Custom Fonts](ResourcePack-Generator#fonts)
| Fonf Placeholder | Function | | Fonf Placeholder | Function |
... ...
......