diff options
author | codexp <codexp@gmx.net> | 2018-04-01 01:06:57 +0200 |
---|---|---|
committer | codexp <codexp@gmx.net> | 2018-04-01 01:06:57 +0200 |
commit | a0841e83c29d57d3bc7cfd57216d173d3b4a003e (patch) | |
tree | 97fda01fd6368553cc9ead8afdd21cb4bdbff95a | |
parent | ec88f78d15a5c1abf131e96ffe85f1ef3ac2949d (diff) |
update README
-rw-r--r-- | README.md | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -10,7 +10,7 @@ Fork of the original [abjphabet mod](https://forum.minetest.net/viewtopic.php?f= 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. -http://www.asciitable.com/ +https://www.asciitable.com/ For UTF-8 characters add one more identifier /giveme ehlphabet:(first byte decimal)_(second byle decimal) @@ -30,6 +30,7 @@ To customize the look and size of letters, you need to know basic HTML and CSS a ## License Textures are licensed under CC-BY-SA 3.0 +See LICENSE file ## Changelist @@ -37,4 +38,6 @@ Textures are licensed under CC-BY-SA 3.0 2018-03-29 support for UTF-8 and cyrillic letters added -2018-03-31 german letters added
\ No newline at end of file +2018-03-31 german letters added + +2018-04-01 intllib support added with russian and german languages
\ No newline at end of file |