Fixed glowing redstone ore giving itself when block-picked

This commit is contained in:
Dylan K. Taylor 2018-01-14 13:34:17 +00:00
parent 66c768d453
commit 96f6362117

View File

@ -29,6 +29,8 @@ class GlowingRedstoneOre extends RedstoneOre{
protected $id = self::GLOWING_REDSTONE_ORE;
protected $itemId = self::REDSTONE_ORE;
public function getName() : string{
return "Glowing Redstone Ore";
}