mirror of
https://github.com/minetest/modtools.git
synced 2025-01-21 20:59:35 +00:00
8 lines
475 B
Markdown
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.
|