Compare commits

...

2 commits

Author SHA1 Message Date
90f2bcbc94
Add Adorn 2026-04-18 12:46:32 -04:00
ded65229d5 README 2026-03-07 18:53:35 -05:00
4 changed files with 31 additions and 1 deletions

12
README.md Normal file
View file

@ -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

View file

@ -1,5 +1,10 @@
hash-format = "sha256" hash-format = "sha256"
[[files]]
file = "mods/adorn.pw.toml"
hash = "977a19edbdb8cb2cd58449a64e3bd4caca780bb2b670ef843886198ae5766b7f"
metafile = true
[[files]] [[files]]
file = "mods/cobblemon.pw.toml" file = "mods/cobblemon.pw.toml"
hash = "6413f6c6bef7abc5a808a54111f093a17daf4471e89d8535840f2a24966bdcd4" hash = "6413f6c6bef7abc5a808a54111f093a17daf4471e89d8535840f2a24966bdcd4"

13
mods/adorn.pw.toml Normal file
View file

@ -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"

View file

@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
[index] [index]
file = "index.toml" file = "index.toml"
hash-format = "sha256" hash-format = "sha256"
hash = "784be3ad63f7b02e7b86de82e966733e81a46545bfba7fda636f21440c3dd7fa" hash = "aedf18d29c1530c44e74cb76d7af488792efd6ae6ed9e23ecc0a398103fc54c4"
[versions] [versions]
fabric = "0.18.4" fabric = "0.18.4"