Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mt-mods/ehlphabet
mirror of https://git.bananach.space/ehlphabet.git
https://github.com/mt-mods/ehlphabet
Last synced: about 1 month ago
JSON representation
mirror of https://git.bananach.space/ehlphabet.git
- Host: GitHub
- URL: https://github.com/mt-mods/ehlphabet
- Owner: mt-mods
- License: wtfpl
- Created: 2020-03-05T13:11:15.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-12-14T19:49:28.000Z (about 1 month ago)
- Last Synced: 2024-12-14T20:27:11.848Z (about 1 month ago)
- Language: Lua
- Homepage:
- Size: 872 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ehlphabet
Fork of the original [abjphabet mod](https://forum.minetest.net/viewtopic.php?f=11&t=11744) by ABJ![screenshot](screenshot.png)
**Letter Machine Reciepe**|**Letter Machine UI**
----|----
![Letter Machine Reciepe](reciepe.png)|![Letter Machine UI](lmui.png)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**](http://phantomjs.org/download.html) 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