Update to Minecraft Server 1.2

This commit is contained in:
Dinnerbone
2011-01-14 13:31:10 +00:00
parent e6e50ddf9b
commit 2761b59845
55 changed files with 1219 additions and 1064 deletions

View File

@@ -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];