From e021588d78a772d0e8bfdc23e0ab7787b241af24 Mon Sep 17 00:00:00 2001 From: RestedWicked Date: Fri, 20 Jun 2025 00:50:46 -0700 Subject: [PATCH] [Init] --- .gitattributes | 1 + .gitignore | 5 +++++ index.toml | 2 ++ pack.toml | 13 +++++++++++++ 4 files changed, 21 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 index.toml create mode 100644 pack.toml diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..6254495 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1e038cd --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +# Exclude exported CurseForge zip files +*.zip + +# Exclude exported Modrinth modpacks +*.mrpack 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..4116417 --- /dev/null +++ b/pack.toml @@ -0,0 +1,13 @@ +name = "Witchcraft" +author = "restedwicked.xyz" +version = "1.0.0" +pack-format = "packwiz:1.1.0" + +[index] +file = "index.toml" +hash-format = "sha256" +hash = "7b81c9e9d9e6e21a9865a2dded0dfd77e7683d679b98fe5b0114eaed9a31f17e" + +[versions] +minecraft = "1.21.1" +neoforge = "21.1.180"