From af9c1a206786e7ad4992a3ef36596422f5a0b872 Mon Sep 17 00:00:00 2001
From: NullBite <me@nullbite.com>
Date: Sun, 9 Jul 2023 04:52:40 -0400
Subject: [PATCH] Fix broken REI config

---
 config/yosbr/config/roughlyenoughitems/config.json5 | 3 ++-
 index.toml                                          | 2 +-
 pack.toml                                           | 2 +-
 3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/config/yosbr/config/roughlyenoughitems/config.json5 b/config/yosbr/config/roughlyenoughitems/config.json5
index 490e717..fb6e9b5 100644
--- a/config/yosbr/config/roughlyenoughitems/config.json5
+++ b/config/yosbr/config/roughlyenoughitems/config.json5
@@ -1,5 +1,6 @@
 {
 	"basics": {
 		// Declares whether cheating mode is on.
-		"cheating": "WHEN_CREATIVE",
+		"cheating": "WHEN_CREATIVE"
+	}
 }
diff --git a/index.toml b/index.toml
index 112b467..4dddf67 100644
--- a/index.toml
+++ b/index.toml
@@ -18,7 +18,7 @@ hash = "000b31b1c42d90dbc3cd9964df47b9093e698ac08c002771c924b340529e6a18"
 
 [[files]]
 file = "config/yosbr/config/roughlyenoughitems/config.json5"
-hash = "174edea307736e68ee9543a1a294ac4a085f6ac8a2824a8c191417a4751389a6"
+hash = "c072599a7c36a2e240d61ea78ee02b57dec67ae1cfb6dfe70f8ea58537099d40"
 
 [[files]]
 file = "config/yosbr/config/xaerominimap.txt"
diff --git a/pack.toml b/pack.toml
index c7f283c..a04dcb2 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 = "e6f56304c3ff4abeadfcec2c8b1d592571127f57bec23f507b4a5fce60c2ea4b"
+hash = "c271047e2b7de918567251d1402eef489eed2a1eb81383c0bb12367efb369f3d"
 
 [versions]
 fabric = "0.14.21"