Update CraftBukkit to Minecraft 1.3.1
This commit is contained in:
committed by
Travis Watkins
parent
08e2923bd4
commit
a43d621c01
@@ -8,9 +8,10 @@ public class ItemMinecart extends Item {
|
||||
super(i);
|
||||
this.maxStackSize = 1;
|
||||
this.a = j;
|
||||
this.a(CreativeModeTab.e);
|
||||
}
|
||||
|
||||
public boolean interactWith(ItemStack itemstack, EntityHuman entityhuman, World world, int i, int j, int k, int l) {
|
||||
public boolean interactWith(ItemStack itemstack, EntityHuman entityhuman, World world, int i, int j, int k, int l, float f, float f1, float f2) {
|
||||
int i1 = world.getTypeId(i, j, k);
|
||||
|
||||
if (BlockMinecartTrack.d(i1)) {
|
||||
|
||||
Reference in New Issue
Block a user