From ca82fbde330aaa87bbd6fb87db4dd50ea3d6936d Mon Sep 17 00:00:00 2001 From: Michi Date: Sat, 8 Nov 2025 11:39:18 +0100 Subject: [PATCH] first commit --- index.toml | 2 ++ pack.toml | 13 +++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 index.toml create mode 100644 pack.toml diff --git a/index.toml b/index.toml new file mode 100644 index 0000000..6b2764f --- /dev/null +++ b/index.toml @@ -0,0 +1,2 @@ +hash-format = "sha256" +files = [] diff --git a/pack.toml b/pack.toml new file mode 100644 index 0000000..357a0b5 --- /dev/null +++ b/pack.toml @@ -0,0 +1,13 @@ +name = "Mc Modpack" +author = "michi2828" +version = "1.0.0" +pack-format = "packwiz:1.1.0" + +[index] +file = "index.toml" +hash-format = "sha256" +hash = "7b81c9e9d9e6e21a9865a2dded0dfd77e7683d679b98fe5b0114eaed9a31f17e" + +[versions] +fabric = "0.17.3" +minecraft = "1.21.5"