Changed EnumMaterial ore name to match ShapeType format
This commit is contained in:
parent
b91c68eaed
commit
b38c21c48a
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ public enum EnumMaterial
|
|||
|
||||
public String getOreName(EnumOrePart part)
|
||||
{
|
||||
return this.simpleName.toLowerCase() + part.simpleName;
|
||||
return part.simpleName.toLowerCase() + this.simpleName;
|
||||
}
|
||||
|
||||
public static String getOreNameReverse(EnumMaterial mat, EnumOrePart part)
|
||||
|
|
Loading…
Add table
Reference in a new issue