From 149af72d60a4e5620973c2938c959da22e11b632 Mon Sep 17 00:00:00 2001
From: NullBite <me@nullbite.com>
Date: Sun, 18 Jun 2023 00:59:35 -0400
Subject: [PATCH] Enable some built-in resource packs by default.

---
 config/yosbr/options.txt | 3 +++
 index.toml               | 2 +-
 pack.toml                | 2 +-
 3 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/config/yosbr/options.txt b/config/yosbr/options.txt
index 0faf39a..1a8db5f 100644
--- a/config/yosbr/options.txt
+++ b/config/yosbr/options.txt
@@ -10,3 +10,6 @@ tutorialStep:none
 skipMultiplayerWarning:true
 joinedFirstServer:true
 onboardAccessibility:false
+resourcePacks:["vanilla","fabric","continuity:default","continuity:glass_pane_culling_fix","betterbeds:connectedbeds","midnightcontrols:bedrock"]
+incompatibleResourcePacks:["betterbeds:connectedbeds","midnightcontrols:bedrock"]
+
diff --git a/index.toml b/index.toml
index 89b045c..f1a631a 100644
--- a/index.toml
+++ b/index.toml
@@ -18,7 +18,7 @@ hash = "29e8afe5258e9f0cbeb96d3e8ab0cbdb4eadacf48621a6df06a6dece25410547"
 
 [[files]]
 file = "config/yosbr/options.txt"
-hash = "df966e4c3c6a5f2a0a8efe0a0951af3ca3410ce540445e3b55272dcf8ccdc9ee"
+hash = "33554c187c6fbf95e9a87ddda77cb897ff6d45889d53e9124cf8a2d8c1030e2c"
 
 [[files]]
 file = "mods/appleskin.pw.toml"
diff --git a/pack.toml b/pack.toml
index 92d272b..f1ff0e4 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 = "7ce1a10f619cfaaf0eef80ff87d62849ca144a7af39e91ec5051330f1147ab1a"
+hash = "a1dbe4903e5aceabcb630cf62c36688db8c90e4ae985f1f1bf6f57a42d877b1d"
 
 [versions]
 fabric = "0.14.21"