@@ -46,7 +46,7 @@
|
||||
@@ -277,8 +295,12 @@
|
||||
boolean flag = movingobjectposition != null && movingobjectposition.a().equals(blockposition);
|
||||
|
||||
if (block.a(TagsBlock.G) && flag) {
|
||||
if (block.a(TagsBlock.ENDERMAN_HOLDABLE) && flag) {
|
||||
- this.enderman.setCarried(iblockdata);
|
||||
- world.setAir(blockposition);
|
||||
+ // CraftBukkit start - Pickup event
|
||||
|
||||
Reference in New Issue
Block a user