public String getChildModList() { return Joiner.on(", ").join(Lists.transform(childMods, new ModNameFunction())); }