From 2ecf04fcaf652ba59882660b2b6f6784783d1b9e Mon Sep 17 00:00:00 2001 From: valkyrienyanko Date: Wed, 31 Jul 2019 19:54:47 -0500 Subject: [PATCH] Update --- Properties/launchSettings.json | 14 ++++++++++++++ build.txt | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 Properties/launchSettings.json diff --git a/Properties/launchSettings.json b/Properties/launchSettings.json new file mode 100644 index 0000000..14574ad --- /dev/null +++ b/Properties/launchSettings.json @@ -0,0 +1,14 @@ +{ + "profiles": { + "Terraria": { + "commandName": "Executable", + "executablePath": "$(tMLPath)", + "workingDirectory": "$(TerrariaSteamPath)" + }, + "TerrariaServer": { + "commandName": "Executable", + "executablePath": "$(tMLServerPath)", + "workingDirectory": "$(TerrariaSteamPath)" + } + } +} \ No newline at end of file diff --git a/build.txt b/build.txt index 90e6141..139fd13 100644 --- a/build.txt +++ b/build.txt @@ -1,5 +1,5 @@ author = valkyrienyanko -version = 1.2.1 +version = 1.4 displayName = Plentiful Ores homepage = https://discord.gg/thMupbv \ No newline at end of file