Block NBT operator
DasBrain opened this issue · 6 comments
Issue type:
- ➕ Feature request
Short description:
Add an operator Block NBT (NBT()) that works similar to Item NBT (NBT()), Entity NBT (NBT()) or Fluid NBT (NBT()).
I may be misunderstanding this issue, but blocks don't have NBT in Minecraft.
Could you clarify your needs?
There's an aspect in the block reader for this.
Tile entities are obtained by position; blocks don't contain this information.
The new offset functionality can probably help with this, but only for a limited range.
What you probably want instead, is a new operator that reads the tile entity NBT of what an entity is looking at.
Feel free to open a new issue for this, or to rewrite this issue to focus on that instead.