bravoserver / bravo

UNMAINTAINED: Reverse-engineered Minecraft stuff. Worked with 1.4.x protocol
http://bravoserver.org/
Other
206 stars 45 forks source link

Falling Sand Block Doesn't Replace Water #317

Closed MikePM closed 12 years ago

MikePM commented 13 years ago

I guess the same also applies to gravel. Yeah it just floats above the water (and lava, though this isn't tested).

This time it's a real bug. ;)

MostAwesomeDude commented 13 years ago

This should be pretty easy to fix.

Fallables subclass AlphaSandGravel should treat lava, water, springs of both types, as whitespace. Also, ordering should change so that BravoSnow always comes before AlphaSandGravel and correctly evaporates when falling onto water or lava; I wonder if Fallable can handle that?