mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-08 12:48:32 +00:00
Merge remote-tracking branch 'origin/stable' into next-minor
This commit is contained in:
commit
b2630a0920
@ -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