add sample packwiz pack

This commit is contained in:
cswimr 2025-02-08 10:24:38 -06:00
parent f84576b6be
commit ac1afd3997
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087
6 changed files with 81 additions and 0 deletions

21
packwiz/index.toml Normal file
View file

@ -0,0 +1,21 @@
hash-format = "sha256"
[[files]]
file = "mods/example-image.pw.toml"
hash = "7de2776e16cae23b2a5e727a2cc41a9a7f47aea83125c597a970f7b77355c0e7"
metafile = true
[[files]]
file = "mods/fabric-api.pw.toml"
hash = "dd4c3c3ee97fa946926784db25da0b5a9984c9959681f412d6b402cc5bdfc83e"
metafile = true
[[files]]
file = "mods/justenoughitems.pw.toml"
hash = "7aedb4b31e043d436748f1a3904a4e41861f5f4940ee5f4837b28cad36d48e83"
metafile = true
[[files]]
file = "mods/roughly-enough-items.pw.toml"
hash = "363b5daf3c485ea25c904e7a151d6f0542b24f695b7008a747c0f7df31cfbeb9"
metafile = true

View file

@ -0,0 +1,7 @@
name = "example-image"
filename = "68747470733a2f2f692e696d6775722e636f6d2f4f634f514c69702e706e67"
[download]
url = "https://camo.githubusercontent.com/33cc15d68ecf42b175ae05dd74f6704445a5e918315a9518012d33cd054bd65c/68747470733a2f2f692e696d6775722e636f6d2f4f634f514c69702e706e67"
hash-format = "sha256"
hash = "17a7b8cb312ab997575a710de17a44069940ff488d0c0ad7b66839a8ea29f29a"

View file

@ -0,0 +1,13 @@
name = "Fabric API"
filename = "fabric-api-0.115.1+1.21.4.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/P7dR8mSH/versions/UnrycCWP/fabric-api-0.115.1%2B1.21.4.jar"
hash-format = "sha512"
hash = "d5e9f87679b5edc9786e651fc481f8861a9cf53ed381890a1cb5e129222d6c5fa99f06045007f8e1fba02da686cdb6db2d99b334a1d23881cb56dfa199932eea"
[update]
[update.modrinth]
mod-id = "P7dR8mSH"
version = "UnrycCWP"

View file

@ -0,0 +1,15 @@
name = "JustEnoughItems"
filename = "jei_1.8.8-2.0.1.jar"
side = "both"
[download]
url = "https://github.com/mezz/JustEnoughItems/releases/download/v2.0.1/jei_1.8.8-2.0.1.jar"
hash-format = "sha256"
hash = "71d313f2fee89974cfd4f5daf1e10982f76cd604b6f0fc255633c7fdebf79c41"
[update]
[update.github]
branch = "master"
regex = "^.+(?<!-api|-dev|-dev-preshadow|-sources)\\.jar$"
slug = "mezz/JustEnoughItems"
tag = "v2.0.1"

View file

@ -0,0 +1,13 @@
name = "Roughly Enough Items Fabric/Forge/NeoForge (REI)"
filename = "RoughlyEnoughItems-18.0.796-fabric.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "5c83810b154b3931471e14c21ad8334c09903caf"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 5987569
project-id = 310111

12
packwiz/pack.toml Normal file
View file

@ -0,0 +1,12 @@
name = "PackwizJS Testing Pack"
version = "1.0.0"
pack-format = "packwiz:1.1.0"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "6ce48b376540c840b9c2c1eaedbdf64f3b0e1203888ea644fc5d8fff66377c18"
[versions]
fabric = "0.16.10"
minecraft = "1.21.4"