https://github.com/mt-mods/ehlphabet
Fork of https://git.bananach.space/ehlphabet.git
https://github.com/mt-mods/ehlphabet
luanti luanti-mod minetest minetest-mod
Last synced: 4 months ago
JSON representation
Fork 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-12-25T20:58:38.000Z (over 1 year ago)
- Last Synced: 2025-08-21T06:55:58.773Z (10 months ago)
- Topics: luanti, luanti-mod, minetest, minetest-mod
- Language: Lua
- Homepage:
- Size: 880 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.txt
- 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

**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**](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
Changes can be viewed as git commit history and [some have been archived here](CHANGES.txt).