Update to Minecraft 1.7
This commit is contained in:
@@ -167,13 +167,13 @@ public class ItemInWorldManager {
|
||||
|
||||
this.world.a(this.player, 2001, i, j, k, l + this.world.getData(i, j, k) * 256);
|
||||
boolean flag = this.b(i, j, k);
|
||||
ItemStack itemstack = this.player.F();
|
||||
ItemStack itemstack = this.player.G();
|
||||
|
||||
if (itemstack != null) {
|
||||
itemstack.a(l, i, j, k, this.player);
|
||||
if (itemstack.count == 0) {
|
||||
itemstack.a(this.player);
|
||||
this.player.G();
|
||||
this.player.H();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user