-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdatapacks.code-workspace
More file actions
39 lines (39 loc) · 856 Bytes
/
Copy pathdatapacks.code-workspace
File metadata and controls
39 lines (39 loc) · 856 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"folders": [
{
"path": "."
}
],
"settings": {
"terminal.integrated.env.linux": {
"MINECRAFT_PATH": "/home/ancar/.local/share/PrismLauncher/instances/Fabric 26.1.2 [Client mods]/minecraft"
}
},
"tasks": {
"version": "2.0.0",
"tasks": [
{
"label": "beet: build link DevWorld",
"type": "shell",
"command": "bash",
"args": [
"-lc",
"source /home/ancar/Desktop/Informatique/2025-2026/Minecraft/Datapacks/Redstone-Additions/redstone_additions/.venv/bin/activate && beet build --link DevWorld"
],
"options": {
"env": {
"MINECRAFT_PATH": "/home/ancar/.local/share/PrismLauncher/instances/Fabric 26.1.2 [Client mods]/minecraft"
}
},
"group": {
"kind": "build",
"isDefault": true
},
"problemMatcher": []
}
]
},
"extensions": {
"recommendations": []
}
}