From 92a911ce99da26968e1051df092e5fd91c46ac61 Mon Sep 17 00:00:00 2001 From: BruceChen Date: Mon, 16 Jan 2023 14:47:17 +0800 Subject: [PATCH] Disable forge by default --- MinecraftClient/Settings.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MinecraftClient/Settings.cs b/MinecraftClient/Settings.cs index 4407f937..be3e711d 100644 --- a/MinecraftClient/Settings.cs +++ b/MinecraftClient/Settings.cs @@ -525,7 +525,7 @@ namespace MinecraftClient public string MinecraftVersion = "auto"; [TomlInlineComment("$Main.Advanced.mc_forge$")] - public ForgeConfigType EnableForge = ForgeConfigType.auto; + public ForgeConfigType EnableForge = ForgeConfigType.no; [TomlInlineComment("$Main.Advanced.brand_info$")] public BrandInfoType BrandInfo = BrandInfoType.mcc;