added a helper script
parent
271e56fa8f
commit
ecd784dcb8
|
@ -1,5 +1,8 @@
|
||||||
run/*
|
run/*
|
||||||
res/*
|
res/indexes/
|
||||||
|
res/objects/
|
||||||
|
res/skins/
|
||||||
|
res/log_configs/
|
||||||
lib/*
|
lib/*
|
||||||
earlyLauncher/offline.txt
|
earlyLauncher/offline.txt
|
||||||
earlyLauncher/logs/
|
earlyLauncher/logs/
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/bash
|
||||||
|
cp -rv $HOME/.minecraft/assets/* ./
|
||||||
|
|
Reference in New Issue