This commit is contained in:
Anuken
2020-07-30 21:41:17 -04:00
parent b12c25bc0b
commit ff990925f0
8 changed files with 15 additions and 41 deletions

View File

@@ -31,6 +31,6 @@ public class SaveMeta{
this.mods = JsonIO.read(String[].class, tags.get("mods", "[]"));
this.secinfo = secinfo;
secinfo.exportRates().each(e -> hasProduction |= e.value > 0.001f);
secinfo.production.each((e, amount) -> hasProduction |= amount.mean > 0.001f);
}
}