It should - the way it works under the hood: it 'takes' a node out of your inventory and then places it in the world using YOU the player as the placer, so the node gets all its usual callbacks to after_place_node, etc.
The only thing I know it can't handle correctly is that some nodes use the player orientation (aka which way you're looking when placing it) to make some other determinations, beyond just rotation. But nodes like that are very rare, and it's a difficult problem to solve since I use the actual player object to do the placing,
Does the mod work with techage/technic/terumetal?
It should - the way it works under the hood: it 'takes' a node out of your inventory and then places it in the world using YOU the player as the placer, so the node gets all its usual callbacks to after_place_node, etc.
The only thing I know it can't handle correctly is that some nodes use the player orientation (aka which way you're looking when placing it) to make some other determinations, beyond just rotation. But nodes like that are very rare, and it's a difficult problem to solve since I use the actual player object to do the placing,