init
This commit is contained in:
commit
6ff1ab4a39
8 changed files with 80 additions and 0 deletions
2
.gitattributes
vendored
Normal file
2
.gitattributes
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
# Disable Git line ending conversion, to prevent packwiz index hashes changing when committing from Windows
|
||||
* -text
|
||||
5
.gitignore
vendored
Normal file
5
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
# Exclude exported CurseForge zip files
|
||||
*.zip
|
||||
|
||||
# Exclude exported Modrinth modpacks
|
||||
*.mrpack
|
||||
5
.packwizignore
Normal file
5
.packwizignore
Normal file
|
|
@ -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
|
||||
16
index.toml
Normal file
16
index.toml
Normal file
|
|
@ -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
|
||||
13
mods/cobblemon.pw.toml
Normal file
13
mods/cobblemon.pw.toml
Normal file
|
|
@ -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"
|
||||
13
mods/fabric-api.pw.toml
Normal file
13
mods/fabric-api.pw.toml
Normal file
|
|
@ -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"
|
||||
13
mods/jei.pw.toml
Normal file
13
mods/jei.pw.toml
Normal file
|
|
@ -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"
|
||||
13
pack.toml
Normal file
13
pack.toml
Normal file
|
|
@ -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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue