commit 226a6ea1fb8a56923d13fae70af03d98df6640e5 Author: hkc Date: Tue Aug 20 02:27:41 2024 +0300 Initial commit 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..185f17c --- /dev/null +++ b/pack.toml @@ -0,0 +1,13 @@ +name = "Vanilla Extended" +author = "SheraNom (packaged by: hatkidchan)" +version = "1.0.0" +pack-format = "packwiz:1.1.0" + +[index] +file = "index.toml" +hash-format = "sha256" +hash = "7b81c9e9d9e6e21a9865a2dded0dfd77e7683d679b98fe5b0114eaed9a31f17e" + +[versions] +fabric = "0.16.2" +minecraft = "1.21.1"