From a6b8ae33587d4095078508fa23c280fdd2f8e4a9 Mon Sep 17 00:00:00 2001
From: NullBite <me@nullbite.com>
Date: Sun, 15 Oct 2023 13:23:44 -0400
Subject: [PATCH] figura: disbale first person matrices

it interferes with a potential mod i want
---
 config/yosbr/config/figura.json | 1 +
 index.toml                      | 2 +-
 pack.toml                       | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/config/yosbr/config/figura.json b/config/yosbr/config/figura.json
index 5833048..0a7466c 100644
--- a/config/yosbr/config/figura.json
+++ b/config/yosbr/config/figura.json
@@ -1,6 +1,7 @@
 {
   "CONFIG_VERSION": 1,
   "action_wheel_button": "key.keyboard.g",
+  "first_person_matrices": false,
   "has_paperdoll": true,
   "popup_button": "key.keyboard.h"
 }
diff --git a/index.toml b/index.toml
index 8e77ef3..d4845f8 100644
--- a/index.toml
+++ b/index.toml
@@ -14,7 +14,7 @@ hash = "b0e11760190870b23a50e68018a3792e6ad3929302bb2917db21268a20f858af"
 
 [[files]]
 file = "config/yosbr/config/figura.json"
-hash = "783c458bf3501796a8f07e396a5bb0d623c7f694c82974fefc228eb921bb82f3"
+hash = "b6842d4f8da21a23a32b70c584ba495d6311b5c7e2a8a79b5f7d4ee2a048016b"
 
 [[files]]
 file = "config/yosbr/config/inventoryprofilesnext/inventoryprofiles.json"
diff --git a/pack.toml b/pack.toml
index 83df343..80de596 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 = "d5769701a60edbe0aa2b59377b5c3939ed2c871d87753c7a023088d456622686"
+hash = "a2c04c7e0419361732b37ee83fed460c1e9900d534c3de9c1656856db164e03b"
 
 [versions]
 minecraft = "1.20.1"