1
0
mirror of https://github.com/nesquate-mcserver/modpack-server.git synced 2026-06-05 21:38:55 +00:00

feat: Add Mariadb JDBC

This commit is contained in:
Nesquate
2024-06-07 23:03:43 +08:00
parent b4f9d56dfe
commit 609db3719e
3 changed files with 19 additions and 1 deletions

View File

@@ -105,6 +105,11 @@ file = "mods/luckperms.pw.toml"
hash = "0bcf5ca6fa1cf6822e69ba183f983480c696b46553e857415054a579b5b92ace"
metafile = true
[[files]]
file = "mods/mariadb-jdbc.pw.toml"
hash = "8ae45f3cdf9eee9d23023c944eb05edfe5c768cec302994d1711f8a0d9517dbc"
metafile = true
[[files]]
file = "mods/mcdiscordchat.pw.toml"
hash = "b35a61ebdab546e85ce5cb7f4d4216e82f9b08a06dab36b9242da5286f0b65ac"

13
mods/mariadb-jdbc.pw.toml Normal file
View File

@@ -0,0 +1,13 @@
name = "MariaDB JDBC"
filename = "mariadb-jdbc-3.1.4+20230506-all.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/Rn50PHM9/versions/2RGGABYP/mariadb-jdbc-3.1.4%2B20230506-all.jar"
hash-format = "sha1"
hash = "3c49d74b8ffeb1fd742c36397ae8b8930f925f56"
[update]
[update.modrinth]
mod-id = "Rn50PHM9"
version = "2RGGABYP"

View File

@@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "948afc053083feb664bd9a55e4241759df892675f039f112f3aa355f7bd60c23"
hash = "e5329de688b1da8fdb50cd5c367cfe76206d53021a7715d8c427c4f328e5432d"
[versions]
fabric = "^0.15.6"