From 6b8f221ea01518e4df15346279a3256d8e05647f Mon Sep 17 00:00:00 2001 From: jopejoe1 <34899572+jopejoe1@users.noreply.github.com> Date: Wed, 29 Jun 2022 17:33:59 +0200 Subject: [PATCH] Add FTB Classic (#121) --- ftb-classic.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 ftb-classic.json diff --git a/ftb-classic.json b/ftb-classic.json new file mode 100644 index 0000000..95a4468 --- /dev/null +++ b/ftb-classic.json @@ -0,0 +1,15 @@ +{ + "files": [ + { + "path": "$HOME/.ftb", + "movable": true, + "help": "Change directory path in options.\n" + }, + { + "path": "$HOME/.ftblauncher", + "movable": false, + "help": "Switch to an alternative launcher.\n" + } + ], + "name": "Feed the Beast Classic" +} -- 2.47.3