3
0
Mirror von https://github.com/PaperMC/Paper.git synchronisiert 2024-12-18 12:30:06 +01:00

Simple fix for minecart tracks not curving as expected following commit baff42c4d3

Dieser Commit ist enthalten in:
Dean Bailey 2011-01-22 07:46:31 +08:00 committet von Warren
Ursprung 9c28b2134f
Commit bf9d55d9ed

Datei anzeigen

@ -93,7 +93,7 @@ public class ItemBlock extends Item {
world.b(i, j, k, oldMaterial);
world.d(i, j, k, oldData);
} 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].a(world, i, j, k, ((EntityLiving) (entityplayer)));