mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 08:44:01 +00:00
Fix sea lantern lighting doesn't save (#316)
This commit is contained in:
parent
cf83143bbd
commit
613226c661
@ -23,7 +23,7 @@ namespace pocketmine\block;
|
||||
|
||||
use pocketmine\item\Item;
|
||||
|
||||
class SeaLantern extends Solid{
|
||||
class SeaLantern extends Transparent{
|
||||
|
||||
protected $id = self::SEA_LANTERN;
|
||||
|
||||
@ -49,4 +49,4 @@ class SeaLantern extends Solid{
|
||||
];
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user