Useful tools for Luanti modding
Find a file
2024-12-21 23:51:26 +01:00
doc Add xgettext wrapper script (#11) 2024-12-21 23:51:26 +01:00
blockbench_to_luanti.sed Apply rename to Luanti 2024-11-11 18:48:04 +01:00
gltfutil.py Add script for extracting or stripping embedded images from glTF files (#4) 2024-09-12 00:41:59 +02:00
luanti_xgettext.sh Add xgettext wrapper script (#11) 2024-12-21 23:51:26 +01:00
mod_translation_updater.py Apply rename to Luanti 2024-11-11 18:48:04 +01:00
README.md Apply rename to Luanti 2024-11-11 18:48:04 +01:00

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 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.