mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-14 11:45:52 -07:00
Simple fix for minecart tracks not curving as expected following commit baff42c4d3
This commit is contained in:
@@ -93,7 +93,7 @@ public class ItemBlock extends Item {
|
|||||||
world.b(i, j, k, oldMaterial);
|
world.b(i, j, k, oldMaterial);
|
||||||
world.d(i, j, k, oldData);
|
world.d(i, j, k, oldData);
|
||||||
} else {
|
} else {
|
||||||
world.c(i, j, k, a(itemstack.h()));
|
world.c(i, j, k, a, a(itemstack.h()));
|
||||||
|
|
||||||
Block.m[a].c(world, i, j, k, l);
|
Block.m[a].c(world, i, j, k, l);
|
||||||
Block.m[a].a(world, i, j, k, ((EntityLiving) (entityplayer)));
|
Block.m[a].a(world, i, j, k, ((EntityLiving) (entityplayer)));
|
||||||
|
Reference in New Issue
Block a user