Make first person model optional
parent
cf3c9f7e1a
commit
f0faebdb4f
|
@ -184,7 +184,7 @@ metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/first-person-model.pw.toml"
|
file = "mods/first-person-model.pw.toml"
|
||||||
hash = "ee792c4a34cb31c13119d860c135dc8061a5f22b30c8dd7d1b809f9e202586f0"
|
hash = "b9d4e785e06dcca65341bcc647c58ba77d780485889b33e562d9cd791b58e71a"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
|
|
|
@ -2,6 +2,9 @@ name = "First-person Model"
|
||||||
filename = "firstperson-fabric-2.4.8-mc1.20.1.jar"
|
filename = "firstperson-fabric-2.4.8-mc1.20.1.jar"
|
||||||
side = "client"
|
side = "client"
|
||||||
|
|
||||||
|
[option]
|
||||||
|
optional = true
|
||||||
|
|
||||||
[download]
|
[download]
|
||||||
url = "https://cdn.modrinth.com/data/H5XMjpHi/versions/Ca1G2C1x/firstperson-fabric-2.4.8-mc1.20.1.jar"
|
url = "https://cdn.modrinth.com/data/H5XMjpHi/versions/Ca1G2C1x/firstperson-fabric-2.4.8-mc1.20.1.jar"
|
||||||
hash-format = "sha512"
|
hash-format = "sha512"
|
||||||
|
|
|
@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
|
||||||
[index]
|
[index]
|
||||||
file = "index.toml"
|
file = "index.toml"
|
||||||
hash-format = "sha256"
|
hash-format = "sha256"
|
||||||
hash = "73fa0542ccc3aa72c62aeed191d4bfb882b06a375ce3dd58ee830d49e98e9a47"
|
hash = "f9f9503df73af3f04164e82627fb265915ef404ecd88c71ec37b0644cfe361ff"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
fabric = "0.16.10"
|
fabric = "0.16.10"
|
||||||
|
|
Loading…
Reference in New Issue