From bf7e1813d9bb6eff88dd61832e362fc11ae18994 Mon Sep 17 00:00:00 2001 From: "Alexandre Cavalheiro S. Tiago da Silva" Date: Sat, 24 Aug 2024 23:00:34 -0300 Subject: [PATCH] feat: add first person model --- index.toml | 5 +++++ mods/first-person-model.pw.toml | 13 +++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 mods/first-person-model.pw.toml diff --git a/index.toml b/index.toml index 76626bd..2d2f7eb 100644 --- a/index.toml +++ b/index.toml @@ -395,6 +395,11 @@ file = "mods/ferrite-core.pw.toml" hash = "39a6a39433b1b104bfafafcd60a8171f866daa2ebefffd64df822d0e69288e3a" metafile = true +[[files]] +file = "mods/first-person-model.pw.toml" +hash = "445c8a295d9e2f0eeba457fcc2f00c2f1389419825c21b38f6cf71adf7939fde" +metafile = true + [[files]] file = "mods/flower-mimics.pw.toml" hash = "8b398630dad82687934167281e902020dc1f2f1d2214e30c175fea1c686ec136" diff --git a/mods/first-person-model.pw.toml b/mods/first-person-model.pw.toml new file mode 100644 index 0000000..be2c479 --- /dev/null +++ b/mods/first-person-model.pw.toml @@ -0,0 +1,13 @@ +name = "First-person Model" +filename = "firstperson-fabric-2.4.4-mc1.20.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/H5XMjpHi/versions/maSfOt84/firstperson-fabric-2.4.4-mc1.20.1.jar" +hash-format = "sha1" +hash = "243bc922df35f1da5173e75ef6ddf617c25f4d61" + +[update] +[update.modrinth] +mod-id = "H5XMjpHi" +version = "maSfOt84"