Continue migration

This commit is contained in:
Aleksey 2021-04-12 16:34:13 +03:00
parent 47ed597358
commit 33dbfbe633
263 changed files with 1450 additions and 1486 deletions

View file

@ -81,7 +81,7 @@ public abstract class EntityMixin implements TeleportingEntity {
@Override
public void beSetExitPos(BlockPos pos) {
this.exitPos = pos.toImmutable();
this.exitPos = pos.immutable();
}
@Override