13
0
geforkt von Mirrors/Paper

Fixed blocks not keeping data on placement

Dieser Commit ist enthalten in:
Dinnerbone 2011-01-14 19:44:11 +00:00
Ursprung fe4d5db0e0
Commit 202e44ab1a
5 geänderte Dateien mit 568 neuen und 568 gelöschten Zeilen

Datei anzeigen

@ -87,8 +87,8 @@ public class ItemBlock extends Item {
if (this.a == 79) {
world.a(i, j, k, 20);
}
world.a(i, j, k, oldMaterial);
world.c(i, j, k, oldData);
world.b(i, j, k, oldMaterial);
world.d(i, j, k, oldData);
} else {
world.g(i, j, k);
world.h(i, j, k, this.a);