From 9ba44c96d0921bc2c1f596cab25edbeecbb3d846 Mon Sep 17 00:00:00 2001 From: Isaac Shoebottom Date: Sun, 26 Jan 2025 19:04:51 -0400 Subject: [PATCH] Add headfix --- minecraft/pack/index.toml | 5 +++++ minecraft/pack/mods/headfix.pw.toml | 13 +++++++++++++ minecraft/pack/pack.toml | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 minecraft/pack/mods/headfix.pw.toml diff --git a/minecraft/pack/index.toml b/minecraft/pack/index.toml index f0af129..84631b0 100644 --- a/minecraft/pack/index.toml +++ b/minecraft/pack/index.toml @@ -98,6 +98,11 @@ file = "mods/forge-config-api-port.pw.toml" hash = "4b257578b2973f4e99ae3192989f7ba4db19e9eca99ea396a1479c8a6cd9ca88" metafile = true +[[files]] +file = "mods/headfix.pw.toml" +hash = "99ad0db5e9f8baf2579c2de39f961de3b8df42704d1f38882c71255f686949fa" +metafile = true + [[files]] file = "mods/helpfulcommands.pw.toml" hash = "3743197cb95b4b2ad49009f9faba429c97c31e24099d8f8e6e98289f446ac9e7" diff --git a/minecraft/pack/mods/headfix.pw.toml b/minecraft/pack/mods/headfix.pw.toml new file mode 100644 index 0000000..1970d33 --- /dev/null +++ b/minecraft/pack/mods/headfix.pw.toml @@ -0,0 +1,13 @@ +name = "Head Name Fix" +filename = "head-name-fix-1.21.4-1.3.2.jar" +side = "server" + +[download] +url = "https://cdn.modrinth.com/data/rbU0dAND/versions/OdeNSZVg/head-name-fix-1.21.4-1.3.2.jar" +hash-format = "sha512" +hash = "ec7fc1d7be20ed8c8a08a3938caee14b93c25cc1780d76ec21e14358a29b9cad6cef691cd5e976d282e298a7f4ab568bdfaccd912ba3c289033f7f6d6a477db3" + +[update] +[update.modrinth] +mod-id = "rbU0dAND" +version = "OdeNSZVg" diff --git a/minecraft/pack/pack.toml b/minecraft/pack/pack.toml index 70d975f..671d371 100644 --- a/minecraft/pack/pack.toml +++ b/minecraft/pack/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "030a1a6c91f503872be7f31c1cd946f33bad5816c1225a312fc809bfa1409210" +hash = "27447359fd12bb5c110dbb80ae738f73c6231938403af7a12e1c6f6e19f1cbc4" [versions] fabric = "0.16.9"