Begun adding support for data/damage values to the blockbag.

This commit is contained in:
TomyLobo
2011-11-03 15:48:41 +01:00
parent 429bfe9faa
commit ff39121fc8
3 changed files with 72 additions and 39 deletions

View File

@ -209,7 +209,7 @@ public class EditSession {
if (existing > 0) {
try {
blockBag.storeDroppedBlock(existing);
blockBag.storeDroppedBlock(existing, world.getBlockData(pt));
} catch (BlockBagException e) {
}
}