This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
At least two cases where the one-line-of-code "will it rain on me if I spawn here" detection algorithm fails have been found:
1) Postmen are spawned on blocks with rail (highestBlockY = spawnY+1) - need to manually treat such blocks as empty.
2) getHighestBlockYAt() considers Glass blocks to be Air, apparently. This might be a CraftBukkit error and should be fixed there instead.
3) Will now spawn Postmen in the desert even if it's raining. (v1.0.0)
To post a comment, please login or register a new account.