CC: Tweaked

CC: Tweaked

42M Downloads

term.blit() will interpret " " as white in text argument

LDDestroier opened this issue ยท 1 comments

commented

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:
  1. Open minecraft with CC:Tweaked mod
  2. Type in term.blit("text", " ", " ") into the lua interpreter
  3. Do the same, but in CCEmuX.

This is in SwithCraft:
blitbug-switchcraft

This is in CCEmuX:
blitbug-ccemux

commented

Not strictly invalid, but I don't have the ability to move this issue across organisations.