From e3ab5930b5408c5137f1749a087be955f02aa63d Mon Sep 17 00:00:00 2001 From: srgooglo Date: Tue, 4 Feb 2025 20:42:31 +0100 Subject: [PATCH] reduce default ram --- .rmanifest | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.rmanifest b/.rmanifest index c7098e1..2e26c9e 100644 --- a/.rmanifest +++ b/.rmanifest @@ -2,7 +2,7 @@ class Manifest { static useLib = ["fs", "auth", "mcl"] static id = "comtymc" - static version = "0.1.1" + static version = "0.1.2" static pkg_name = "Comty MC" static description = "A Minecraft modpack" static icon = "https://git.ragestudio.net/srgooglo/comtymc/raw/branch/master/icon.jpg" @@ -28,7 +28,7 @@ class Manifest { configuration = { memory: { min: 2048, - default: 4096, + default: 2048, label: "Assigned Memory", type: "number", icon: "MdMemory",