Go to file
lemon-melon ae2ab301b7
Remove old planning
2018-02-15 12:06:17 +00:00
textures Support fontsizes up to 10 2018-02-10 10:35:55 +00:00
LICENSE Initial commit 2018-02-04 16:28:30 +00:00
README.md Update README.md 2018-02-04 19:17:52 +00:00
depends.txt Add files via upload 2018-02-04 16:30:18 +00:00
font.lua Add files via upload 2018-02-04 16:30:18 +00:00
helpers.lua Add files via upload 2018-02-04 16:30:18 +00:00
init.lua Remove old planning 2018-02-15 12:06:17 +00:00
textures.lua Add files via upload 2018-02-04 16:30:18 +00:00

README.md

lemon_signs

Based on the LCD display in the digilines mod, but with some formatting available.

  • <display 2 3> to change the display dimensions
  • <c #C0FFEE> to change the foreground color
  • <bg #C0FFEE> to change the background color
  • <bdr #ABCDEF> to change the border color
  • <n> for a newline
  • <n s=3> to change the text size
  • <lt> and <gt> to use the < and > characters normally

https://github.com/hchargois/gohufont

Known issues

  • The code is very slow.
    • Very long textures and many entities.
  • When changing font sizes there is sometimes overlap between lines.
  • You can't change font size within a line.
  • You need to do line wrapping manually.
  • Large displays should require multiple blocks.
  • No crafting.
  • Is there a better licence?