Hey!
I'm developing a tooltips plugin and one of its features are conditions. One of such conditions, is a condition that checks whether a player is currently looking at a furniture piece. The problem that I've encountered while using IA's API, is that the barrier blocks (used for furnitures collisions) aren't recognized by the CustomBlock.byAlreadyPlaced(block)
method.
I was wondering if there was some other way to detect those blocks or if I'm just using the API incorrectly? Thank you!