Fixing names for plastics
This commit is contained in:
parent
706d2e4bd5
commit
ee5af6ac40
1 changed files with 6 additions and 0 deletions
|
@ -930,6 +930,12 @@ public enum OrePrefixes {
|
|||
break;
|
||||
case "Plastic":
|
||||
case "Rubber":
|
||||
case "Polyethylene":
|
||||
case "Epoxid":
|
||||
case "Silicone":
|
||||
case "Polysiloxane":
|
||||
case "Polycaprolactam":
|
||||
case "Polytetrafluoroethylene":
|
||||
if (name().startsWith("dust")) return mLocalizedMaterialPre + aMaterial.mDefaultLocalName + " Pulp";
|
||||
if (name().startsWith("plate")) return mLocalizedMaterialPre + aMaterial.mDefaultLocalName + " Sheet";
|
||||
if (name().startsWith("ingot")) return mLocalizedMaterialPre + aMaterial.mDefaultLocalName + " Bar";
|
||||
|
|
Loading…
Reference in a new issue