mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 10:53:05 +00:00
Fixed redstone lamp light levels and hardness
This commit is contained in:
@ -30,4 +30,8 @@ class LitRedstoneLamp extends RedstoneLamp{
|
||||
public function getName(){
|
||||
return "Lit Redstone Lamp";
|
||||
}
|
||||
|
||||
public function getLightLevel(){
|
||||
return 15;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user