Get cached RTPs to work properly
This commit is contained in:
parent
3a8ce9b989
commit
19fff5778d
5 changed files with 38 additions and 71 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue