### Get Blockstate Data Source: https://github.com/triton365/blockstate/blob/main/README.md This command sequence summons an item display, executes the blockstate:get loot table at the player's position, displays the extracted blockstate data, and then removes the item display. Use this to get the blockstate of the block the player is currently standing on. ```mcfunction summon item_display ~ ~ ~ {UUID:[I;0,0,0,0]} execute at @s positioned ~ ~-0.1 ~ run loot replace entity 0-0-0-0-0 contents loot blockstate:get tellraw @a {"nbt":"item.components.minecraft:custom_data","entity":"0-0-0-0-0"} kill 0-0-0-0-0 ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.