Say I have a ItemStack with custom data, that represents a custom block. When I place that item, the data does not transfer from the ItemStack to the BlockSnapshot for obvious reasons. So is there any way of getting the ItemStack the block placed came from or something else of similar nature?
What I’m going for is when the block is placed its identified as a custom block and the location of that block is stored locally for later use.