From f25e40c2269f8493ce40a7eac7c3bdc3762471cf Mon Sep 17 00:00:00 2001 From: Yonah Date: Fri, 7 Nov 2025 21:16:39 +0900 Subject: [PATCH] config: disable bettergrass properly This shouldn't be enabled by default, and the configuration file from additive did not work for some reason. --- config/yosbr/config/bettergrass.json | 5 +++++ config/yosbr/config/bettergrass.json5 | 3 --- 2 files changed, 5 insertions(+), 3 deletions(-) create mode 100644 config/yosbr/config/bettergrass.json delete mode 100644 config/yosbr/config/bettergrass.json5 diff --git a/config/yosbr/config/bettergrass.json b/config/yosbr/config/bettergrass.json new file mode 100644 index 0000000..a37e1f4 --- /dev/null +++ b/config/yosbr/config/bettergrass.json @@ -0,0 +1,5 @@ +{ + "general": { + "betterGrassMode": "OFF" + } +} diff --git a/config/yosbr/config/bettergrass.json5 b/config/yosbr/config/bettergrass.json5 deleted file mode 100644 index 8ec6298..0000000 --- a/config/yosbr/config/bettergrass.json5 +++ /dev/null @@ -1,3 +0,0 @@ -{ - betterGrassMode: "OFF" -}