Skip to content

Commit

Permalink
fix: dedicated server crash due to itemconverter issue. Updated itemc…
Browse files Browse the repository at this point in the history
…onverter

Co-Authored-By: SettingDust <settingdust@gmail.com>
  • Loading branch information
Yarden-zamir and SettingDust committed Nov 23, 2024
1 parent 679b47e commit c05448e
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion curseforge/index.toml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ metafile = true

[[files]]
file = "mods/itemconverter.pw.toml"
hash = "47dfc374be5f4afe2e6204cd1830c79b437832149505c6c5d1cd02e3ea6db77c"
hash = "f96ebad946c05f3badbf95c3763e174961b42a4c8495940a6469fa0995868735"
metafile = true

[[files]]
Expand Down
6 changes: 3 additions & 3 deletions curseforge/mods/itemconverter.pw.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name = "ItemConverter"
filename = "item-converter-0.3.0.jar"
filename = "item-converter-0.3.1.jar"
side = "both"

[download]
hash-format = "sha1"
hash = "8951872019f9c2361137372aabd37c527392ae51"
hash = "1e461c9ac3e05648877fe788614d222b89997de7"
mode = "metadata:curseforge"

[update]
[update.curseforge]
file-id = 5925311
file-id = 5930572
project-id = 1143473
2 changes: 1 addition & 1 deletion curseforge/pack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "437851efe34fcbe450341debc58ffa87a24e43da66be568048934c1d9ded96d5"
hash = "87931801430b4244e17856e1e9924c5f8372f3f1cdd7074d38c273d5fe4526d3"

[versions]
forge = "43.4.4"
Expand Down
2 changes: 1 addition & 1 deletion index.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15035,7 +15035,7 @@ metafile = true

[[files]]
file = "mods/item-converter.pw.toml"
hash = "7a1e41e100f917d67a130c88aa6eb188a8f607d1f58daa25c392445b53f8eb65"
hash = "f2bb7aaf009482288647d6c5ceb3293e2719c57e9a746fe93eb6fe2301aa373c"
metafile = true

[[files]]
Expand Down
8 changes: 4 additions & 4 deletions mods/item-converter.pw.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name = "Item Converter"
filename = "item-converter-0.3.0.jar"
filename = "item-converter-0.3.1.jar"
side = "both"

[download]
url = "https://cdn.modrinth.com/data/9pniJAtk/versions/c545gEZS/item-converter-0.3.0.jar"
url = "https://cdn.modrinth.com/data/9pniJAtk/versions/66ljkU1x/item-converter-0.3.1.jar"
hash-format = "sha512"
hash = "c516f9814d8f140ff0b48e614aba9983d43ab915dd9408ea3c698d3f0a5557a22096302e1b113a2b09466367188dfa536c1ddd83f6fc11b8d5af755a5dbfcefb"
hash = "a83b5469f630ca7ea11cbc1d2d05f489cf8020e8ecfd12de89676c5e13542544e7cefc3859579d6b4213ffdebe385f8c658dfe35197c3621454d1f95196b6dba"

[update]
[update.modrinth]
mod-id = "9pniJAtk"
version = "c545gEZS"
version = "66ljkU1x"
2 changes: 1 addition & 1 deletion pack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "233c61419aca5b87af0afc005ca9886d9ff3a67c0545cd62a64c0dfde2d397cb"
hash = "43a701d2097721b43c302e304fcb7a4ce2ef5831de2841e8a2ff20988981df2e"

[versions]
forge = "43.4.4"
Expand Down

0 comments on commit c05448e

Please sign in to comment.