put {mine,vive}craft defaults in the instance
All checks were successful
/ deploy (push) Successful in 3s

since the mod thing only works for vivecraft anyway, not
options.txt . so seems silly to include just for one file.
This commit is contained in:
hiina 2024-08-23 14:21:32 -06:00
parent ca469165bf
commit a140fa70f3
7 changed files with 7 additions and 37 deletions

1
.gitignore vendored
View file

@ -4,7 +4,6 @@ packwiz.exe
*.sqlite *.sqlite
venv venv
multimc-instance
PolyMC-crawler PolyMC-crawler
PolyMC-crawler.zip PolyMC-crawler.zip
vrg-crawler.zip vrg-crawler.zip

View file

@ -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 radial menu bindings for some of the need-to-have things in the mod pack (like
the voice chat UI and the skills tree). the voice chat UI and the skills tree).
These are loaded by the [Your Options Shall Be The defaults are only applied once by including them in the multimc instance zips,
Respected(YOSBR)](https://modrinth.com/mod/yosbr) mod, only if you don't have a rather than in the packwiz pack (which would overwrite whatever the user changes).
current config already (different than the packwiz behavior to overwrite I think this is acceptable; if the user wants new defaults they can reimport the
whatever's there). Which is both good and bad; if we find better default entire instance and probably not lose anything important.
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.
### SteamVR Bindings ### SteamVR Bindings

View file

@ -1244,14 +1244,6 @@ hash = "d26a63d3cdf326412ba86dcc2781060bc53ed6c74ac7808e65325452e264e820"
file = "config/yigd.json" file = "config/yigd.json"
hash = "ce6bcd4454ecc1ee50ad60ac8b2c006c6f128118bc92549aecb3fc4fa7d34ba2" hash = "ce6bcd4454ecc1ee50ad60ac8b2c006c6f128118bc92549aecb3fc4fa7d34ba2"
[[files]]
file = "config/yosbr/options.txt"
hash = "6bba64ab314edaf252cc7898184a06b5859130a3d2bff60538451256c934c14a"
[[files]]
file = "config/yosbr/optionsviveprofiles.txt"
hash = "f4b3444edbc306039d4d0368b3c9cd886c080ed36cf1d68db1f4e60cfa8b6191"
[[files]] [[files]]
file = "config/yungsmenutweaks-fabric-1_20_1.toml" file = "config/yungsmenutweaks-fabric-1_20_1.toml"
hash = "eb1dfe20f3cb1ee88f21381f2f7825f83d3f60123c42975d3959dfb41345e986" hash = "eb1dfe20f3cb1ee88f21381f2f7825f83d3f60123c42975d3959dfb41345e986"
@ -2473,11 +2465,6 @@ file = "mods/yigd.pw.toml"
hash = "590a77591b48301b38c6b2a18e80e12aa6b98c947e600c8041f39994297add25" hash = "590a77591b48301b38c6b2a18e80e12aa6b98c947e600c8041f39994297add25"
metafile = true metafile = true
[[files]]
file = "mods/yosbr.pw.toml"
hash = "6f6334f336a876088431df70e2bba6ac52ca2ddeb73a4880ce88d6954b09af00"
metafile = true
[[files]] [[files]]
file = "mods/zenith-1.2.3-1.20.1.pw.toml" file = "mods/zenith-1.2.3-1.20.1.pw.toml"
hash = "6f6df12311f7ecabe9f53646af5929bacff2aeba64c85e6100121de5aa46b1f3" hash = "6f6df12311f7ecabe9f53646af5929bacff2aeba64c85e6100121de5aa46b1f3"

View file

@ -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"

View file

@ -42,7 +42,7 @@ ao:true
prioritizeChunkUpdates:0 prioritizeChunkUpdates:0
biomeBlendRadius:2 biomeBlendRadius:2
renderClouds:"true" renderClouds:"true"
resourcePacks:["fabric","kevslibrary:tieredm"] resourcePacks:["fabric","convenientdecor:hydrated_farmland","kevslibrary:tieredm","kevslibrary:modifiernames","presencefootsteps:default_sound_pack"]
incompatibleResourcePacks:[] incompatibleResourcePacks:[]
lastServer: lastServer:
lang:en_us lang:en_us

View file

@ -5,7 +5,7 @@ pack-format = "packwiz:1.1.0"
[index] [index]
file = "index.toml" file = "index.toml"
hash-format = "sha256" hash-format = "sha256"
hash = "3f63fbf1e26cc2ea30e86455dad72053c15ab311e6b5b4b8b04ad848d0296080" hash = "e6e8841f657869ba617ea422b761bea7bc9c3dcf9369ae6b710d35ce8ab8851c"
[versions] [versions]
fabric = "0.16.0" fabric = "0.16.0"