commit 5a296aff7ae8a39269af4dc08d2f108f82cba2c4 Author: Cookiez Date: Mon Jan 19 13:47:08 2026 +0100 Initial commit diff --git a/gitattributes b/gitattributes new file mode 100644 index 0000000..d790abd --- /dev/null +++ b/gitattributes @@ -0,0 +1,2 @@ +# Disable Git line ending conversion, to prevent packwiz index hashes changing when committing from Windows +* -text \ No newline at end of file diff --git a/gitignore b/gitignore new file mode 100644 index 0000000..f587784 --- /dev/null +++ b/gitignore @@ -0,0 +1,5 @@ +# Exclude exported CurseForge zip files +*.zip + +# Exclude exported Modrinth modpacks +*.mrpack \ No newline at end of file diff --git a/index.toml b/index.toml new file mode 100644 index 0000000..3106c42 --- /dev/null +++ b/index.toml @@ -0,0 +1,13 @@ +hash-format = "sha256" + +[[files]] +file = "gitattributes" +hash = "f1c49afdbf5c184940b9d1b0dcb6e070c8ca915a36d6c2b7f5a4c641e1080aea" + +[[files]] +file = "gitignore" +hash = "eb49facfdd2488fd2fa583f1bce654899ce74b6c92621a42fc38facd62a9da31" + +[[files]] +file = "packwizignore" +hash = "7adfaf00b7a3df0ded9e78c38675aef1e2f941a6d14b1b72ad57300534a06a7d" diff --git a/pack.toml b/pack.toml new file mode 100644 index 0000000..4caee4b --- /dev/null +++ b/pack.toml @@ -0,0 +1,13 @@ +name = "Crumb Pack" +author = "IAteYourCookies" +version = "1.0.0" +pack-format = "packwiz:1.1.0" + +[index] +file = "index.toml" +hash-format = "sha256" +hash = "5287200fe99c90d3e1156bc56d089e3a792eafb57f7ab9c72478011aeafc2ccc" + +[versions] +fabric = "0.18.4" +minecraft = "1.19.4" diff --git a/packwizignore b/packwizignore new file mode 100644 index 0000000..e5c7cba --- /dev/null +++ b/packwizignore @@ -0,0 +1,5 @@ +# .packwizignore follows the same format as .gitignore, and can be used to exclude unwanted files from pack exports +# See https://git-scm.com/docs/gitignore + +# Exclude README +/README.md \ No newline at end of file