reduce default ram
This commit is contained in:
parent
1072853aaf
commit
e3ab5930b5
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue