diff --git a/programs/minetest.json b/programs/minetest.json new file mode 100644 index 00000000..72c794fd --- /dev/null +++ b/programs/minetest.json @@ -0,0 +1,10 @@ +{ + "name": "minetest", + "files": [ + { + "path": "$HOME/.minetest", + "movable": true, + "help": "Export the following environment variables:\n\n```bash\nexport MINETEST_USER_PATH=\"$XDG_DATA_HOME\"/minetest\n```\n" + } + ] +}