Development Tools

From Minetest Developer Wiki
Revision as of 16:11, 16 August 2023 by Wuzzy (talk | contribs) (Add minetest_update_translations)
Jump to navigation Jump to search

This article lists various free software tools which help in development of Minetest and mods for Minetest.

Minetest development

Mod development

Standalone software

Minetest games and mods

See the Developer Tools tag in ContentDB.

Scripts

Formspecs

  • Minetest Formspec Editor: A great online tool with drag and drop that allows you to import and export formspecs in different versions
  • Perlin noise tuner Visualizes 2D Perlin noise that Minetest will generate with different noiseparams. (Emulation of Minetest Perlin noise can be wrong in extremes/edge-cases due to precision of JavaScript number type)

Translation

  • [1]: Python script to create and update mod translation files (*.tr)
  • minetest_check_translations: Python script to check mod translation files for syntax errors
Outdated translation tools

Syntax highlighting