Forgot to add this file for the Named Inventories fix.
This commit is contained in:
@@ -186,13 +186,13 @@ public abstract class AEBasePart implements IPart, IGridProxyable, IActionHost,
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getCustomName()
|
||||
public String getCustomInventoryName()
|
||||
{
|
||||
return this.getItemStack().getDisplayName();
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean hasCustomName()
|
||||
public boolean hasCustomInventoryName()
|
||||
{
|
||||
return this.getItemStack().hasDisplayName();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user