mirror of
https://github.com/Pumpkin-MC/Pumpkin.git
synced 2026-08-30 20:14:23 +00:00
Remove minecraft source decompiler script
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.
This commit is contained in:
@@ -2,23 +2,9 @@
|
||||
"name": "Pumpkin",
|
||||
"image": "mcr.microsoft.com/devcontainers/base:noble",
|
||||
"features": {
|
||||
// rust is needed for compiling the server's code
|
||||
"ghcr.io/devcontainers/features/rust:1": {},
|
||||
// java is needed for decompiling Mojang's server jar
|
||||
"ghcr.io/devcontainers/features/java:1": {
|
||||
"version": "21",
|
||||
"jdkDistro": "oracle",
|
||||
"installMaven": true,
|
||||
"mavenVersion": "latest"
|
||||
},
|
||||
// python is needed for decompiling Mojang's server jar
|
||||
"ghcr.io/devcontainers/features/python:1": {
|
||||
"installTools": true,
|
||||
"version": "3.7"
|
||||
}
|
||||
"ghcr.io/devcontainers/features/rust:1": {}
|
||||
},
|
||||
"mounts": [
|
||||
// mount SSH config & public keys from host to enable SSH-based Git remotes
|
||||
"source=${localEnv:HOME}${localEnv:USERPROFILE}/.ssh,target=/home/vscode/.ssh,readonly,type=bind"
|
||||
],
|
||||
"forwardPorts": [
|
||||
@@ -28,8 +14,7 @@
|
||||
"vscode": {
|
||||
"extensions": [
|
||||
"eamodio.gitlens",
|
||||
"Swellaby.rust-pack",
|
||||
"vscjava.vscode-java-pack"
|
||||
"Swellaby.rust-pack"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user