commit 0500a00fb35a74e5dba449689c10921eb96dbda7 Author: koka Date: Tue Sep 8 12:50:44 2026 +0200 Publish Sanctuary 0.1.0-alpha.2 (ddc43d716bf8) diff --git a/index.toml b/index.toml new file mode 100644 index 0000000..6c597b1 --- /dev/null +++ b/index.toml @@ -0,0 +1,11 @@ +hash-format = "sha256" + +[[files]] +file = "mods/fabric-api.pw.toml" +hash = "583fbe8be73d0f2802623bb4467a7056070d09fe2f412c39fc601b9dcf7a6fd5" +metafile = true + +[[files]] +file = "mods/sanctuary.pw.toml" +hash = "9e41517796098989cbb7b2e43fb1ac7cfc2fadae0a901a9203670f39702313c2" +metafile = true diff --git a/mods/fabric-api.pw.toml b/mods/fabric-api.pw.toml new file mode 100644 index 0000000..0c74465 --- /dev/null +++ b/mods/fabric-api.pw.toml @@ -0,0 +1,13 @@ +name = "Fabric API" +filename = "fabric-api-0.160.0+26.3.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/P7dR8mSH/versions/o9uChmGq/fabric-api-0.160.0%2B26.3.jar" +hash-format = "sha512" +hash = "0f9fb41ec3e480e7680e1640f90fb82a9298f5848c049ded3be47605615c3117fc17fc7acab59ec145dd4653422b742df5c5f137608d243d9aa4bf2d9ba2427d" + +[update] +[update.modrinth] +mod-id = "P7dR8mSH" +version = "o9uChmGq" diff --git a/mods/sanctuary.pw.toml b/mods/sanctuary.pw.toml new file mode 100644 index 0000000..b0c633b --- /dev/null +++ b/mods/sanctuary.pw.toml @@ -0,0 +1,8 @@ +name = "Sanctuary" +filename = "sanctuary-0.1.0-alpha.2.jar" +side = "both" + +[download] +url = "https://git.botsu.net/koka/sanctuary-beta/releases/download/v0.1.0-alpha.2/sanctuary-0.1.0-alpha.2.jar" +hash-format = "sha256" +hash = "ebc13c69ff3a9181ba465da1c38f083f2d2ffc7cd02fd78f9611ef30ec590987" diff --git a/pack.toml b/pack.toml new file mode 100644 index 0000000..c64ed89 --- /dev/null +++ b/pack.toml @@ -0,0 +1,13 @@ +name = "Sanctuary" +author = "KOKA99CAB" +version = "0.1.0-alpha.2" +pack-format = "packwiz:1.1.0" + +[index] +file = "index.toml" +hash-format = "sha256" +hash = "d4f61761a60126af7c8fcbb1026ab636350fc9979181e4ee40cb1dfdc0c46ad7" + +[versions] +fabric = "0.19.5" +minecraft = "26.3-pre-2"