You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ This is a Fabric mod that re-writes the rendering engine in Vulkan.
7
7
This software is in pre-alpha testing, I am not responsible for any damage that could occur to your hardware and software.
8
8
It is possible that this mod could cause damage to world saves, please be careful.
9
9
10
-
## Installation
10
+
## Installation (Linux and Windows)
11
11
12
12
1) Move VulkanMod.jar inside mods folder of your minecraft instance.
13
13
2) Start the game, if it doesn't crash you're done.
@@ -19,3 +19,13 @@ It is possible that this mod could cause damage to world saves, please be carefu
19
19
6) Place the `lwjgl` binary there.
20
20
7) If you are on linux, open the jar and rename the `windows` folder to `libwindows`.
21
21
8) Start the game again.
22
+
23
+
## Installation for macOS
24
+
25
+
If the game crash, then follow these steps:
26
+
1) Download `liblwjgl.dylib` and `liblwjgl_vma.dylib` from [here](https://www.lwjgl.org/browse/release/3.2.2/macosx/x64) and place them under `/Applications/MultiMC.app/Data/instances/[instance name]/natives `
27
+
2) Download the latest version of MoltenVK from the VulkanSDK or from [here](https://community.pcgamingwiki.com/files/file/2417-moltenvk-modified-with-dxvk-patches-for-macos-libmoltenvkdylib/) and place `libMoltenVK.dylib` on the natives folder
28
+
3) Download [shaderc](https://storage.googleapis.com/shaderc/badges/build_link_macos_clang_release.html) and in the install/lib folder that was downloaded copy `libshaderc_shared.1.dylib` and rename it to `shaderc.dylib` and place it under your `natives/libwindows/x64/org/lwjgl/shaderc/` (create the needed subdirectories)
29
+
4) Place a second copy of `liblwjgl.dylib` under your shaderc folder
30
+
5) Your game should run now, side note, MultiMC deletes the natives folder after the game is done running so I'd reccomend you keep a copy that's setup with the stuff from above
0 commit comments