From 67d91d8a068ff23f86b6c8a1514d60141b7aff6e Mon Sep 17 00:00:00 2001 From: endigma Date: Fri, 25 Aug 2023 10:37:23 -0300 Subject: [PATCH] packwiz init --- .packwizignore | 1 + index.toml | 2 ++ pack.toml | 13 +++++++++++++ 3 files changed, 16 insertions(+) create mode 100644 .packwizignore create mode 100644 index.toml create mode 100644 pack.toml diff --git a/.packwizignore b/.packwizignore new file mode 100644 index 0000000..b43bf86 --- /dev/null +++ b/.packwizignore @@ -0,0 +1 @@ +README.md 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..3210c44 --- /dev/null +++ b/pack.toml @@ -0,0 +1,13 @@ +name = "smp" +author = "endigma" +version = "2023" +pack-format = "packwiz:1.1.0" + +[index] +file = "index.toml" +hash-format = "sha256" +hash = "7b81c9e9d9e6e21a9865a2dded0dfd77e7683d679b98fe5b0114eaed9a31f17e" + +[versions] +fabric = "0.14.22" +minecraft = "1.20.1"