Started work on Slay the Spire.
This commit is contained in:
4
.files/SlayTheSpire/MTS.sh
Executable file
4
.files/SlayTheSpire/MTS.sh
Executable file
@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
speech-dispatcher -c inet_socket -t 0 -P "$HOME/.local/share/speechd.pid"
|
||||
./jre/bin/java -jar ModTheSpire.jar --skip-launcher "$@" &> file.log
|
12
.files/SlayTheSpire/mod_lists.json
Normal file
12
.files/SlayTheSpire/mod_lists.json
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"defaultList": "Default",
|
||||
"lists": {
|
||||
"Default": [
|
||||
"BaseMod.jar",
|
||||
"StSLib.jar",
|
||||
"Curses_Come_First.jar",
|
||||
"AchievementEnabler.jar",
|
||||
"sayTheSpire.jar"
|
||||
]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user