- calculate_visibility: None from floor_tiles.get() now checks tilemap.chunks to confirm the neighbour's chunk is loaded before treating it as air. Without this, unloaded world borders and pending chunks were incorrectly seen as open space, causing underground tiles to render as black. - rabbit_dig_system: skip and reset timer when entity is not on standable ground, preventing rapid-dig cascade as rabbit falls through multiple levels.
9 lines
102 B
TOML
9 lines
102 B
TOML
initial_chunk_radius = 5
|
|
|
|
[display]
|
|
vsync = "mailbox"
|
|
|
|
[spawn_counts]
|
|
dorfs = 50
|
|
pigs = 5
|
|
rabbits = 15 |