mirror of
https://github.com/PaperMC/Paper.git
synced 2025-03-13 11:18:23 +01:00
Rebuild patch
By: md_5 <git@md-5.net>
This commit is contained in:
parent
5c075d59dc
commit
9d22657139
1 changed files with 3 additions and 1 deletions
|
@ -557,7 +557,7 @@
|
|||
this.enteredNetherPosition = null;
|
||||
}
|
||||
|
||||
@@ -848,10 +1121,8 @@
|
||||
@@ -848,12 +1121,10 @@
|
||||
this.containerMenu.d();
|
||||
}
|
||||
|
||||
|
@ -571,6 +571,8 @@
|
|||
- if (!this.level.getDimensionManager().isNatural()) {
|
||||
+ if (!this.level.getDimensionManager().isNatural() || !this.level.getDimensionManager().isBedWorks()) {
|
||||
return Either.left(EntityHuman.EnumBedResult.NOT_POSSIBLE_HERE);
|
||||
} else if (!this.a(blockposition, enumdirection)) {
|
||||
return Either.left(EntityHuman.EnumBedResult.TOO_FAR_AWAY);
|
||||
@@ -877,7 +1148,36 @@
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue