Enhance am-I-rained-upon detection #11


  • Defect
  • Accepted
Open
Assigned to _ForgeUser8106975
  • _ForgeUser8106975 created this issue Dec 30, 2011
    Owner

    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.

  • _ForgeUser8106975 added the tags Accepted Defect Dec 30, 2011
  • _ForgeUser8106975 posted a comment Jan 12, 2012

    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.