3
0
Mirror von https://github.com/PaperMC/Paper.git synchronisiert 2024-12-19 04:50:06 +01:00
Paper/src/main
Travis Watkins 5a999a2660 Correct digging behavior. Fixes BUKKIT-2780
If a block is air we return immediately so miss the cleanup work that would
normally happen in this case in vanilla. This causes us to get in to a
situation where, due to odd packet sending from the client, we never
properly stop an attempt by the client to break a block and thus it
eventually breaks.

We also use our own variable for block damage and never sync it up with the
vanilla one so damage reporting to other clients is not always correct.
2012-11-13 21:42:36 -06:00
..
java Correct digging behavior. Fixes BUKKIT-2780 2012-11-13 21:42:36 -06:00
resources/configurations Implement API for ambient mob spawn limit. Add spawn-limit.ambient to 2012-10-31 13:01:48 -04:00