mirror of
https://github.com/koloml/vs-manual-cartography.git
synced 2026-06-23 18:22:21 +00:00
This commit adds dummy compass item wich will just send the angle into the chat when you click RMB on it.
16 lines
644 B
JSON
16 lines
644 B
JSON
{
|
|
"profiles": {
|
|
"Client": {
|
|
"commandName": "Executable",
|
|
"executablePath": "dotnet",
|
|
"commandLineArgs": "\"$(VINTAGE_STORY)/Vintagestory.dll\" --tracelog --addModPath \"$(ProjectDir)/bin/$(Configuration)/Mods\" --addOrigin \"$(ProjectDir)/assets\"",
|
|
"workingDirectory": "$(VINTAGE_STORY)"
|
|
},
|
|
"Server": {
|
|
"commandName": "Executable",
|
|
"executablePath": "dotnet",
|
|
"commandLineArgs": "\"$(VINTAGE_STORY)/VintagestoryServer.dll\" --tracelog --addModPath \"$(ProjectDir)/bin/$(Configuration)/Mods\" --addOrigin \"$(ProjectDir)/assets\"",
|
|
"workingDirectory": "$(VINTAGE_STORY)"
|
|
}
|
|
}
|
|
} |