geforkt von Mirrors/Paper
Fixed blocks not keeping data on placement
Dieser Commit ist enthalten in:
Ursprung
fe4d5db0e0
Commit
202e44ab1a
@ -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);
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren