From 7960fdcbff44b4cd858203562a8f613efe39eb8d Mon Sep 17 00:00:00 2001 From: bigfoot547 Date: Tue, 4 Feb 2025 22:14:54 -0600 Subject: get started on cli --- ozone-cli/work/ozone.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 ozone-cli/work/ozone.json (limited to 'ozone-cli/work/ozone.json') diff --git a/ozone-cli/work/ozone.json b/ozone-cli/work/ozone.json new file mode 100644 index 0000000..f1ed208 --- /dev/null +++ b/ozone-cli/work/ozone.json @@ -0,0 +1,24 @@ +{ + "profiles": { + "default": { + "game_version": "latest_release", + "java_runtime": null, + "instance": "default", + "jvm_arguments": [ + "-Xmx2G", + "-XX:+UnlockExperimentalVMOptions", + "-XX:+UseG1GC", + "-XX:G1NewSizePercent=20", + "-XX:G1ReservePercent=20", + "-XX:MaxGCPauseMillis=50", + "-XX:G1HeapRegionSize=32M" + ] + } + }, + "instances": { + "default": { + "path": "default" + } + }, + "client_id": "8e1cd116-9100-46cb-86b8-1a4ad54c5cbe" +} \ No newline at end of file -- cgit v1.2.3-70-g09d2