Notable Bubble Text (NBT)
This mod implements the display of text bubbles above players' heads when they send messages in chat.
Using the command /bubbletext <author> <message> you can create a text cloud above any mob that has the author's name specified in a custom string NBT tag. This is perfect for integration with other mods like CCI. By default, the NBT key "BubbleOwner" is used, but it can be changed in the configuration file.
Usage example:
/summon zombie ~ ~2 ~ {ForgeData: {BubbleOwner: "Cranberries"}}
and then the command:
/bubbletext Cranberries Zombie, zombie, zombie-ie-ie
which will make the zombie say the phrase "Zombie, zombie, zombie-ie-ie".
In versions 1.15 and older, the mod also added a compass for each standard world structure.
