Fix silk touch on Ender Chests.
This commit is contained in:
parent
18f3d41a5b
commit
895365d9b9
1 changed files with 7 additions and 7 deletions
|
@ -451,7 +451,7 @@
|
|||
+ */
|
||||
+ public boolean canSilkHarvest(World world, EntityPlayer player, int x, int y, int z, int metadata)
|
||||
+ {
|
||||
+ if (this instanceof BlockGlass)
|
||||
+ if (this instanceof BlockGlass || this instanceof BlockEnderChest)
|
||||
+ {
|
||||
+ return true;
|
||||
+ }
|
||||
|
|
Loading…
Reference in a new issue