1.15 port
This commit is contained in:
@@ -31,7 +31,7 @@ public class CraftBranchFailure extends Exception
|
||||
|
||||
public CraftBranchFailure( final IAEItemStack what, final long howMany )
|
||||
{
|
||||
super( "Failed: " + what.getItem().getUnlocalizedName() + " x " + howMany );
|
||||
super( "Failed: " + what.getItem().getRegistryName() + " x " + howMany );
|
||||
this.missing = what.copy();
|
||||
this.missing.setStackSize( howMany );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user