added skill.var.block-internalid authored by Lxlp's avatar Lxlp
...@@ -32,6 +32,7 @@ Put a value to use after "|" inside the placeholder to provide a default when th ...@@ -32,6 +32,7 @@ Put a value to use after "|" inside the placeholder to provide a default when th
| <skill.var.crafts> | [CraftSkills](Recipes#craftskills) | Returns the amount of items crafted | | <skill.var.crafts> | [CraftSkills](Recipes#craftskills) | Returns the amount of items crafted |
| <skill.var.equip-item> | | Returns the Itemstack of the item being used | | <skill.var.equip-item> | | Returns the Itemstack of the item being used |
| <skill.var.equip-slot> | | Returns the slot of the item being used | | <skill.var.equip-slot> | | Returns the slot of the item being used |
| <skill.var.block-internalid> | [onBlockBreak](/Skills/Triggers/onBlockBreak)<br>[onBlockPlace](/Skills/Triggers/onBlockPlace) | Returns the internal name of the custom block being placed/broken, if used inside CustomBlockSkills |
## Trigger Placeholders ## Trigger Placeholders
... ...
......