From 03499265aa9539de0ace626a1128bdd0e8cd024a Mon Sep 17 00:00:00 2001 From: snedmore Date: Sun, 21 Dec 2025 21:39:48 +0000 Subject: [PATCH] lighting the beacons --- .gitattributes | 1 + README.md | 3 +++ index.toml | 5 +++++ pack.toml | 13 +++++++++++++ 4 files changed, 22 insertions(+) create mode 100644 .gitattributes create mode 100644 index.toml create mode 100644 pack.toml diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..fa1385d --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* -text diff --git a/README.md b/README.md index c04760a..9d3d621 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,5 @@ # nilla + +The PACK of WINTER 2025!!!! + diff --git a/index.toml b/index.toml new file mode 100644 index 0000000..d2876c0 --- /dev/null +++ b/index.toml @@ -0,0 +1,5 @@ +hash-format = "sha256" + +[[files]] +file = "README.md" +hash = "72ee03b41235eea90b0cf2ee04d167f52650e182488c99e2d7eaab5f9bfebae7" diff --git a/pack.toml b/pack.toml new file mode 100644 index 0000000..ec69ba2 --- /dev/null +++ b/pack.toml @@ -0,0 +1,13 @@ +name = "Nilla" +author = "Ryan & Gabe (The Goats)" +version = "1.0.0" +pack-format = "packwiz:1.1.0" + +[index] +file = "index.toml" +hash-format = "sha256" +hash = "1d7a25cb9d45e03eb745f5814d7baddbd64c2063da87c618ca5ebd4eeb575d94" + +[versions] +fabric = "0.18.3" +minecraft = "1.21.11"