257258259260261262263264265266
if (loc != Entity.LOC_NONE) { eq.get(loc).add(name); } } for (int i = 0; i < t.locations(); i++) { blk.writeBlockData(t.getLocationName(i) + " Equipment", eq.get(i)); } blk.writeBlockFile(fileName); } }