From ded65229d5a3e07caa284b12910e7aa02ba1c560 Mon Sep 17 00:00:00 2001 From: clay53 Date: Sat, 7 Mar 2026 18:53:35 -0500 Subject: [PATCH 1/2] README --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..8550cc3 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# Cobblemon Modpack +Modpack for cobblemon server: cobblemon.claytonhickey.me + +## Normal Installation +Using something like [Prism Launcher](https://prismlauncher.org/), you can install the Modrinth package from [Releases](https://forgejo.claytonhickey.me/clay53/cobblemon-modpack/releases) + +## Custom Installation +1. Install [packwiz](https://packwiz.infra.link/); example: `nix shell nixpkgs#packwiz` +1. Clone this repository: `git clone https://forgejo.claytonhickey.me/clay53/cobblemon-modpack.git` +1. cd into the directory: `cd cobblemon-modpack` +1. package the modpack: `packwiz modrinth export` +1. Install the `.mrpack` file generated in `cobblemon-modpack` directory with [Prism Launcher](https://prismlauncher.org/) or something \ No newline at end of file From 90f2bcbc94f74cb9073e152f5f72b90e751b9aab Mon Sep 17 00:00:00 2001 From: clay53 Date: Sat, 18 Apr 2026 12:46:32 -0400 Subject: [PATCH 2/2] Add Adorn --- index.toml | 5 +++++ mods/adorn.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 mods/adorn.pw.toml diff --git a/index.toml b/index.toml index 8e49aa3..1403e98 100644 --- a/index.toml +++ b/index.toml @@ -1,5 +1,10 @@ hash-format = "sha256" +[[files]] +file = "mods/adorn.pw.toml" +hash = "977a19edbdb8cb2cd58449a64e3bd4caca780bb2b670ef843886198ae5766b7f" +metafile = true + [[files]] file = "mods/cobblemon.pw.toml" hash = "6413f6c6bef7abc5a808a54111f093a17daf4471e89d8535840f2a24966bdcd4" diff --git a/mods/adorn.pw.toml b/mods/adorn.pw.toml new file mode 100644 index 0000000..6356e1c --- /dev/null +++ b/mods/adorn.pw.toml @@ -0,0 +1,13 @@ +name = "Adorn" +filename = "Adorn-6.1.2+1.21.1-fabric.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/E6FUtRJh/versions/eOTfiVsw/Adorn-6.1.2%2B1.21.1-fabric.jar" +hash-format = "sha512" +hash = "e16a96c212fffb5f95c9a2f1cbc2cdfcc7a79c5e493111f4e3fae8a9ae9613ce692d74de3abb1ab380b345ad398b2eb0c65c48eaa6e7631939b35de45b8158b2" + +[update] +[update.modrinth] +mod-id = "E6FUtRJh" +version = "eOTfiVsw" diff --git a/pack.toml b/pack.toml index 79716b6..d227765 100644 --- a/pack.toml +++ b/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "784be3ad63f7b02e7b86de82e966733e81a46545bfba7fda636f21440c3dd7fa" +hash = "aedf18d29c1530c44e74cb76d7af488792efd6ae6ed9e23ecc0a398103fc54c4" [versions] fabric = "0.18.4"