From ae815dc0d9d9cb91832f6fdda2f1ecd354e5c608 Mon Sep 17 00:00:00 2001 From: Kalle Struik Date: Mon, 24 Mar 2025 23:05:21 +0100 Subject: [PATCH] Add animal pens --- index.toml | 5 +++++ mods/animalpens.pw.toml | 13 +++++++++++++ pack.toml | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 mods/animalpens.pw.toml diff --git a/index.toml b/index.toml index 1da2d37..ea62433 100644 --- a/index.toml +++ b/index.toml @@ -28,6 +28,11 @@ file = "mods/ae2.pw.toml" hash = "fc542a3a2ee9c2e1b92e302da6c26b967a803e1992588029bc26238223fe63cd" metafile = true +[[files]] +file = "mods/animalpens.pw.toml" +hash = "2e21cc368650eb677486b0d5056d52e8048d51f47ff84045df486840d2af9f4d" +metafile = true + [[files]] file = "mods/appleskin.pw.toml" hash = "7d44149b8b22e0b19b082f49809edfc1b5f170e5d1d297cd73ae88c0b432c3ab" diff --git a/mods/animalpens.pw.toml b/mods/animalpens.pw.toml new file mode 100644 index 0000000..407cf90 --- /dev/null +++ b/mods/animalpens.pw.toml @@ -0,0 +1,13 @@ +name = "Animal Pens" +filename = "animal_pen-fabric-1.20-1.4.0.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/K5CAV4wi/versions/p7BQpGFb/animal_pen-fabric-1.20-1.4.0.jar" +hash-format = "sha512" +hash = "fecc511267714a8a1d9d1daa09f96fb9f9df973faa3e48054156c8a6e1c39fa8da85a11337ec4bfaecb96d7fd7b68270c11d08233e840236e1b52e3704cfcfa3" + +[update] +[update.modrinth] +mod-id = "K5CAV4wi" +version = "p7BQpGFb" diff --git a/pack.toml b/pack.toml index f76d43c..44a5b3a 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 = "764b8a4db0d45145519fcee4ac13aad4fca60d98999c70a4e62781535e71af5a" +hash = "eff543722f4131e454187a4353aefff21b773318d8d39c6fec4f3fb2684e2738" [versions] fabric = "0.16.10"