1.15 port

This commit is contained in:
yueh
2020-05-18 14:02:45 +02:00
parent 0ea86c939c
commit 16d6d55d7f
630 changed files with 4211 additions and 12664 deletions
@@ -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 );
}