Merge remote-tracking branch 'origin/stable' into next-minor

This commit is contained in:
Dylan K. Taylor
2022-01-22 14:46:55 +00:00

View File

@ -66,4 +66,8 @@ class EnderChest extends Transparent{
VanillaBlocks::OBSIDIAN()->asItem()->setCount(8) VanillaBlocks::OBSIDIAN()->asItem()->setCount(8)
]; ];
} }
public function isAffectedBySilkTouch() : bool{
return true;
}
} }