mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-16 08:25:29 +00:00
Fixed glowing redstone ore giving itself when block-picked
This commit is contained in:
parent
66c768d453
commit
96f6362117
@ -29,6 +29,8 @@ class GlowingRedstoneOre extends RedstoneOre{
|
|||||||
|
|
||||||
protected $id = self::GLOWING_REDSTONE_ORE;
|
protected $id = self::GLOWING_REDSTONE_ORE;
|
||||||
|
|
||||||
|
protected $itemId = self::REDSTONE_ORE;
|
||||||
|
|
||||||
public function getName() : string{
|
public function getName() : string{
|
||||||
return "Glowing Redstone Ore";
|
return "Glowing Redstone Ore";
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user