mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-30 19:40:37 +01:00
Merge pull request #853 from Brokkonaut/dragon-egg-falling
I forgot the // Paper comment
This commit is contained in:
commit
7a01df109a
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||
|
||||
if (blockposition1.getY() > 0) {
|
||||
- world.setTypeAndData(blockposition1, this.getBlockData(), 2);
|
||||
+ world.setTypeAndData(blockposition1.up(), this.getBlockData(), 2);
|
||||
+ world.setTypeAndData(blockposition1.up(), this.getBlockData(), 2); // Paper
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue