From 8ef1b379b453fdc29094e6ce4a014b93a91c0def Mon Sep 17 00:00:00 2001 From: jopejoe1 <34899572+jopejoe1@users.noreply.github.com> Date: Wed, 29 Jun 2022 17:33:49 +0200 Subject: [PATCH] Added config for ftb (#122) --- programs/ftb.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 programs/ftb.json diff --git a/programs/ftb.json b/programs/ftb.json new file mode 100644 index 0000000..ef967c3 --- /dev/null +++ b/programs/ftb.json @@ -0,0 +1,10 @@ +{ + "files": [ + { + "path": "$HOME/.ftba", + "movable": false, + "help": "Only the instances folder in it is movable.\n" + } + ], + "name": "Feed the Beast" +} -- 2.47.3