Update mappings to stable_39-1.12 (#322)
This commit is contained in:
@@ -29,7 +29,7 @@ public class CraftBranchFailure extends Exception {
|
||||
private final IAEItemStack missing;
|
||||
|
||||
public CraftBranchFailure(final IAEItemStack what, final long howMany) {
|
||||
super("Failed: " + what.getItem().getUnlocalizedName() + " x " + howMany);
|
||||
super("Failed: " + what.getItem().getTranslationKey() + " x " + howMany);
|
||||
this.missing = what.copy();
|
||||
this.missing.setStackSize(howMany);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user