term.blit() will interpret " " as white in text argument
LDDestroier opened this issue ยท 1 comments
When using term.blit() in CC:Tweaked, all instances of " " in the text argument will default to white, whereas all instances of " " in the background argument will default to black.
The expected behavior is for both to default to black. In fact, that's how CCEmuX handles it.
Useful information to include:
- Minecraft 1.12.2 (SwitchCraft)
- CC: Tweaked 1.80pr1.12 (SwitchCraft)
- How to reproduce:
- Open minecraft with CC:Tweaked mod
- Type in term.blit("text", " ", " ") into the lua interpreter
- Do the same, but in CCEmuX.