mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-21 19:04:15 +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;
|
use pocketmine\item\Item;
|
||||||
|
|
||||||
class SeaLantern extends Solid{
|
class SeaLantern extends Transparent{
|
||||||
|
|
||||||
protected $id = self::SEA_LANTERN;
|
protected $id = self::SEA_LANTERN;
|
||||||
|
|
||||||
@ -49,4 +49,4 @@ class SeaLantern extends Solid{
|
|||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user