Updated to Minecraft version 1.4

This commit is contained in:
Dinnerbone
2011-03-31 21:40:00 +01:00
parent 0635f7c1b8
commit 87c36febeb
84 changed files with 1024 additions and 793 deletions

View File

@@ -12,7 +12,7 @@ public class InventoryCraftResult implements IInventory {
public InventoryCraftResult() {}
public int m_() {
public int q_() {
return 1;
}
@@ -39,11 +39,11 @@ public class InventoryCraftResult implements IInventory {
this.a[i] = itemstack;
}
public int n_() {
public int r_() {
return 64;
}
public void h() {}
public void i() {}
public boolean a_(EntityHuman entityhuman) {
return true;