mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-15 04:05:50 -07:00
Update for 1.4_00_01 -- if you bypassed Bukkit, you will most likely break.
This commit is contained in:
@@ -29,7 +29,7 @@ public class ItemMinecart extends Item {
|
||||
}
|
||||
// CraftBukkit end
|
||||
|
||||
world.a((Entity) (new EntityMinecart(world, (double) ((float) i + 0.5F), (double) ((float) j + 0.5F), (double) ((float) k + 0.5F), this.a)));
|
||||
world.addEntity(new EntityMinecart(world, (double) ((float) i + 0.5F), (double) ((float) j + 0.5F), (double) ((float) k + 0.5F), this.a));
|
||||
}
|
||||
|
||||
--itemstack.count;
|
||||
|
Reference in New Issue
Block a user