2nd edition of my mc server for my friends and i
0

Configure Feed

Select the types of activity you want to include in your feed.

make first person model optional

+14 -2
+9 -1
index.toml
··· 1 1 hash-format = "sha256" 2 2 3 3 [[files]] 4 + file = ".tangled/workflows/deploy-wisp.yml" 5 + hash = "de0f69c5eec3cda5b9ffc0149d865b5028fefa6349de1ac9aa86d7576660993d" 6 + 7 + [[files]] 8 + file = "docker-compose.yml" 9 + hash = "c8f20db86fd59bd3c9afe3f37bfb9fb94c9bc696cc8cbf1ba51ec9a3afcb8b7b" 10 + 11 + [[files]] 4 12 file = "mods/3dskinlayers.pw.toml" 5 13 hash = "90545284bcfbf7cc14d7a67e0691170295010eca4a1e8b9f0c6c4d6db779e93b" 6 14 metafile = true ··· 122 130 123 131 [[files]] 124 132 file = "mods/first-person-model.pw.toml" 125 - hash = "b12aef7cad5733afdbf288a70714279c31e5bf1bec22c7d57588cd0f38421221" 133 + hash = "395cc83b7a9f3d53b486723ab33f06fcddb5b1ffaa528a35f5221422190bb913" 126 134 metafile = true 127 135 128 136 [[files]]
+4
mods/first-person-model.pw.toml
··· 2 2 filename = "firstperson-neoforge-2.7.2-mc26.1.2.jar" 3 3 side = "client" 4 4 5 + [option] 6 + optional = true 7 + description = "replaces the first person camera animation with third person animations so you can see yourself" 8 + 5 9 [download] 6 10 url = "https://cdn.modrinth.com/data/H5XMjpHi/versions/fm5enNE9/firstperson-neoforge-2.7.2-mc26.1.2.jar" 7 11 hash-format = "sha512"
+1 -1
pack.toml
··· 5 5 [index] 6 6 file = "index.toml" 7 7 hash-format = "sha256" 8 - hash = "d45c8607d6448300dbc666d1c3dd2071ecd9d4598f0602f81b1237a56d59ff85" 8 + hash = "4bd180fc930fa7134ffeb84a1a2fbfd0412ee8b91b1e38af78a1c1d81c19c632" 9 9 10 10 [versions] 11 11 minecraft = "26.1.2"