mirror of
https://github.com/PaperMC/Paper.git
synced 2025-03-21 22:48:57 +01:00
Fixed blocks not keeping data on placement
This commit is contained in:
parent
fe4d5db0e0
commit
202e44ab1a
5 changed files with 568 additions and 568 deletions
|
@ -87,8 +87,8 @@ public class ItemBlock extends Item {
|
||||||
if (this.a == 79) {
|
if (this.a == 79) {
|
||||||
world.a(i, j, k, 20);
|
world.a(i, j, k, 20);
|
||||||
}
|
}
|
||||||
world.a(i, j, k, oldMaterial);
|
world.b(i, j, k, oldMaterial);
|
||||||
world.c(i, j, k, oldData);
|
world.d(i, j, k, oldData);
|
||||||
} else {
|
} else {
|
||||||
world.g(i, j, k);
|
world.g(i, j, k);
|
||||||
world.h(i, j, k, this.a);
|
world.h(i, j, k, this.a);
|
||||||
|
|
Loading…
Add table
Reference in a new issue