From f9f6425a966f05314850a7d135067ddf32e9d836 Mon Sep 17 00:00:00 2001 From: "Waylon S. Walker" Date: Thu, 9 Mar 2023 10:47:29 -0600 Subject: [PATCH] add yosbr settings --- config/yosbr/config/iris.properties | 18 ++++++++++++++++++ config/yosbr/options.txt | 21 +++++++++++++++++++++ index.toml | 13 +++++++++++++ mods/yosbr.pw.toml | 13 +++++++++++++ pack.toml | 7 +++++-- 5 files changed, 70 insertions(+), 2 deletions(-) create mode 100644 config/yosbr/config/iris.properties create mode 100644 config/yosbr/options.txt create mode 100644 mods/yosbr.pw.toml diff --git a/config/yosbr/config/iris.properties b/config/yosbr/config/iris.properties new file mode 100644 index 0000000..ca7a319 --- /dev/null +++ b/config/yosbr/config/iris.properties @@ -0,0 +1,18 @@ +#This file stores configuration options for Iris, such as the currently active shaderpack +#Wed Mar 08 17:05:11 CST 2023 +disableUpdateMessage=false +enableDebugOptions=false +maxShadowRenderDistance=32 +shaderPack=BSL_v8.2.02.zip +enableShaders=true + +soundCategory_master:1.0 +soundCategory_music:0.0 +soundCategory_record:1.0 +soundCategory_weather:0.5 +soundCategory_block:1.0 +soundCategory_hostile:1.0 +soundCategory_neutral:1.0 +soundCategory_player:1.0 +soundCategory_ambient:0.5 +soundCategory_voice:1.0 diff --git a/config/yosbr/options.txt b/config/yosbr/options.txt new file mode 100644 index 0000000..887e978 --- /dev/null +++ b/config/yosbr/options.txt @@ -0,0 +1,21 @@ +version:3120 +autoJump:false +snooperEnabled:false +darkMojangStudiosBackground:true +simulationDistance:6 +guiScale:3 +maxFps:260 +resourcePacks:["vanilla","Fabric Mods","lambdabettergrass/default","continuity/default","continuity/glass_pane_culling_fix","file/Mod Menu Helper.zip","midnightcontrols/bedrock"] +incompatibleResourcePacks:[] +advancedItemTooltips:true +tutorialStep:none +skipMultiplayerWarning:true +joinedFirstServer:true +chatPreview:false +key_key.saveToolbarActivator:key.keyboard.unknown +key_zoomify.key.zoom:key.keyboard.c +key_zoomify.key.zoom.secondary:key.keyboard.unknown +key_key.antighost.reveal:key.keyboard.unknown +key_iris.keybind.reload:key.keyboard.unknown +key_iris.keybind.toggleShaders:key.keyboard.unknown +key_iris.keybind.shaderPackSelection:key.keyboard.unknown diff --git a/index.toml b/index.toml index 7225c5c..0fb3a7c 100644 --- a/index.toml +++ b/index.toml @@ -1,5 +1,13 @@ hash-format = "sha256" +[[files]] +file = "config/yosbr/config/iris.properties" +hash = "7e19892b834ca681e69bff8b666ad7fb41c783d80e44826b9984056f15a1b781" + +[[files]] +file = "config/yosbr/options.txt" +hash = "d0cce174adb67651d3e88267a6f28ec701523a3f7ab69dcbbeb4d092f93abd72" + [[files]] file = "mods/appleskin.pw.toml" hash = "4d571d5ebe245ffb62a0df83e81d1c03670807d3528650d6dd9c983bd26ae860" @@ -210,6 +218,11 @@ file = "mods/wthit.pw.toml" hash = "53ba03514c34cf2540c35722a0405ffea1dca1f35eb4d91e8e016d89267eb2fa" metafile = true +[[files]] +file = "mods/yosbr.pw.toml" +hash = "7c2712882baa2ed177b9b961cc1052b857f11ed1455609f9e9f01332c0317f12" +metafile = true + [[files]] file = "shaderpacks/bsl-shaders.pw.toml" hash = "6f796fa32047df2fba6fca47eb50b8547a82f80c0522c9d0822a43436d5d1f6b" diff --git a/mods/yosbr.pw.toml b/mods/yosbr.pw.toml new file mode 100644 index 0000000..c16b4fa --- /dev/null +++ b/mods/yosbr.pw.toml @@ -0,0 +1,13 @@ +name = "Your Options Shall Be Respected (YOSBR)" +filename = "yosbr-0.1.1.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/WwbubTsV/versions/0.1.1/yosbr-0.1.1.jar" +hash-format = "sha1" +hash = "0643830cab952fc96872702e681b863b550c8530" + +[update] +[update.modrinth] +mod-id = "WwbubTsV" +version = "dStXfyg3" diff --git a/pack.toml b/pack.toml index 4de9a89..78862b1 100644 --- a/pack.toml +++ b/pack.toml @@ -1,13 +1,16 @@ name = "waylonwalker" author = "Waylon Walker" -version = "1.0.1" +version = "1.0.3" pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "01772ecd30b38ee10ba4d557ed76cdda5ad6aaabcc4af0092ecae368dd209086" +hash = "67ea08a7fe31ce8de2c662bca6d8d67939e5e40c088f9e793707a2c7009365f5" [versions] fabric = "0.14.17" minecraft = "1.19.2" + +[options] +acceptable-game-versions = ["1.19.2", "1.19"]