File Details
v0.8
- R
- Sep 11, 2011
- 32.34 KB
- 3.0K
- CB 1.0.1-R1+2
File Name
LogOres.jar
Supported Versions
- CB 1.0.1-R1
- CB 1060
- CB 1337
v0.8 - September 10, 2011
- Small performance improvement in onBlockBreak(); for the majority of mining
we now only have to do a single if() integer comparison and we're done.
- Major improvement to cave detection. Plugin now efficiently stores the last
50 blocks a player has mined in a circular buffer. When doing a cave check
(which happens in a separate thread, not on main Bukkit thread), it now checks
nearby air blocks against the player's recently mined blocks to determine if
they are in a cave or a player-mined tunnel. This results in significantly
more accurate cave detection and therefore less false positives.

