mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-15 20:23:53 -07:00
Update for 1.7.2
This commit is contained in:
@@ -285,7 +285,7 @@ public class EntityMinecart extends Entity implements IInventory {
|
||||
flag2 = !flag1;
|
||||
}
|
||||
|
||||
if (((BlockMinecartTrack) Block.byId[l]).e()) {
|
||||
if (((BlockMinecartTrack) Block.byId[l]).f()) {
|
||||
i1 &= 7;
|
||||
}
|
||||
|
||||
@@ -608,7 +608,7 @@ public class EntityMinecart extends Entity implements IInventory {
|
||||
int i1 = this.world.getData(i, j, k);
|
||||
|
||||
d1 = (double) j;
|
||||
if (((BlockMinecartTrack) Block.byId[l]).e()) {
|
||||
if (((BlockMinecartTrack) Block.byId[l]).f()) {
|
||||
i1 &= 7;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user