Currently in minetest all the game mechanics are hard-coded in C++. How about converting that to a custom plain text format? There are a number of advantages to this: you could get rid of large parts of the wiki and instead build documentation automatically from the source code. the game could have ...