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:
parent
0b24c6dec1
commit
af20416276
5
config/yosbr/config/bettergrass.json
Normal file
5
config/yosbr/config/bettergrass.json
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"general": {
|
||||||
|
"betterGrassMode": "OFF"
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -1,3 +0,0 @@
|
|||||||
{
|
|
||||||
betterGrassMode: "OFF"
|
|
||||||
}
|
|
||||||
@ -25,8 +25,8 @@ file = "config/yosbr/config/badoptimizations.txt"
|
|||||||
hash = "f043b31a1fd029cbcd999a9ba184a1f66b4a8a8f020881c59b870436d8de1103"
|
hash = "f043b31a1fd029cbcd999a9ba184a1f66b4a8a8f020881c59b870436d8de1103"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/yosbr/config/bettergrass.json5"
|
file = "config/yosbr/config/bettergrass.json"
|
||||||
hash = "f0dfe4d7e5f928318f910ed4f2f0d1dd619d9acb80bbad15cb4850c1a73d0b01"
|
hash = "0e6d2b7c74318a8d26c0bd239c45f6c4b079a7d36d8547b98288727a4fefcdeb"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/yosbr/config/cape-provider.json5"
|
file = "config/yosbr/config/cape-provider.json5"
|
||||||
|
|||||||
@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
|
|||||||
[index]
|
[index]
|
||||||
file = "index.toml"
|
file = "index.toml"
|
||||||
hash-format = "sha256"
|
hash-format = "sha256"
|
||||||
hash = "0713cb2c5f4d9b6413d26fa272376c79117ebd99c35737e23771530c7283aba5"
|
hash = "9fe42d7377a8e4af5e1f038128ddf23c15156b7267dc1d7f4a4aff59e17c7593"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
fabric = "0.17.3"
|
fabric = "0.17.3"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user