Skip to content

Commit 6bcaa2c

Browse files
committed
Add some stuff
1 parent d9cb494 commit 6bcaa2c

14 files changed

Lines changed: 41 additions & 1 deletion

File tree

build_setup_codespace.sh

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
#!/bin/bash
2+
set -e
3+
sh build_compile_buildtools.sh
4+
5+
wget "http://www.modcoderpack.com/files/mcp918.zip" -O mcp918/mcp918.zip
6+
wget "https://launchermeta.mojang.com/v1/packages/f6ad102bcaa53b1a58358f16e376d548d44933ec/1.8.json" -O mcp918/1.8.8.json
7+
wget "https://launcher.mojang.com/v1/objects/0983f08be6a4e624f5d85689d1aca869ed99c738/client.jar" -O mcp918/1.8.8.jar
8+
9+
sudo apt update
10+
sudo apt install -y ffmpeg
11+
12+
java -jar buildtools/BuildTools.jar init
13+
java -jar buildtools/BuildTools.jar workspace
14+
15+
cd ../eaglercraft_1.8_workspace

buildtools/BuildTools.jar

21 Bytes
Binary file not shown.

buildtools/teavm-bridge/.project

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,15 @@
2020
<nature>org.eclipse.jdt.core.javanature</nature>
2121
<nature>org.eclipse.buildship.core.gradleprojectnature</nature>
2222
</natures>
23+
<filteredResources>
24+
<filter>
25+
<id>1762269939787</id>
26+
<name></name>
27+
<type>30</type>
28+
<matcher>
29+
<id>org.eclipse.core.resources.regexFilterMatcher</id>
30+
<arguments>node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
31+
</matcher>
32+
</filter>
33+
</filteredResources>
2334
</projectDescription>
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
--- assets/minecraft/lang/en_US.lang
2+
+++ assets/minecraft/lang/en_US.lang
3+
@@ -28,7 +28,7 @@
4+
eaglercraft.gui.exitKeyRetarded=Use Backtick (`) to close this screen!
5+
eaglercraft.gui.continue=Continue
6+
7+
-eaglercraft.menu.forkOnGitlab=Fork on GitLab
8+
+eaglercraft.menu.forkOnGitlab=Fork on GitHub
9+
eaglercraft.menu.editProfile=Edit Profile
10+
eaglercraft.menu.openToLan=Invite
11+
eaglercraft.menu.closeLan=Stop Sharing

run_chmod.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ chmod +x build_make_unpatched.sh
99
chmod +x build_merge_pullrequest.sh
1010
chmod +x build_merge_direct.sh
1111
chmod +x build_clean_tmp.sh
12-
chmod +x build_compile_buildtools.sh
12+
chmod +x build_compile_buildtools.sh
13+
chmod +x build_setup_codespace.sh
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)