From 98bbf7ab50ecffa3b5f3abdc9c5dfbfe381a44ea Mon Sep 17 00:00:00 2001 From: "nekomimi.pet" Date: Fri, 3 Jul 2026 23:57:55 -0400 Subject: [PATCH] make first person model optional --- index.toml | 10 +++++++++- mods/first-person-model.pw.toml | 4 ++++ pack.toml | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/index.toml b/index.toml index 0993d9e..2ef286e 100644 --- a/index.toml +++ b/index.toml @@ -1,5 +1,13 @@ hash-format = "sha256" +[[files]] +file = ".tangled/workflows/deploy-wisp.yml" +hash = "de0f69c5eec3cda5b9ffc0149d865b5028fefa6349de1ac9aa86d7576660993d" + +[[files]] +file = "docker-compose.yml" +hash = "c8f20db86fd59bd3c9afe3f37bfb9fb94c9bc696cc8cbf1ba51ec9a3afcb8b7b" + [[files]] file = "mods/3dskinlayers.pw.toml" hash = "90545284bcfbf7cc14d7a67e0691170295010eca4a1e8b9f0c6c4d6db779e93b" @@ -122,7 +130,7 @@ metafile = true [[files]] file = "mods/first-person-model.pw.toml" -hash = "b12aef7cad5733afdbf288a70714279c31e5bf1bec22c7d57588cd0f38421221" +hash = "395cc83b7a9f3d53b486723ab33f06fcddb5b1ffaa528a35f5221422190bb913" metafile = true [[files]] diff --git a/mods/first-person-model.pw.toml b/mods/first-person-model.pw.toml index f1a8a1a..3692abe 100644 --- a/mods/first-person-model.pw.toml +++ b/mods/first-person-model.pw.toml @@ -2,6 +2,10 @@ name = "First-person Model" filename = "firstperson-neoforge-2.7.2-mc26.1.2.jar" side = "client" +[option] +optional = true +description = "replaces the first person camera animation with third person animations so you can see yourself" + [download] url = "https://cdn.modrinth.com/data/H5XMjpHi/versions/fm5enNE9/firstperson-neoforge-2.7.2-mc26.1.2.jar" hash-format = "sha512" diff --git a/pack.toml b/pack.toml index 5812ec7..d48a24b 100644 --- a/pack.toml +++ b/pack.toml @@ -5,7 +5,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "d45c8607d6448300dbc666d1c3dd2071ecd9d4598f0602f81b1237a56d59ff85" +hash = "4bd180fc930fa7134ffeb84a1a2fbfd0412ee8b91b1e38af78a1c1d81c19c632" [versions] minecraft = "26.1.2" -- 2.51.2