Fixed farmland appearing black on clients (farmland is transparent in PE)

This commit is contained in:
Dylan K. Taylor
2017-04-18 15:35:29 +01:00
parent b7b7a93e4e
commit 6828ce66b6
2 changed files with 4 additions and 4 deletions

View File

@ -25,7 +25,7 @@ use pocketmine\item\Item;
use pocketmine\item\Tool;
use pocketmine\math\AxisAlignedBB;
class Farmland extends Solid{
class Farmland extends Transparent{
protected $id = self::FARMLAND;