bravoserver / bravo

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

Guarantee that blocks are destroyed before dig hooks are called. #384

Closed JDShu closed 12 years ago

JDShu commented 12 years ago

This fixes incorrect fluid behavior where when you dig away one block that is adjacent to a spring, the water does not spread because the automaton does not know that the newly dug area is now empty.

MostAwesomeDude commented 12 years ago

Looks good; merged.