Get cached RTPs to work properly

This commit is contained in:
zontreck 2023-12-18 17:28:04 -07:00
parent 3a8ce9b989
commit 19fff5778d
5 changed files with 38 additions and 71 deletions

View file

@ -42,11 +42,10 @@ public class RandomPositionLocator extends Task
levl.setChunkForced(cpos.x, cpos.z, true);
int curChecks=0;
while(curChecks<10)
while(curChecks<3)
{
if(contain.isSafe(contain.position.Position.asBlockPos()))
{
contain.putAge();
if(needsLoading)
levl.setChunkForced(cpos.x, cpos.z, false);