From 6ff1ab4a39c20a96cac01ae09d7866991f3ffe8e Mon Sep 17 00:00:00 2001 From: clay53 Date: Sat, 7 Mar 2026 18:04:42 -0500 Subject: [PATCH] init --- .gitattributes | 2 ++ .gitignore | 5 +++++ .packwizignore | 5 +++++ index.toml | 16 ++++++++++++++++ mods/cobblemon.pw.toml | 13 +++++++++++++ mods/fabric-api.pw.toml | 13 +++++++++++++ mods/jei.pw.toml | 13 +++++++++++++ pack.toml | 13 +++++++++++++ 8 files changed, 80 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 .packwizignore create mode 100644 index.toml create mode 100644 mods/cobblemon.pw.toml create mode 100644 mods/fabric-api.pw.toml create mode 100644 mods/jei.pw.toml create mode 100644 pack.toml diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..ad7fcb5 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Disable Git line ending conversion, to prevent packwiz index hashes changing when committing from Windows +* -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..920ec13 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +# Exclude exported CurseForge zip files +*.zip + +# Exclude exported Modrinth modpacks +*.mrpack diff --git a/.packwizignore b/.packwizignore new file mode 100644 index 0000000..ad37c53 --- /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 diff --git a/index.toml b/index.toml new file mode 100644 index 0000000..8e49aa3 --- /dev/null +++ b/index.toml @@ -0,0 +1,16 @@ +hash-format = "sha256" + +[[files]] +file = "mods/cobblemon.pw.toml" +hash = "6413f6c6bef7abc5a808a54111f093a17daf4471e89d8535840f2a24966bdcd4" +metafile = true + +[[files]] +file = "mods/fabric-api.pw.toml" +hash = "6ec22733a32cf6e59584fbf2a855e24ea2c05f46026e0799f34f34c0915c8367" +metafile = true + +[[files]] +file = "mods/jei.pw.toml" +hash = "76a2560989102413693bbfbea83570287b3dce4f6ed40dc69aacbd3268633fe7" +metafile = true diff --git a/mods/cobblemon.pw.toml b/mods/cobblemon.pw.toml new file mode 100644 index 0000000..6a628e9 --- /dev/null +++ b/mods/cobblemon.pw.toml @@ -0,0 +1,13 @@ +name = "Cobblemon" +filename = "Cobblemon-fabric-1.7.3+1.21.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/MdwFAVRL/versions/kF7CvxTo/Cobblemon-fabric-1.7.3%2B1.21.1.jar" +hash-format = "sha512" +hash = "7b5376f5f48177db53790237b6fb25378806972b5d3b756151b4d8f2d3c27238d6b587b77da422bc1780bfd358b4702e74369fd82cef2a35301b4b68a2f13c2e" + +[update] +[update.modrinth] +mod-id = "MdwFAVRL" +version = "kF7CvxTo" diff --git a/mods/fabric-api.pw.toml b/mods/fabric-api.pw.toml new file mode 100644 index 0000000..389dc37 --- /dev/null +++ b/mods/fabric-api.pw.toml @@ -0,0 +1,13 @@ +name = "Fabric API" +filename = "fabric-api-0.116.9+1.21.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/P7dR8mSH/versions/yGAe1owa/fabric-api-0.116.9%2B1.21.1.jar" +hash-format = "sha512" +hash = "e643876079b950aef9aad3eee8d27046305895e8d0f595f7f95010839adeaa25c55a6dc8624ccfba1201194d6598fcbc11f23a7a553ccefbb8c0ceacf388bb79" + +[update] +[update.modrinth] +mod-id = "P7dR8mSH" +version = "yGAe1owa" diff --git a/mods/jei.pw.toml b/mods/jei.pw.toml new file mode 100644 index 0000000..bd3f9b4 --- /dev/null +++ b/mods/jei.pw.toml @@ -0,0 +1,13 @@ +name = "Just Enough Items (JEI)" +filename = "jei-1.21.1-fabric-19.27.0.340.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/u6dRKJwZ/versions/TvqzuFwN/jei-1.21.1-fabric-19.27.0.340.jar" +hash-format = "sha512" +hash = "04d4067931010578b55aee55b1e38f7ea2ea3ce8d258ae5d9ece7facfcfcb41349a457ca8bd2ca502577616b84b1c14dbd00b2985ffc6cde5c3d1ec2dd214a04" + +[update] +[update.modrinth] +mod-id = "u6dRKJwZ" +version = "TvqzuFwN" diff --git a/pack.toml b/pack.toml new file mode 100644 index 0000000..79716b6 --- /dev/null +++ b/pack.toml @@ -0,0 +1,13 @@ +name = "Cobblemon Modpack" +author = "Clayton Hickey" +version = "1.0.0" +pack-format = "packwiz:1.1.0" + +[index] +file = "index.toml" +hash-format = "sha256" +hash = "784be3ad63f7b02e7b86de82e966733e81a46545bfba7fda636f21440c3dd7fa" + +[versions] +fabric = "0.18.4" +minecraft = "1.21.1"