Added Trinkets
This commit is contained in:
parent
da0b0f4961
commit
7f78af017c
|
@ -44,3 +44,8 @@ metafile = true
|
|||
file = "mods/fabric-api.pw.toml"
|
||||
hash = "e3272db811c06088fee691b5338e922681073fbc4f0e55a7d3865abb8b62eb0e"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/trinkets.pw.toml"
|
||||
hash = "07619668821f2aad9dbd40084ad80f25595d8715a9ef204a4a9629225729a7d9"
|
||||
metafile = true
|
||||
|
|
|
@ -0,0 +1,13 @@
|
|||
name = "Trinkets"
|
||||
filename = "trinkets-3.7.2.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/5aaWibi9/versions/AHxQGtuC/trinkets-3.7.2.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "d58cc8759587f03f320f188972ca66baa788d008"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "5aaWibi9"
|
||||
version = "AHxQGtuC"
|
|
@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
|
|||
[index]
|
||||
file = "index.toml"
|
||||
hash-format = "sha256"
|
||||
hash = "08da702bd71953bdbab5315e66994ed5a1291b517a9ca389d3160bf76503f49a"
|
||||
hash = "812ac3d1b01e39762eadb2bdf90ebd45271f3ae80265c4ce7303639024a3c75d"
|
||||
|
||||
[versions]
|
||||
fabric = "0.15.6"
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
#!/bin/sh
|
||||
if [ ! -f fabric.jar ]; then
|
||||
wget https://meta.fabricmc.net/v2/versions/loader/1.20.1/0.15.7/1.0.0/server/jar -O fabric.jar
|
||||
fi;
|
||||
if [ ! -f packwiz-bootstrap.jar ]; then
|
||||
wget https://github.com/packwiz/packwiz-installer-bootstrap/releases/download/v0.0.3/packwiz-installer-bootstrap.jar -O packwiz-bootstrap.jar;
|
||||
fi;
|
Loading…
Reference in New Issue