mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 19:02:59 +00:00
Fixed missing hardness on unimplemented blocks causing gameplay issues
This commit is contained in:
@ -32,4 +32,8 @@ class DaylightSensor extends Transparent{
|
||||
public function getName(){
|
||||
return "Daylight Sensor";
|
||||
}
|
||||
|
||||
public function getHardness(){
|
||||
return 0.2;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user