Begun adding support for data/damage values to the blockbag.
This commit is contained in:
@@ -209,7 +209,7 @@ public class EditSession {
|
||||
|
||||
if (existing > 0) {
|
||||
try {
|
||||
blockBag.storeDroppedBlock(existing);
|
||||
blockBag.storeDroppedBlock(existing, world.getBlockData(pt));
|
||||
} catch (BlockBagException e) {
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user