From 8942c37e8b6ebcf3a617a1a967971b55421bbbd0 Mon Sep 17 00:00:00 2001 From: hkc Date: Sun, 17 Nov 2024 17:58:28 +0300 Subject: [PATCH] Added Nvidium --- README.md | 1 + index.toml | 9 +++++++-- modinfo.toml | 9 +++++++++ mods/nvidium.pw.toml | 18 ++++++++++++++++++ pack.toml | 2 +- 5 files changed, 36 insertions(+), 3 deletions(-) create mode 100644 mods/nvidium.pw.toml diff --git a/README.md b/README.md index 7b85f10..850ac7f 100644 --- a/README.md +++ b/README.md @@ -142,6 +142,7 @@ Make this game at least playable * [CO] **[Model Gap Fix](https://modrinth.com/mod/modelfix)** - Fixes gaps in Block Models and Item Models * [SO] **[NetherPortalFix](https://modrinth.com/mod/netherportalfix)** - Ensures correct destinations when travelling back and forth through Nether Portals in Multiplayer. * [O][CS] **[Not Enough Crashes](https://modrinth.com/mod/notenoughcrashes)** - When crashing, you can go back to the title screen and keep playing, without needing to restart, alongside other things to make crashes more pleasant. + * [O][CO] **[Nvidium](https://modrinth.com/mod/nvidium)** - Fast nvidia only rendering engine for sodium * [CO] **[Reese's Sodium Options](https://modrinth.com/mod/reeses-sodium-options)** - Alternative Options Menu for Sodium * [CO] **[Server Pinger Fixer](https://modrinth.com/mod/serverpingerfixer)** - Improves pinging speed of the multiplayer server list * [CO] **[Shut Up GL Error](https://modrinth.com/mod/shut-up-gl-error)** - Fixes invalid keycodes logging obnoxious and constant messages diff --git a/index.toml b/index.toml index ddc574c..465e2ec 100644 --- a/index.toml +++ b/index.toml @@ -2,7 +2,7 @@ hash-format = "sha256" [[files]] file = "README.md" -hash = "527d29e80b1b5494c3e5417857544e00dad49ee9fd6650cd4a8ac98fb6aa9fce" +hash = "db4d0eeaffe6709b35edf403dba5bd1a22ef3b28997e1310b9a94f4bf0ee15a5" [[files]] file = "make-list.py" @@ -10,7 +10,7 @@ hash = "3d4daf2b31fc7223f1d8ae13e66af64c88564127e805681ee0eccbc2baf94e92" [[files]] file = "modinfo.toml" -hash = "b5f6cfb71f689a12a50b83130164464cb6e00ad6e11d55f71f8de544201c9c5f" +hash = "d9274550aee8226f9cc6468e72515dff98772e26ffc534470aee2a8694a58c03" [[files]] file = "mods/3dskinlayers.pw.toml" @@ -1037,6 +1037,11 @@ file = "mods/notenoughcrashes.pw.toml" hash = "444dc6a0c4515b133b9ab7a4a823e228891d5a5a415e462e2ddac16b5a2f9b80" metafile = true +[[files]] +file = "mods/nvidium.pw.toml" +hash = "cb732fec2f6b7136b0a071d704c7597651108096365929b8b2be07002edb164f" +metafile = true + [[files]] file = "mods/nyfs-spiders.pw.toml" hash = "331450a351fe3099c8bb4522c63d5a2ab063aad3ec29328d9cb7ec40a0a74f44" diff --git a/modinfo.toml b/modinfo.toml index 4effde5..f0e4ca0 100644 --- a/modinfo.toml +++ b/modinfo.toml @@ -2862,3 +2862,12 @@ side = "both" optional = false icon = "https://cdn.modrinth.com/data/TLZe11Uj/f3a2e05e9ca4d99921a0d8bc584274298792868a_96.webp" category = "other" + +[mods.nvidium] +name = "Nvidium" +description = "Fast nvidia only rendering engine for sodium" +link = "https://modrinth.com/mod/nvidium" +side = "client" +optional = true +icon = "https://cdn.modrinth.com/data/SfMw2IZN/2db76d464a0f67cdb9e30fd99040eb096ac62016_96.webp" +category = "optimization" diff --git a/mods/nvidium.pw.toml b/mods/nvidium.pw.toml new file mode 100644 index 0000000..635ff8e --- /dev/null +++ b/mods/nvidium.pw.toml @@ -0,0 +1,18 @@ +name = "Nvidium" +filename = "nvidium-0.2.6-beta.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/SfMw2IZN/versions/J2fuM58R/nvidium-0.2.6-beta.jar" +hash-format = "sha1" +hash = "ce0c8504cfc397b53227119230e3ae5fdf851d42" + +[update] +[update.modrinth] +mod-id = "SfMw2IZN" +version = "J2fuM58R" + +[option] +optional = true +description = "Nvidia-specific optimizations" +default = true diff --git a/pack.toml b/pack.toml index bceff17..fee2c87 100644 --- a/pack.toml +++ b/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "a02ff1803534f224358ee44f6e286503ceb68c73474b0cee3504609962caa748" +hash = "2b9d8d90727e2ef94ce58a7b3b8e3c28a3bde210399a3e80006d014891d64155" [versions] fabric = "0.16.5"