]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Add minecraft (#104)
authorLayerex <layerex@dismail.de>
Fri, 24 Jun 2022 12:40:10 +0000 (15:40 +0300)
committerGitHub <noreply@github.com>
Fri, 24 Jun 2022 12:40:10 +0000 (12:40 +0000)
programs/minecraft.json [new file with mode: 0644]

diff --git a/programs/minecraft.json b/programs/minecraft.json
new file mode 100644 (file)
index 0000000..8003f2b
--- /dev/null
@@ -0,0 +1,10 @@
+{
+    "name": "minecraft",
+    "files": [
+        {
+            "path": "$HOME/.minecraft",
+            "movable": true,
+            "help": "Most launchers support moving this directory:\n\n - Official launcher:\n\nSet directory path with --workDir flag.\n\n - TLauncher:\n\nChange directory path in settings.\n"
+        }
+    ]
+}