Skip to content

Commit

Permalink
Merge branch 'refs/heads/QuestCraft' into QuestCraft-BTW
Browse files Browse the repository at this point in the history
# Conflicts:
#	src/main/jniLibs/arm64-v8a/liblwjgl.so
#	src/main/jniLibs/arm64-v8a/liblwjgl_nanovg.so
#	src/main/jniLibs/arm64-v8a/liblwjgl_opengl.so
#	src/main/jniLibs/arm64-v8a/liblwjgl_opengles.so
#	src/main/jniLibs/arm64-v8a/liblwjgl_openvr.so
#	src/main/jniLibs/arm64-v8a/liblwjgl_stb.so
#	src/main/jniLibs/arm64-v8a/liblwjgl_tinyfd.so
  • Loading branch information
CADIndie committed Sep 7, 2024
2 parents 8c2e536 + c5dec21 commit 38a2e95
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 14 deletions.
Binary file modified src/main/assets/lwjgl/lwjgl-glfw-classes.jar
Binary file not shown.
Binary file added src/main/assets/servers.dat
Binary file not shown.
1 change: 1 addition & 0 deletions src/main/java/pojlib/install/Installer.java
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ public static String installAssets(VersionInfo minecraftVersionInfo, String game
FileUtils.writeByteArrayToFile(new File(instance.gameDir + "/config/modernfix-mixins.properties"), FileUtil.loadFromAssetToByte(activity,"modernfix-mixins.properties"));
FileUtils.writeByteArrayToFile(new File(instance.gameDir + "/options.txt"), FileUtil.loadFromAssetToByte(activity, "options.txt"));
FileUtils.writeByteArrayToFile(new File(instance.gameDir + "/optionsviveprofiles.txt"), FileUtil.loadFromAssetToByte(activity, "optionsviveprofiles.txt"));
FileUtils.writeByteArrayToFile(new File(instance.gameDir + "/servers.dat"), FileUtil.loadFromAssetToByte(activity, "servers.dat"));
FileUtils.writeByteArrayToFile(new File(Constants.USER_HOME + "/hacks/ResConfHack.jar"), FileUtil.loadFromAssetToByte(activity, "hacks/ResConfHack.jar"));

return new File(gameDir + "/assets").getAbsolutePath();
Expand Down
4 changes: 2 additions & 2 deletions src/main/jniLibs/arm64-v8a/liblwjgl.so
Git LFS file not shown
4 changes: 2 additions & 2 deletions src/main/jniLibs/arm64-v8a/liblwjgl_nanovg.so
Git LFS file not shown
4 changes: 2 additions & 2 deletions src/main/jniLibs/arm64-v8a/liblwjgl_opengl.so
Git LFS file not shown
4 changes: 2 additions & 2 deletions src/main/jniLibs/arm64-v8a/liblwjgl_opengles.so
Git LFS file not shown
4 changes: 2 additions & 2 deletions src/main/jniLibs/arm64-v8a/liblwjgl_openvr.so
Git LFS file not shown
4 changes: 2 additions & 2 deletions src/main/jniLibs/arm64-v8a/liblwjgl_stb.so
Git LFS file not shown
4 changes: 2 additions & 2 deletions src/main/jniLibs/arm64-v8a/liblwjgl_tinyfd.so
Git LFS file not shown

0 comments on commit 38a2e95

Please sign in to comment.