Player spawn in Overworld fix

This commit is contained in:
paulevsGitch 2021-01-13 13:34:43 +03:00
parent e09d1d2235
commit 56591633ec
12 changed files with 370 additions and 41 deletions

View file

@ -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);