HexNBT

Quick rating

Community listing page, reviews here may not be monitored by the author.

HexNBT

No reviews yet

Adds patterns to Hexcasting to read the NBT of blocks and entities.

Mod Loaders
Minecraft

About

Description

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.