add mc-vr-api to prevent VR Crash with ImmersiveMC
This commit is contained in:
parent
7522e7080d
commit
768b2ba552
3 changed files with 21 additions and 3 deletions
|
@ -47,7 +47,7 @@ metafile = true
|
|||
|
||||
[[files]]
|
||||
file = "mods/architectury-api.pw.toml"
|
||||
hash = "b379855a3b75007c6548fc27dc2f6ae59e054d09dc77ed3f41aff79f537cc9cc"
|
||||
hash = "bb205f698e63311d8fc0485ba7d0963261a3a0faf97894f843e5c1220eec99a6"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
|
@ -92,7 +92,7 @@ metafile = true
|
|||
|
||||
[[files]]
|
||||
file = "mods/fabric-api.pw.toml"
|
||||
hash = "f6bc53688790ec2d88c96568f6d7569bf0111931c569cf64b511cdbe95090c82"
|
||||
hash = "cce02046ceedb3bcc1f0aa0b32c52fa11f5311e5beb436bd3a2f0b728e93111d"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
|
@ -165,6 +165,11 @@ file = "mods/lambdynamiclights.pw.toml"
|
|||
hash = "3bca5a31f4a469ca2c833cab5b87093ce809c2b599d6f93c19f78b69b78828a5"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/mc-vr-api.pw.toml"
|
||||
hash = "cc6c01414acb0f20598a3fd9f27e811f2a80a5aeeb71dc601e1418da0fae1748"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/modmenu.pw.toml"
|
||||
hash = "e776fe49fb7af0a6d9d719cb966195c13a818619156cc96c9397d3d48445fa4a"
|
||||
|
|
13
.minecraft/mods/mc-vr-api.pw.toml
Normal file
13
.minecraft/mods/mc-vr-api.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "MC VR API"
|
||||
filename = "vrapi-2.1.1-1.19.3-fabric.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash-format = "sha1"
|
||||
hash = "095e995fbf11727274e110301f554372c2f6cd48"
|
||||
mode = "metadata:curseforge"
|
||||
|
||||
[update]
|
||||
[update.curseforge]
|
||||
file-id = 4291277
|
||||
project-id = 591092
|
|
@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
|
|||
[index]
|
||||
file = "index.toml"
|
||||
hash-format = "sha256"
|
||||
hash = "4d6ab31691f06a10151537cbd36286e09b0812f8d00442606d4727bff7ee6b1e"
|
||||
hash = "5b0d40c98f4590211a4cc66ea410dcd3397476ef026dc19a253748d9a1a72f72"
|
||||
|
||||
[versions]
|
||||
fabric = "0.14.12"
|
||||
|
|
Loading…
Reference in a new issue