/computercraft output is plain text
SquidDev opened this issue ยท 0 comments
Useful information to include:
- Minecraft version: 1.16.1
- CC: Tweaked version: 1.90.1
Running any /computercraft
command (i.e. dump
, help
, etc...) will output non-formatted text, meaning we miss out on any formatting features, as well as hover and click functionality.
The ITextComponent
hierarchy changed a lot in 1.16, so I'm not quite sure where the breakage is. We'll have to do some prodding and see if/where it's getting stripped.