Add YOSBR and some default options
This commit is contained in:
parent
1760126ea4
commit
1e864a937b
35
config/yosbr/config/zoomify.json
Normal file
35
config/yosbr/config/zoomify.json
Normal 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
12
config/yosbr/options.txt
Normal 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
|
13
index.toml
13
index.toml
@ -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
13
mods/yosbr.pw.toml
Normal 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"
|
Loading…
x
Reference in New Issue
Block a user