added <target.item.type> placeholder authored by Lxlp's avatar Lxlp
...@@ -143,6 +143,7 @@ These placeholders will return whatever target selector has been used. For insta ...@@ -143,6 +143,7 @@ These placeholders will return whatever target selector has been used. For insta
| <target.block.type> | Returns the block type of the target | | <target.block.type> | Returns the block type of the target |
| <target.block.data> | Returns the block data of the target block | | <target.block.data> | Returns the block data of the target block |
| <target.entity_type> | Returns the entity type of the target | | <target.entity_type> | Returns the entity type of the target |
| <target.item.type> | Returns the type of the targeted item entity |
| <target.itemstack_amount> | Returns the amount of item entities on the ground | | <target.itemstack_amount> | Returns the amount of item entities on the ground |
| <target.raytrace> | Returns the name of the block being looked at by the target (4.5 blocks of range) | | <target.raytrace> | Returns the name of the block being looked at by the target (4.5 blocks of range) |
... ...
......