Rebuild patch
This commit is contained in:
parent
15f27fc710
commit
422cec08d1
@ -557,7 +557,7 @@
|
|||||||
this.enteredNetherPosition = null;
|
this.enteredNetherPosition = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -848,10 +1121,8 @@
|
@@ -848,12 +1121,10 @@
|
||||||
this.containerMenu.d();
|
this.containerMenu.d();
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -571,6 +571,8 @@
|
|||||||
- if (!this.level.getDimensionManager().isNatural()) {
|
- if (!this.level.getDimensionManager().isNatural()) {
|
||||||
+ if (!this.level.getDimensionManager().isNatural() || !this.level.getDimensionManager().isBedWorks()) {
|
+ if (!this.level.getDimensionManager().isNatural() || !this.level.getDimensionManager().isBedWorks()) {
|
||||||
return Either.left(EntityHuman.EnumBedResult.NOT_POSSIBLE_HERE);
|
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 @@
|
@@ -877,7 +1148,36 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user