mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-16 20:53:54 -07:00
Update to Minecraft Server 1.2
This commit is contained in:
@@ -14,7 +14,7 @@ public class InventoryCraftResult implements IInventory {
|
||||
a = new ItemStack[1];
|
||||
}
|
||||
|
||||
public int a() {
|
||||
public int h_() {
|
||||
return 1;
|
||||
}
|
||||
|
||||
@@ -26,7 +26,7 @@ public class InventoryCraftResult implements IInventory {
|
||||
return "Result";
|
||||
}
|
||||
|
||||
public ItemStack a(int i, int j) {
|
||||
public ItemStack b(int i, int j) {
|
||||
if (a[i] != null) {
|
||||
ItemStack itemstack = a[i];
|
||||
|
||||
|
Reference in New Issue
Block a user