modtools/README.md
2024-11-11 18:48:04 +01:00

8 lines
475 B
Markdown

# modtools
Useful tools for Luanti modding. Check the `doc` folder to learn more about the single tools.
* `mod_translation_updater.py`: a script to automatically update `.tr` files
* `blockbench_to_minetest.sed`: `sed` script file to convert OBJ models produced by [Blockbench](https://www.blockbench.net/) to function correctly as Luanti node meshes
* `gltfutil.py`: a script to extract or strip embedded images in gltf files.
run `./gltfutil.py -h` if you need help.