Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Commit 7d0e1ef

Browse files
author
IceCryptonym
committed
Nitpicks
2 parents 3f94397 + b3f5d4c commit 7d0e1ef

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"version": "0.2.0",
3+
"configurations": [
4+
{
5+
"type": "java",
6+
"name": "Minecraft Client",
7+
"request": "launch",
8+
"cwd": "${workspaceFolder}/run",
9+
"console": "internalConsole",
10+
"stopOnEntry": false,
11+
"mainClass": "net.fabricmc.devlaunchinjector.Main",
12+
"vmArgs": "-Dfabric.dli.config\u003d/home/archy/Development/patchwork-api/.gradle/loom-cache/launch.cfg -Dfabric.dli.env\u003dclient -Dfabric.dli.main\u003dnet.fabricmc.loader.launch.knot.KnotClient",
13+
"args": ""
14+
},
15+
{
16+
"type": "java",
17+
"name": "Minecraft Server",
18+
"request": "launch",
19+
"cwd": "${workspaceFolder}/run",
20+
"console": "internalConsole",
21+
"stopOnEntry": false,
22+
"mainClass": "net.fabricmc.devlaunchinjector.Main",
23+
"vmArgs": "-Dfabric.dli.config\u003d/home/archy/Development/patchwork-api/.gradle/loom-cache/launch.cfg -Dfabric.dli.env\u003dserver -Dfabric.dli.main\u003dnet.fabricmc.loader.launch.knot.KnotServer",
24+
"args": ""
25+
}
26+
]
27+
}

0 commit comments

Comments
 (0)