Skip to content

Commit

Permalink
Render more (hopefully all) retrogen chunks
Browse files Browse the repository at this point in the history
  • Loading branch information
ralokt committed Jul 24, 2022
1 parent 87867bc commit 972a5be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion overviewer_core/world.py
Original file line number Diff line number Diff line change
Expand Up @@ -1698,7 +1698,7 @@ def get_chunk(self, x, z):
below_zero_retrogen_target_status = (
chunk_data.get("below_zero_retrogen", {}).get("target_status")
)
if below_zero_retrogen_target_status in ("heightmaps", "spawn"):
if below_zero_retrogen_target_status in ("heightmaps", "spawn", "minecraft:heightmaps", "minecraft:spawn"):
include_chunk = True

if not include_chunk:
Expand Down

0 comments on commit 972a5be

Please sign in to comment.