HexNBT is an addon to Hex Casting that adds several patterns to read the NBT of entities and blocks (tile entities).
Currently this mod adds:
- Value Distillation: (entity | vec, string) -> string
-- Accepts a valid target (block or entity) and a string key to output the stringified NBT value at that key.
- Key Purification: (entity | vec) -> [string]
-- Accepts a valid target and returns all valid keys for reading data from that target.
Requires MoreIotas to provide the string IotaType. Requires Hex Casting.
