geforkt von Mirrors/Paper
Merge pull request #853 from Brokkonaut/dragon-egg-falling
I forgot the // Paper comment
Dieser Commit ist enthalten in:
Commit
7a01df109a
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren