config: disable bettergrass properly

This shouldn't be enabled by default, and the configuration file from
additive did not work for some reason.
This commit is contained in:
Yonah 2025-11-07 21:16:39 +09:00
parent 0b24c6dec1
commit af20416276
Signed by: yonah
SSH Key Fingerprint: SHA256:57+oNEzV2U/aq2eDPdDtPiJjVykuXMYYJMkcAo8QdRw
4 changed files with 8 additions and 6 deletions

View File

@ -0,0 +1,5 @@
{
"general": {
"betterGrassMode": "OFF"
}
}

View File

@ -1,3 +0,0 @@
{
betterGrassMode: "OFF"
}

View File

@ -25,8 +25,8 @@ file = "config/yosbr/config/badoptimizations.txt"
hash = "f043b31a1fd029cbcd999a9ba184a1f66b4a8a8f020881c59b870436d8de1103"
[[files]]
file = "config/yosbr/config/bettergrass.json5"
hash = "f0dfe4d7e5f928318f910ed4f2f0d1dd619d9acb80bbad15cb4850c1a73d0b01"
file = "config/yosbr/config/bettergrass.json"
hash = "0e6d2b7c74318a8d26c0bd239c45f6c4b079a7d36d8547b98288727a4fefcdeb"
[[files]]
file = "config/yosbr/config/cape-provider.json5"

View File

@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "0713cb2c5f4d9b6413d26fa272376c79117ebd99c35737e23771530c7283aba5"
hash = "9fe42d7377a8e4af5e1f038128ddf23c15156b7267dc1d7f4a4aff59e17c7593"
[versions]
fabric = "0.17.3"