Set world height is limited by MineClone2 bug #3
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
Setting the world height to -1000 causes problems with MineClone2 generating dungeons too close near the edge. There is a chunk with a max size between -993 and -995, which is too little space for MineClone2 to generate caves.
However, since MineClone2 doesn't check for invalid values, an error can be caused if the margin of the cave is larger than the available space in the chunk.
Commit
57874f4dfb
contains a fix for this issue, but it hasn't yet merged into the main branch.A pull request has been made at Fix dungeon margin bug #4276. It is currently awaiting tests.
The pull request has been accepted and the bug now no longer exists.