mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-06 02:35:49 +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) {
|
||||
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);
|
||||
|
|
Loading…
Reference in a new issue