6 Commits

Author SHA1 Message Date
a52250876b remove adb
All checks were successful
Check flake.lock / Check health of `flake.lock` (pull_request) Successful in 10s
Check Nix flake / Perform Nix flake checks (pull_request) Successful in 3m49s
2026-01-16 18:27:16 -05:00
9db5a4c073 remove adb 2026-01-16 18:27:16 -05:00
0f4c578c40 add temurin 2026-01-16 18:27:16 -05:00
aa945446a6 update flake lock, swap off of adb and nixfmt-rfc-style 2026-01-16 18:27:16 -05:00
21fe5efd26 Merge pull request 'fix pii' (#175) from feature/pii into main
All checks were successful
Check flake.lock / Check health of `flake.lock` (push) Successful in 10s
Check Nix flake / Perform Nix flake checks (push) Successful in 3m27s
Reviewed-on: #175
2026-01-16 18:08:39 -05:00
ccff72ace2 fix pii
All checks were successful
Check flake.lock / Check health of `flake.lock` (pull_request) Successful in 13s
Check Nix flake / Perform Nix flake checks (pull_request) Successful in 4m17s
2026-01-16 18:04:18 -05:00

View File

@@ -23,7 +23,7 @@ let
STOP_DURATION = "600"; STOP_DURATION = "600";
SYNC_CHUNK_WRITES = "false"; SYNC_CHUNK_WRITES = "false";
USE_AIKAR_FLAGS = "true"; USE_AIKAR_FLAGS = "true";
MEMORY = "12GB"; MEMORY = "12G";
ALLOW_FLIGHT = "true"; ALLOW_FLIGHT = "true";
MAX_TICK_TIME = "-1"; MAX_TICK_TIME = "-1";
ENABLE_RCON = "true"; ENABLE_RCON = "true";
@@ -94,6 +94,10 @@ in
USE_MEOWICE_GRAALVM_FLAGS = "true"; USE_MEOWICE_GRAALVM_FLAGS = "true";
DIFFICULTY = "hard"; DIFFICULTY = "hard";
ENABLE_COMMAND_BLOCK = "true"; ENABLE_COMMAND_BLOCK = "true";
MODRINTH_FORCE_SYNCHRONIZE = "true";
MODRINTH_FORCE_INCLUDE_FILES = ''
emi
'';
}; };
extraOptions = defaultOptions; extraOptions = defaultOptions;
log-driver = "local"; log-driver = "local";