SmallJoker bd16ad824c Translation script: Fix incorrect multiline matches (#15)
Prevously, the translation update script would match 'if not input:find("%S") then' because 'S"' is
a valid function call expression. This commit addresses that by only matching single lines.
Whereas that's a workaround, it does work well. --> Tested on luanti/builtin
2025-11-13 18:48:46 +01:00
2024-12-21 23:51:26 +01:00
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.
S
Description
Useful tools for Luanti modding
Readme 129 KiB
Languages
Python 96.8%
sed 2.5%
Shell 0.7%