Merge pull request #3121 from LogicParrot/loops
Prevent Nether teleportation loops
This commit is contained in:
commit
4b626e1376
@ -40,7 +40,7 @@ private:
|
||||
static const int SearchSolidBaseWidth = 3;
|
||||
|
||||
/** Where to place the player out from the face and across the face */
|
||||
const double OutOffset = 0.5;
|
||||
const double OutOffset = 2;
|
||||
const double AcrossOffset = 0.5;
|
||||
|
||||
/** Builds a portal. */
|
||||
|
Loading…
Reference in New Issue
Block a user