4 Commits

Author SHA1 Message Date
1bdc1beb3f force sync 2026-01-20 15:16:12 -05:00
c55f860e29 exclude mod breaking buckets, boats, and hoes 2026-01-20 15:08:03 -05:00
2f5c0a1011 Merge pull request 'feature/pii' (#178) from feature/pii into main
All checks were successful
Check flake.lock / Check health of `flake.lock` (push) Successful in 9s
Check Nix flake / Perform Nix flake checks (push) Successful in 3m33s
Update flakes / update_lockfile (push) Successful in 9m52s
Reviewed-on: #178
2026-01-19 21:14:06 -05:00
d970e485e7 add sb4, pii 2026-01-19 21:14:06 -05:00

View File

@@ -90,6 +90,7 @@ in
VERSION = "1.20.1";
CF_SLUG = "prominence-2-hasturian-era";
CF_FILENAME_MATCHER = "3.9.14hf";
MEMORY = "8G";
USE_AIKAR_FLAGS = "false";
USE_MEOWICE_FLAGS = "true";
USE_MEOWICE_GRAALVM_FLAGS = "true";
@@ -98,6 +99,10 @@ in
CF_FORCE_INCLUDE_FILES = ''
emi
'';
CF_EXCLUDE_MODS = ''
legendary-tooltips-x-travelers-backpack-fix
'';
CF_FORCE_SYNCHRONIZE = "true";
};
extraOptions = defaultOptions;
log-driver = "local";