This commit is contained in:
Anuken
2025-12-22 10:22:40 -05:00
parent 2545becb68
commit cab20173c2
+3
View File
@@ -208,8 +208,11 @@ public class SectorInfo{
this.items.set(content.item(i), items.get(i)); this.items.set(content.item(i), items.get(i));
} }
//don't change the spawn position after the sector spawn is set by the generator once
if(spawnPosition == 0){
spawnPosition = entity.pos(); spawnPosition = entity.pos();
} }
}
waveSpacing = state.rules.waveSpacing; waveSpacing = state.rules.waveSpacing;
wave = state.wave; wave = state.wave;