diff --git a/index.toml b/index.toml index c63a1e0..6980c4c 100644 --- a/index.toml +++ b/index.toml @@ -64,6 +64,11 @@ file = "mods/chunkdebug.pw.toml" hash = "ac084f12dc66779c0e8518e54fcad9b644a35a68f419b9c8bb14f7e10cedc253" metafile = true +[[files]] +file = "mods/dynmap.pw.toml" +hash = "4b26f1a1e781e53f02992fa95feff846a3ac4f66b65cf1180695ad9d47e03356" +metafile = true + [[files]] file = "mods/fabric-api.pw.toml" hash = "3a93a5b987d89b3ce4208d1e31b3a5636fc6363ff33896f5a7ad8961df94a236" @@ -138,6 +143,11 @@ file = "mods/memoryleakfix.pw.toml" hash = "97ffbc7d0e4087777c5e3732780f01958f99d44c4f09fd534bbb8f239d4980a1" metafile = true +[[files]] +file = "mods/mysql-jdbc.pw.toml" +hash = "447c614bb50b65b7f9cfb3c8ecc29da23911336e2790fd817ee7dc2e3c4a8bf7" +metafile = true + [[files]] file = "mods/owo-lib.pw.toml" hash = "83b476730dba8c3cdc9ee6ed4e0623f97bc116848aebfe3149eece321083b251" diff --git a/mods/dynmap.pw.toml b/mods/dynmap.pw.toml new file mode 100644 index 0000000..816711a --- /dev/null +++ b/mods/dynmap.pw.toml @@ -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" diff --git a/mods/mysql-jdbc.pw.toml b/mods/mysql-jdbc.pw.toml new file mode 100644 index 0000000..585a5e4 --- /dev/null +++ b/mods/mysql-jdbc.pw.toml @@ -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" diff --git a/pack.toml b/pack.toml index 6456347..144d98d 100644 --- a/pack.toml +++ b/pack.toml @@ -1,4 +1,4 @@ -name = "Server modpack for Nesquate's Minecraft Server" +name = "Nesquate's Modpack (Server)" author = "Nesquate" version = "1.0.0" pack-format = "packwiz:1.1.0" @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "e5733fc3854ba97dce449f338f1c84d668ca9daff8802d659f2b325949000dc8" +hash = "feed746a0e454db902851808cd521bb4c9ccb78c4592d69ac1697261711b6614" [versions] fabric = "0.14.21"