diff --git a/.minecraft/config/yosbr/config/bobby.conf b/.minecraft/config/yosbr/config/bobby.conf index 51df17f..eed92bc 100644 --- a/.minecraft/config/yosbr/config/bobby.conf +++ b/.minecraft/config/yosbr/config/bobby.conf @@ -5,7 +5,7 @@ # # Set to -1 to disabled. # Set to 0 to clean up everything after every disconnect. -delete-unused-regions-after-days=-1 +delete-unused-regions-after-days=30 enabled=true # Changes the maximum value configurable for Render Distance. # diff --git a/.minecraft/config/yosbr/config/vivecraft-config.properties b/.minecraft/config/yosbr/config/vivecraft-config.properties new file mode 100644 index 0000000..b36c355 --- /dev/null +++ b/.minecraft/config/yosbr/config/vivecraft-config.properties @@ -0,0 +1,3 @@ +#This file stores if VR should be enabled. +#Fri Feb 17 21:34:16 PST 2023 +vrStatus=false diff --git a/.minecraft/index.toml b/.minecraft/index.toml index c9be529..e51e81a 100644 --- a/.minecraft/index.toml +++ b/.minecraft/index.toml @@ -133,11 +133,6 @@ file = "mods/fabric-language-kotlin.pw.toml" hash = "0fe83c99b29c952f464c7bfba9cc86cc4f834bef7834821433fe23ce3dd230e6" metafile = true -[[files]] -file = "mods/hudium.pw.toml" -hash = "c4be60dcbd33820679a54637a9074415d80c300eda6733a58d2110f0a005eee4" -metafile = true - [[files]] file = "mods/indium.pw.toml" hash = "064fafff245baf812342dc9af4acf661dec663bab2a4067c65a27fa00860efb1" diff --git a/.minecraft/mods/hudium.pw.toml b/.minecraft/mods/hudium.pw.toml deleted file mode 100644 index 574ad2f..0000000 --- a/.minecraft/mods/hudium.pw.toml +++ /dev/null @@ -1,18 +0,0 @@ -name = "Hudium" -filename = "hudium-fabric-1.4.5+mc1.19.jar" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/6nAozjsh/versions/1.4.5/hudium-fabric-1.4.5%2Bmc1.19.jar" -hash-format = "sha1" -hash = "32eb0ec6d2c284902cce859c24e25e9440261b4f" - -[update] -[update.modrinth] -mod-id = "6nAozjsh" -version = "YjMPJIPx" - -[option] -optional = true -default = true -description = "HUD Enhancements" \ No newline at end of file diff --git a/.minecraft/pack.toml b/.minecraft/pack.toml index ac8e44d..90d5af7 100644 --- a/.minecraft/pack.toml +++ b/.minecraft/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "28c7af2cbf707fd78884b8fa4292e0d31277115796a96c17cf969af214c1a645" +hash = "1bacdecbf0f660a2d607ae9abf025f9de4b98f5a1245089669ce7f1d38db58c8" [versions] fabric = "0.14.14"