Skip to content

Commit 972a5be

Browse files
committed
Render more (hopefully all) retrogen chunks
1 parent 87867bc commit 972a5be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

overviewer_core/world.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1698,7 +1698,7 @@ def get_chunk(self, x, z):
16981698
below_zero_retrogen_target_status = (
16991699
chunk_data.get("below_zero_retrogen", {}).get("target_status")
17001700
)
1701-
if below_zero_retrogen_target_status in ("heightmaps", "spawn"):
1701+
if below_zero_retrogen_target_status in ("heightmaps", "spawn", "minecraft:heightmaps", "minecraft:spawn"):
17021702
include_chunk = True
17031703

17041704
if not include_chunk:

0 commit comments

Comments
 (0)