Changed inline hex casting dependency from client side (dependency) to both as hex casting errors on server side if inline is not present

This commit is contained in:
JordanPlayz158
2025-01-04 21:57:53 -05:00
parent 22b80a58bf
commit 0b67825397
3 changed files with 3 additions and 3 deletions

View File

@@ -592,7 +592,7 @@ metafile = true
[[files]] [[files]]
file = "mods/inline.pw.toml" file = "mods/inline.pw.toml"
hash = "fdeb0f089d6acc972c3c6a097ae68e980481a1ea2be3bf79be06e24ea3bb7c13" hash = "11afb4a66a709e8dc619f7ec761326340cabe7ff079973d682f87baf7fe4d49f"
metafile = true metafile = true
[[files]] [[files]]

View File

@@ -1,6 +1,6 @@
name = "Inline" name = "Inline"
filename = "inline-fabric-1.20.1-1.0.2.jar" filename = "inline-fabric-1.20.1-1.0.2.jar"
side = "client" side = "both"
[download] [download]
url = "https://cdn.modrinth.com/data/fin1PX4m/versions/Bskomaui/inline-fabric-1.20.1-1.0.2.jar" url = "https://cdn.modrinth.com/data/fin1PX4m/versions/Bskomaui/inline-fabric-1.20.1-1.0.2.jar"

View File

@@ -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 = "f726f341f79cd047e7612136f1b09a14b9bf92ff62abe95c47f31a34a77fc602" hash = "9be4b809d78e2f79fde857b21e99754da8ececec6003f871db5322e2af0424fe"
[versions] [versions]
fabric = "0.16.9" fabric = "0.16.9"