From ecd784dcb8cc55e547c9e46889f0e635da6b5321 Mon Sep 17 00:00:00 2001 From: LinuxMint4Ever <> Date: Mon, 5 Aug 2019 01:42:36 +0200 Subject: [PATCH] added a helper script --- .gitignore | 5 ++++- res/gather_assets.sh | 3 +++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100755 res/gather_assets.sh diff --git a/.gitignore b/.gitignore index 2c7ac15..6abce9f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,8 @@ run/* -res/* +res/indexes/ +res/objects/ +res/skins/ +res/log_configs/ lib/* earlyLauncher/offline.txt earlyLauncher/logs/ diff --git a/res/gather_assets.sh b/res/gather_assets.sh new file mode 100755 index 0000000..34e2ed8 --- /dev/null +++ b/res/gather_assets.sh @@ -0,0 +1,3 @@ +#!/bin/bash +cp -rv $HOME/.minecraft/assets/* ./ +