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

Add Dynmap & MySQL JDBC

This commit is contained in:
Neesquate
2023-08-27 22:58:28 +08:00
parent b6122ac1e2
commit 4ab60d26d8
4 changed files with 38 additions and 2 deletions

View File

@@ -64,6 +64,11 @@ file = "mods/chunkdebug.pw.toml"
hash = "ac084f12dc66779c0e8518e54fcad9b644a35a68f419b9c8bb14f7e10cedc253" hash = "ac084f12dc66779c0e8518e54fcad9b644a35a68f419b9c8bb14f7e10cedc253"
metafile = true metafile = true
[[files]]
file = "mods/dynmap.pw.toml"
hash = "4b26f1a1e781e53f02992fa95feff846a3ac4f66b65cf1180695ad9d47e03356"
metafile = true
[[files]] [[files]]
file = "mods/fabric-api.pw.toml" file = "mods/fabric-api.pw.toml"
hash = "3a93a5b987d89b3ce4208d1e31b3a5636fc6363ff33896f5a7ad8961df94a236" hash = "3a93a5b987d89b3ce4208d1e31b3a5636fc6363ff33896f5a7ad8961df94a236"
@@ -138,6 +143,11 @@ file = "mods/memoryleakfix.pw.toml"
hash = "97ffbc7d0e4087777c5e3732780f01958f99d44c4f09fd534bbb8f239d4980a1" hash = "97ffbc7d0e4087777c5e3732780f01958f99d44c4f09fd534bbb8f239d4980a1"
metafile = true metafile = true
[[files]]
file = "mods/mysql-jdbc.pw.toml"
hash = "447c614bb50b65b7f9cfb3c8ecc29da23911336e2790fd817ee7dc2e3c4a8bf7"
metafile = true
[[files]] [[files]]
file = "mods/owo-lib.pw.toml" file = "mods/owo-lib.pw.toml"
hash = "83b476730dba8c3cdc9ee6ed4e0623f97bc116848aebfe3149eece321083b251" hash = "83b476730dba8c3cdc9ee6ed4e0623f97bc116848aebfe3149eece321083b251"

13
mods/dynmap.pw.toml Normal file
View File

@@ -0,0 +1,13 @@
name = "Dynmap®"
filename = "Dynmap-3.6-fabric-1.20.jar"
side = "server"
[download]
url = "https://cdn.modrinth.com/data/fRQREgAc/versions/vqx7tUUt/Dynmap-3.6-fabric-1.20.jar"
hash-format = "sha1"
hash = "700a690b7ad85696f397b61a2810f00253d2afee"
[update]
[update.modrinth]
mod-id = "fRQREgAc"
version = "vqx7tUUt"

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

@@ -0,0 +1,13 @@
name = "MySQL JDBC"
filename = "mysql-jdbc-8.0.33+20230506-all.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/yvtIuyXT/versions/94JxXm7O/mysql-jdbc-8.0.33%2B20230506-all.jar"
hash-format = "sha1"
hash = "0a3b812045ffadc7fc8f4d064fb8bb16cf830e9b"
[update]
[update.modrinth]
mod-id = "yvtIuyXT"
version = "94JxXm7O"

View File

@@ -1,4 +1,4 @@
name = "Server modpack for Nesquate's Minecraft Server" name = "Nesquate's Modpack (Server)"
author = "Nesquate" author = "Nesquate"
version = "1.0.0" version = "1.0.0"
pack-format = "packwiz:1.1.0" pack-format = "packwiz:1.1.0"
@@ -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 = "e5733fc3854ba97dce449f338f1c84d668ca9daff8802d659f2b325949000dc8" hash = "feed746a0e454db902851808cd521bb4c9ccb78c4592d69ac1697261711b6614"
[versions] [versions]
fabric = "0.14.21" fabric = "0.14.21"