From 1b49725f014f87c35f546e14522c505abcec4c42 Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Mon, 30 Dec 2024 20:38:39 +0000 Subject: [PATCH] initial commit of packwiz --- .packwizignore | 5 +++++ index.toml | 2 ++ pack.toml | 13 +++++++++++++ 3 files changed, 20 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..6e8c26a --- /dev/null +++ b/.packwizignore @@ -0,0 +1,5 @@ +# DOnt add teh IDE's +/.idea + +# dont add flake stuff +flake.* 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..6526070 --- /dev/null +++ b/pack.toml @@ -0,0 +1,13 @@ +name = "Skynet" +author = "Skynet" +version = "1.0.0" +pack-format = "packwiz:1.1.0" + +[index] +file = "index.toml" +hash-format = "sha256" +hash = "7b81c9e9d9e6e21a9865a2dded0dfd77e7683d679b98fe5b0114eaed9a31f17e" + +[versions] +fabric = "0.16.9" +minecraft = "1.21.4"