Skip to content

Commit cfec547

Browse files
Füge Download- und Entpackungsbefehle für MCP918 in build.sh hinzu
1 parent 4ca005f commit cfec547

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

build.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
sh build_compile_buildtools.sh
2+
3+
wget "http://www.modcoderpack.com/files/mcp918.zip" -O mcp918.zip
4+
cp mcp918.zip mcp918/mcp918.zip
5+
wget "https://launchermeta.mojang.com/v1/packages/f6ad102bcaa53b1a58358f16e376d548d44933ec/1.8.json" -O mcp918/1.8.8.json
6+
wget "https://launcher.mojang.com/v1/objects/0983f08be6a4e624f5d85689d1aca869ed99c738/client.jar" -O mcp918/1.8.8.jar
7+
28
java -jar buildtools/BuildTools.jar init --build
39
java -jar buildtools/BuildTools.jar workspace --build

0 commit comments

Comments
 (0)