Add YOSBR and some default options

This commit is contained in:
NullBite 2023-06-17 23:50:52 -04:00
parent 1760126ea4
commit 1e864a937b
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A
5 changed files with 74 additions and 1 deletions

View File

@ -0,0 +1,35 @@
{
"zoomify_gui_category_behaviour": {
"zoomify_gui_initialzoom_name": 4,
"zoomify_gui_zoomintime_name": 1.0,
"zoomify_gui_zoomouttime_name": 0.5,
"zoomify_gui_zoomintransition_name": 0,
"zoomify_gui_zoomouttransition_name": 0,
"zoomify_gui_affecthandfov_name": true,
"zoomify_gui_retainzoomsteps_name": false
},
"zoomify_gui_category_scrolling": {
"zoomify_gui_scrollzoom_name": false,
"zoomify_gui_scrollzoomamount_name": 3,
"zoomify_gui_scrollzoomsmoothness_name": 70,
"zoomify_gui_linearlikesteps_name": true
},
"zoomify_gui_category_controls": {
"zoomify_gui_zoomkeybehaviour_name": 0,
"zoomify_gui_keybindscrolling_name": false,
"zoomify_gui_relativesensitivity_name": 0,
"zoomify_gui_relativeviewbobbing_name": false,
"zoomify_gui_cinematiccam_name": 100
},
"zoomify_gui_category_spyglass": {
"zoomify_gui_spyglassbehaviour_name": 0,
"zoomify_gui_spyglassoverlayvisibility_name": 1,
"zoomify_gui_spyglasssoundbehaviour_name": 3
},
"zoomify_gui_category_secondary": {
"zoomify_gui_secondaryzoomamount_name": 4,
"zoomify_gui_secondaryzoomintime_name": 10.0,
"zoomify_gui_secondaryzoomouttime_name": 1.0,
"zoomify_gui_secondaryzoomhidehudonzoom_name": true
}
}

12
config/yosbr/options.txt Normal file
View File

@ -0,0 +1,12 @@
autoJump:false
darkMojangStudiosBackground:true
snooperEnabled:false
operatorItemsTab:true
simulationDistance:6
guiScale:3
maxFps:260
advancedItemTooltips:true
tutorialStep:none
skipMultiplayerWarning:true
joinedFirstServer:true
onboardAccessibility:false

View File

@ -1,5 +1,13 @@
hash-format = "sha256"
[[files]]
file = "config/yosbr/config/zoomify.json"
hash = "29e8afe5258e9f0cbeb96d3e8ab0cbdb4eadacf48621a6df06a6dece25410547"
[[files]]
file = "config/yosbr/options.txt"
hash = "df966e4c3c6a5f2a0a8efe0a0951af3ca3410ce540445e3b55272dcf8ccdc9ee"
[[files]]
file = "mods/better-beds.pw.toml"
hash = "0bf7fa5d6e5b126e110699e85c64b4d86a1d4171d17adfc994936e6f62b81083"
@ -185,6 +193,11 @@ file = "mods/yacl.pw.toml"
hash = "2da296c9f042dc47c672e2645be715c2f1cefa764f938a8e95e6c4163f8ce3ab"
metafile = true
[[files]]
file = "mods/yosbr.pw.toml"
hash = "6f6334f336a876088431df70e2bba6ac52ca2ddeb73a4880ce88d6954b09af00"
metafile = true
[[files]]
file = "mods/zoomify.pw.toml"
hash = "fe67f559bf7c07593f1eb0e3cfabb56635de7e566b26241559452dc04484bd4e"

13
mods/yosbr.pw.toml Normal file
View File

@ -0,0 +1,13 @@
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

@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "5881bc1ede5614a8b595defbaf37431d267cba66622a0adb8000bd22c32018c6"
hash = "17821e5b92a68f0f238127b29cce4502c0a75cef43e469c83d00e7550a110f10"
[versions]
fabric = "0.14.21"