This commit is contained in:
Anuken
2025-12-22 10:22:40 -05:00
parent 2545becb68
commit cab20173c2

View File

@@ -208,7 +208,10 @@ public class SectorInfo{
this.items.set(content.item(i), items.get(i)); this.items.set(content.item(i), items.get(i));
} }
spawnPosition = entity.pos(); //don't change the spawn position after the sector spawn is set by the generator once
if(spawnPosition == 0){
spawnPosition = entity.pos();
}
} }
waveSpacing = state.rules.waveSpacing; waveSpacing = state.rules.waveSpacing;