From 215de97e4bbf352242622e004d11fbae9fa8bb4e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 22:18:13 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20hackclub?= =?UTF-8?q?/modpack@ffa418493fa407d1ec9289888ba4f5523de04293=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- branch/v4/README.md | 16 ++++++++++++++++ branch/v4/index.toml | 2 ++ branch/v4/pack.toml | 13 +++++++++++++ 3 files changed, 31 insertions(+) create mode 100644 branch/v4/README.md create mode 100644 branch/v4/index.toml create mode 100644 branch/v4/pack.toml diff --git a/branch/v4/README.md b/branch/v4/README.md new file mode 100644 index 0000000..6a86e97 --- /dev/null +++ b/branch/v4/README.md @@ -0,0 +1,16 @@ +# Hack Pack +## The modpack for the Hack Club modded minecraft server + +**Head onto [releases](https://github.com/hackclub/modpack/releases/latest) to download and start playing today!** + +### Want to suggest a new mod? +Create an issue or a pull request! + +### Need help? +Contact us in **#minecraft** + +--- + +This modpack uses [packwiz](https://packwiz.infra.link/) to manage mods. + +Tested with [Prism Launcher](https://prismlauncher.org/), but other launchers supporting modrinth format modpacks should work. diff --git a/branch/v4/index.toml b/branch/v4/index.toml new file mode 100644 index 0000000..6b2764f --- /dev/null +++ b/branch/v4/index.toml @@ -0,0 +1,2 @@ +hash-format = "sha256" +files = [] diff --git a/branch/v4/pack.toml b/branch/v4/pack.toml new file mode 100644 index 0000000..4b9a07a --- /dev/null +++ b/branch/v4/pack.toml @@ -0,0 +1,13 @@ +name = "Hack Pack v4" +author = "The Hack Club Community" +version = "1.0.0" +pack-format = "packwiz:1.1.0" + +[index] +file = "index.toml" +hash-format = "sha256" +hash = "7b81c9e9d9e6e21a9865a2dded0dfd77e7683d679b98fe5b0114eaed9a31f17e" + +[versions] +forge = "45.0.0" +minecraft = "1.19.4"