Added flood fill tool, fixed data values not being set properly.

This commit is contained in:
sk89q
2011-06-04 19:41:12 -07:00
parent 730244056c
commit 0f040429c5
4 changed files with 151 additions and 1 deletions

View File

@ -215,7 +215,7 @@ public class EditSession {
}
if (id != 0) {
if (existing != type && block.getData() > 0 && BlockType.usesData(id)) {
if (BlockType.usesData(id)) {
if (fastMode) {
world.setBlockDataFast(pt, block.getData());
} else {