diff --git a/v2/index.toml b/v2/index.toml new file mode 100644 index 0000000..6b2764f --- /dev/null +++ b/v2/index.toml @@ -0,0 +1,2 @@ +hash-format = "sha256" +files = [] diff --git a/v2/pack.toml b/v2/pack.toml new file mode 100644 index 0000000..c279807 --- /dev/null +++ b/v2/pack.toml @@ -0,0 +1,13 @@ +name = "DingusCraft 2: Electric Boogaloo" +author = "Chris C" +version = "1.0.0" +pack-format = "packwiz:1.1.0" + +[index] +file = "index.toml" +hash-format = "sha256" +hash = "7b81c9e9d9e6e21a9865a2dded0dfd77e7683d679b98fe5b0114eaed9a31f17e" + +[versions] +fabric = "0.16.14" +minecraft = "1.20.4"