diff --git a/.gitignore b/.gitignore index be93f69..38686a1 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,6 @@ packwiz.exe *.sqlite venv -multimc-instance PolyMC-crawler PolyMC-crawler.zip -vrg-crawler.zip \ No newline at end of file +vrg-crawler.zip diff --git a/README.md b/README.md index b8680db..4552e20 100644 --- a/README.md +++ b/README.md @@ -39,13 +39,10 @@ the conflicting keybinds and bad default Vivecraft settings, and have Vivecraft radial menu bindings for some of the need-to-have things in the mod pack (like the voice chat UI and the skills tree). -These are loaded by the [Your Options Shall Be -Respected(YOSBR)](https://modrinth.com/mod/yosbr) mod, only if you don't have a -current config already (different than the packwiz behavior to overwrite -whatever's there). Which is both good and bad; if we find better default -configs, clients will have to go in and delete the `options.txt` and -`optionsviveprofiles.txt` files to get the updated versions manually, but -users can have their own setup if they want. +The defaults are only applied once by including them in the multimc instance zips, +rather than in the packwiz pack (which would overwrite whatever the user changes). +I think this is acceptable; if the user wants new defaults they can reimport the +entire instance and probably not lose anything important. ### SteamVR Bindings diff --git a/index.toml b/index.toml index 3f5ba26..b4b66de 100644 --- a/index.toml +++ b/index.toml @@ -1244,14 +1244,6 @@ hash = "d26a63d3cdf326412ba86dcc2781060bc53ed6c74ac7808e65325452e264e820" file = "config/yigd.json" hash = "ce6bcd4454ecc1ee50ad60ac8b2c006c6f128118bc92549aecb3fc4fa7d34ba2" -[[files]] -file = "config/yosbr/options.txt" -hash = "6bba64ab314edaf252cc7898184a06b5859130a3d2bff60538451256c934c14a" - -[[files]] -file = "config/yosbr/optionsviveprofiles.txt" -hash = "f4b3444edbc306039d4d0368b3c9cd886c080ed36cf1d68db1f4e60cfa8b6191" - [[files]] file = "config/yungsmenutweaks-fabric-1_20_1.toml" hash = "eb1dfe20f3cb1ee88f21381f2f7825f83d3f60123c42975d3959dfb41345e986" @@ -2473,11 +2465,6 @@ file = "mods/yigd.pw.toml" hash = "590a77591b48301b38c6b2a18e80e12aa6b98c947e600c8041f39994297add25" metafile = true -[[files]] -file = "mods/yosbr.pw.toml" -hash = "6f6334f336a876088431df70e2bba6ac52ca2ddeb73a4880ce88d6954b09af00" -metafile = true - [[files]] file = "mods/zenith-1.2.3-1.20.1.pw.toml" hash = "6f6df12311f7ecabe9f53646af5929bacff2aeba64c85e6100121de5aa46b1f3" diff --git a/mods/yosbr.pw.toml b/mods/yosbr.pw.toml deleted file mode 100644 index 679fe0d..0000000 --- a/mods/yosbr.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Your Options Shall Be Respected (YOSBR)" -filename = "yosbr-0.1.2.jar" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/WwbubTsV/versions/KMOzdYko/yosbr-0.1.2.jar" -hash-format = "sha1" -hash = "f0340e9c0bc95d67f3f3e9c1cd79b61054af11f9" - -[update] -[update.modrinth] -mod-id = "WwbubTsV" -version = "KMOzdYko" diff --git a/config/yosbr/options.txt b/multimc-instance/options.txt similarity index 96% rename from config/yosbr/options.txt rename to multimc-instance/options.txt index 904a326..c22aff6 100644 --- a/config/yosbr/options.txt +++ b/multimc-instance/options.txt @@ -42,7 +42,7 @@ ao:true prioritizeChunkUpdates:0 biomeBlendRadius:2 renderClouds:"true" -resourcePacks:["fabric","kevslibrary:tieredm"] +resourcePacks:["fabric","convenientdecor:hydrated_farmland","kevslibrary:tieredm","kevslibrary:modifiernames","presencefootsteps:default_sound_pack"] incompatibleResourcePacks:[] lastServer: lang:en_us diff --git a/config/yosbr/optionsviveprofiles.txt b/multimc-instance/optionsviveprofiles.txt similarity index 100% rename from config/yosbr/optionsviveprofiles.txt rename to multimc-instance/optionsviveprofiles.txt diff --git a/pack.toml b/pack.toml index 968bff6..1b10f7c 100644 --- a/pack.toml +++ b/pack.toml @@ -5,7 +5,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "3f63fbf1e26cc2ea30e86455dad72053c15ab311e6b5b4b8b04ad848d0296080" +hash = "e6e8841f657869ba617ea422b761bea7bc9c3dcf9369ae6b710d35ce8ab8851c" [versions] fabric = "0.16.0"