Skip to content

Commit

Permalink
Remove minecraft source decompiler script
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Snowiiii committed Aug 21, 2024
1 parent 59a4fe5 commit 3f0a241
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 64 deletions.
19 changes: 2 additions & 17 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand All @@ -28,8 +14,7 @@
"vscode": {
"extensions": [
"eamodio.gitlens",
"Swellaby.rust-pack",
"vscjava.vscode-java-pack"
"Swellaby.rust-pack"
]
}
}
Expand Down
35 changes: 0 additions & 35 deletions mc-source-code/decompile.sh

This file was deleted.

12 changes: 0 additions & 12 deletions mc-source-code/pom.xml

This file was deleted.

0 comments on commit 3f0a241

Please sign in to comment.