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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,9 +23,9 @@ It is possible that this mod could cause damage to world saves, please be carefu
23
23
## Installation for macOS
24
24
25
25
If the game crash, then follow these steps:
26
-
1) Download `liblwjgl.dylib` and `liblwjgl_vma.dylib` from https://www.lwjgl.org/browse/release/3.2.2/macosx/x64and place them under `/Applications/MultiMC.app/Data/instances/[instance name]/natives `
27
-
2) Download the latest version of MoltenVK from the VulkanSDK or from herehttps://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 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)
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
29
4) Place a second copy of `liblwjgl.dylib` under your shaderc folder
30
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