mcMMO/src/main
Sid Shakal b3e1acc563 Correcting conditions related to "ghost block" mitigation.
If radius is 1 (as it is when called elsewhere in the class), the loop
conditions fail to refresh some of the neighboring chunks, allowing for
ghost blocks to continue to occur on eastern and southern edges of the
chunk the player is in.

This commit fixes the loop conditions.

= Chunk diagram of old behavior =
-----
-RR--
-RP--
-----
-----

= Chunk diagram of new behavior =
-----
-RRR-
-RPR-
-RRR-
-----

= Legend =
P: the chunk the player is in
R and P: chunks that are refreshed
-: chunks that do not get refreshed
2016-08-07 17:32:34 -05:00
..
assembly Normalize line endings 2013-03-08 21:42:26 +01:00
java Correcting conditions related to "ghost block" mitigation. 2016-08-07 17:32:34 -05:00
resources Add Beetroot to herbalism skill 2016-06-26 17:14:19 -04:00