mirror of
https://github.com/Pumpkin-MC/Pumpkin.git
synced 2026-08-30 20:14:23 +00:00
There are many 3th-party software's out there which can easily decompile your the Minecraft source. You also often don't need the Source for most things.
21 lines
406 B
JSON
21 lines
406 B
JSON
{
|
|
"name": "Pumpkin",
|
|
"image": "mcr.microsoft.com/devcontainers/base:noble",
|
|
"features": {
|
|
"ghcr.io/devcontainers/features/rust:1": {}
|
|
},
|
|
"mounts": [
|
|
"source=${localEnv:HOME}${localEnv:USERPROFILE}/.ssh,target=/home/vscode/.ssh,readonly,type=bind"
|
|
],
|
|
"forwardPorts": [
|
|
25565
|
|
],
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": [
|
|
"eamodio.gitlens",
|
|
"Swellaby.rust-pack"
|
|
]
|
|
}
|
|
}
|
|
} |