mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-22 19:06:35 +00:00
Fixed incorrect drops for ender chest (#4751)
This commit is contained in:
parent
b3fec3d86f
commit
67a0ae0246
@ -66,4 +66,8 @@ class EnderChest extends Transparent{
|
|||||||
VanillaBlocks::OBSIDIAN()->asItem()->setCount(8)
|
VanillaBlocks::OBSIDIAN()->asItem()->setCount(8)
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function isAffectedBySilkTouch() : bool{
|
||||||
|
return true;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user