Skip to content

Why does this default stone generator not work? #12

Answered by null2264
DemonSlayer112 asked this question in Q&A
Discussion options

You must be logged in to vote

Can you elaborate on what doesn't work?

Answer: After investigating further, the problem is actually maxY and minY value is flipped, maxY value should be in minY and vice versa. A better more straight forward range config is planned.

Currently proposed range config design:

{
    "range": "[-64, -1)"  // This would mean -64 up to (but not including) -1
    "range": "[-64, -1]"  // This would mean -64 up to (including) -1
    "range": "(-64, -1)"  // This would mean -63 up to (but not including) -1
}

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@null2264
Comment options

@DemonSlayer112
Comment options

@null2264
Comment options

@DemonSlayer112
Comment options

@null2264
Comment options

Answer selected by null2264
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants