[ci skip] (Mostly) finish adding identifying patch comments
This commit is contained in:
parent
15288309a2
commit
24e3f94688
51 changed files with 134 additions and 190 deletions
|
@ -42,9 +42,9 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||
|
||||
@Override
|
||||
@@ -0,0 +0,0 @@ public class FallingBlockEntity extends Entity {
|
||||
this.setOrigin(new org.bukkit.Location(this.level().getWorld(), srcX, srcY, srcZ));
|
||||
this.blockState = Blocks.SAND.defaultBlockState();
|
||||
}
|
||||
// Paper end
|
||||
|
||||
+ // Paper start - Expand FallingBlock API
|
||||
+ if (nbt.contains("Paper.AutoExpire")) {
|
||||
+ this.autoExpire = nbt.getBoolean("Paper.AutoExpire");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue