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