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:
2025-11-07 21:16:39 +09:00
parent 0b24c6dec1
commit af20416276
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"
}