Go to file
HybridDog e2659a568b Add requirements.txt
I have used pipreqs to detect the dependencies.
2022-09-03 12:13:39 +02:00
html Tile-based generation (even slower!), leafletjs support 2012-12-31 17:18:03 +04:00
textures Remove transparency from water, the result looked wrong 2017-11-27 18:32:56 +01:00
util/aa_onomatop_texf Add the mod used to find the textures 2017-11-27 17:26:34 +01:00
.gitignore Ignore data if it's not a folder (e.g. a link) 2017-11-26 12:46:33 +01:00
COPYING Initial commit 2012-12-30 22:06:11 +04:00
README.md Do not hide unknown nodes (needs testing) 2021-01-08 16:19:49 +01:00
blocks.py Adapted to Python 3 2020-10-25 20:25:28 +01:00
constants.py Adapted to Python 3 2020-10-25 20:25:28 +01:00
map.py Adapted to Python 3 2020-10-25 20:25:28 +01:00
mapper.py Do not hide unknown nodes (needs testing) 2021-01-08 16:19:49 +01:00
mask.png Improve speed by using a 1-bit mask instead of the alpha channel when pasting blocks 2013-01-04 11:17:21 +01:00
node_definitions.py Do not hide unknown nodes (needs testing) 2021-01-08 16:19:49 +01:00
requirements.txt Add requirements.txt 2022-09-03 12:13:39 +02:00
util.py Adapted to Python 3 2020-10-25 20:25:28 +01:00

README.md

To use onomatopoeia, put map.sqlite here (or link it) and then execute ./mapper.py.

TODO: