Compare commits

..

5 Commits

Author SHA1 Message Date
c6e0bf615a
Bump version to 1.1.2 2023-06-18 16:05:24 -04:00
a23aa83a43
Add full config file for capes
The mod throws an error if an option isn't present.
2023-06-18 15:49:28 -04:00
edd5f22bd2
Add version number to options file 2023-06-18 15:46:45 -04:00
fbf9b2b35a
Move Figura keybinds to config/figura.json 2023-06-18 15:37:05 -04:00
1166bf9830
Fix keybind conflict 2023-06-18 15:07:09 -04:00
5 changed files with 22 additions and 5 deletions

View File

@ -1,3 +1,10 @@
{ {
"clientCapeType": "OPTIFINE", "clientCapeType": "OPTIFINE",
"enableOptifine": true,
"enableLabyMod": false,
"enableWynntils": false,
"enableMinecraftCapesMod": false,
"enableCosmetica": false,
"enableCloaksPlus": false,
"enableElytraTexture": true
} }

View File

@ -0,0 +1,5 @@
{
"CONFIG_VERSION": 1,
"action_wheel_button": "key.keyboard.g",
"popup_button": "key.keyboard.h"
}

View File

@ -1,3 +1,4 @@
version:3465
autoJump:false autoJump:false
darkMojangStudiosBackground:true darkMojangStudiosBackground:true
snooperEnabled:false snooperEnabled:false
@ -12,4 +13,4 @@ joinedFirstServer:true
onboardAccessibility:false onboardAccessibility:false
resourcePacks:["vanilla","fabric","continuity:default","continuity:glass_pane_culling_fix","betterbeds:connectedbeds","midnightcontrols:bedrock","file/VanillaTweaks_r265009.zip"] resourcePacks:["vanilla","fabric","continuity:default","continuity:glass_pane_culling_fix","betterbeds:connectedbeds","midnightcontrols:bedrock","file/VanillaTweaks_r265009.zip"]
incompatibleResourcePacks:["betterbeds:connectedbeds","midnightcontrols:bedrock"] incompatibleResourcePacks:["betterbeds:connectedbeds","midnightcontrols:bedrock"]
key_key.saveToolbarActivator:key.keyboard.v

View File

@ -2,7 +2,11 @@ hash-format = "sha256"
[[files]] [[files]]
file = "config/yosbr/config/capes.json5" file = "config/yosbr/config/capes.json5"
hash = "a971da7453e033badc7fce7347c807ffb9b19bb2c5247c0bb914e7275ca2cd8a" hash = "b0e11760190870b23a50e68018a3792e6ad3929302bb2917db21268a20f858af"
[[files]]
file = "config/yosbr/config/figura.json"
hash = "0795fa02b93a8e4fe544cb870531ae5c150f29efa163a11943c8079824848a11"
[[files]] [[files]]
file = "config/yosbr/config/xaerominimap.txt" file = "config/yosbr/config/xaerominimap.txt"
@ -18,7 +22,7 @@ hash = "29e8afe5258e9f0cbeb96d3e8ab0cbdb4eadacf48621a6df06a6dece25410547"
[[files]] [[files]]
file = "config/yosbr/options.txt" file = "config/yosbr/options.txt"
hash = "51aa35160b606edd924a15ab00e345aa3654f80e1bd49e71bdc09299e25a3ae4" hash = "95446e151890157ebdc8fa114b1fcbfff0c022403fa2e4f298a55258cef3c339"
[[files]] [[files]]
file = "mods/appleskin.pw.toml" file = "mods/appleskin.pw.toml"

View File

@ -1,12 +1,12 @@
name = "Fabric Lite" name = "Fabric Lite"
author = "NullBite" author = "NullBite"
version = "1.1.1" version = "1.1.2"
pack-format = "packwiz:1.1.0" pack-format = "packwiz:1.1.0"
[index] [index]
file = "index.toml" file = "index.toml"
hash-format = "sha256" hash-format = "sha256"
hash = "0d4d0603a1098506a9ea597701220604eb201299c6c46f51033b07acc0437652" hash = "f059c71d80f0cc3cd0c2aaf9b04b83abfc4dd91a0cdb71ce5b8155ccab329035"
[versions] [versions]
fabric = "0.14.21" fabric = "0.14.21"