reduce default ram

This commit is contained in:
srgooglo 2025-02-04 20:42:31 +01:00
parent 1072853aaf
commit e3ab5930b5
1 changed files with 2 additions and 2 deletions

View File

@ -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",