Player spawn in Overworld fix
This commit is contained in:
parent
e09d1d2235
commit
56591633ec
12 changed files with 370 additions and 41 deletions
|
@ -111,8 +111,6 @@ public class EndPortalBlock extends NetherPortalBlock implements IRenderTypeable
|
|||
while (checkPos.getY() > 5) {
|
||||
BlockState state = world.getBlockState(checkPos);
|
||||
if (state.isOf(this)) {
|
||||
System.out.println("Out: " + checkPos);
|
||||
|
||||
Axis axis = state.get(AXIS);
|
||||
checkPos = this.findCenter(world, checkPos, axis);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue