Parallelization genmaps

This commit is contained in:
Tnze
2021-03-13 10:13:50 +08:00
parent 03eada08a2
commit 24c057da26
2 changed files with 82 additions and 39 deletions

View File

@ -31,7 +31,7 @@ type Column struct {
LastUpdate int64
Status string
PosX int32 `nbt:"xPos"`
PosY int32 `nbt:"yPos"`
PosZ int32 `nbt:"zPos"`
Biomes []int32
}
}