Go to file
Och Noe 9ec2fed4c0 added greek letters and changed textures to 64 pixels
adapted gen.js for the texture size change
textures for 16px and 32px are also provided
2019-03-01 19:55:30 +01:00
locale add russian language 2018-04-01 01:06:41 +02:00
textures added greek letters and changed textures to 64 pixels 2019-03-01 19:55:30 +01:00
textures_16 added greek letters and changed textures to 64 pixels 2019-03-01 19:55:30 +01:00
textures_32 added greek letters and changed textures to 64 pixels 2019-03-01 19:55:30 +01:00
textures_orig added greek letters and changed textures to 64 pixels 2019-03-01 19:55:30 +01:00
LICENSE WTFPL 2017-12-13 21:19:30 -05:00
README.md update README 2018-04-01 01:06:57 +02:00
depends.txt add german translation (intllib) 2018-04-01 01:02:05 +02:00
gen.js added greek letters and changed textures to 64 pixels 2019-03-01 19:55:30 +01:00
init.lua added greek letters and changed textures to 64 pixels 2019-03-01 19:55:30 +01:00
intllib.lua add german translation (intllib) 2018-04-01 01:02:05 +02:00
lmui.png add german letters 2018-03-31 21:32:15 +02:00
reciepe.png add german letters 2018-03-31 21:32:15 +02:00
screenshot.png add german letters 2018-03-31 21:32:15 +02:00

README.md

ehlphabet

Fork of the original abjphabet mod by ABJ

screenshot

Letter Machine Reciepe Letter Machine UI
Letter Machine Reciepe Letter Machine UI

Letter blocks can be created with the Letter Machine or given with /giveme ehlphabet:(ascii decimal)

Example: /giveme ehlphabet:65 will give you a block with the letter [A] on it. https://www.asciitable.com/

For UTF-8 characters add one more identifier /giveme ehlphabet:(first byte decimal)_(second byle decimal)

Example: /giveme ehlphabet:195_132 will give you a block with the letter [Ä] on it. http://www.utf8-chartable.de/

Textures

Textures were generated using phantomjs script "gen.js" included in this repository.

To (re)generate textures run:

$ phantomjs gen.js

To customize the look and size of letters, you need to know basic HTML and CSS and change it inside "gen.js".

License

Textures are licensed under CC-BY-SA 3.0 See LICENSE file

Changelist

2018-01-24 patched by Och_Noe to use it as replacement for abjphabet (create aliases)

2018-03-29 support for UTF-8 and cyrillic letters added

2018-03-31 german letters added

2018-04-01 intllib support added with russian and german languages