ThiccIndustries / Minecraft-Fast-SP

Minecraft optimization mod with the goal of having a playable singleplayer on slow computers.
7 stars 1 forks source link

Moving into the last chunk before the edge of the world causes a softlock #1

Closed MajesticWaffle closed 1 year ago

MajesticWaffle commented 1 year ago

Any Entity that moves into the last chunk gets stuck and cannot move

MajesticWaffle commented 1 year ago

Caused by World.EntityUpdateWithOptionalForce() returning prematurely if chunks within 2 chunks of entity do not exist. It doesn't look like anything bad happens if this check is turned off. Thanks Notch very cool.