Save material group in ork material
This commit is contained in:
parent
2e8accf097
commit
691f79fe3c
@ -200,7 +200,8 @@ public class RocketComponentSaver {
|
||||
|
||||
String baseName = trans.getBaseText("material", mat.getName());
|
||||
|
||||
return str + " density=\"" + mat.getDensity() + "\">" + TextUtil.escapeXML(baseName) + "</" + tag + ">";
|
||||
return str + " density=\"" + mat.getDensity() + "\" group=\"" + mat.getGroup().getDatabaseString() + "\">" +
|
||||
TextUtil.escapeXML(baseName) + "</" + tag + ">";
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user