mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 10:22:56 +00:00
Fixed redstone lamp light levels and hardness
This commit is contained in:
@ -34,4 +34,8 @@ class RedstoneLamp extends Solid{
|
||||
public function getName(){
|
||||
return "Redstone Lamp";
|
||||
}
|
||||
|
||||
public function getHardness(){
|
||||
return 0.3;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user