mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-06 11:57:10 +00:00
...
This commit is contained in:
parent
e51106e64c
commit
e88053faf4
@ -76,7 +76,7 @@ class Block extends Position implements BlockIds, Metadatable{
|
||||
self::$transparent = new \SplFixedArray(256);
|
||||
self::$diffusesSkyLight = new \SplFixedArray(256);
|
||||
|
||||
self::registerBlock(Block::get(Block::AIR));
|
||||
self::registerBlock(new Air());
|
||||
self::registerBlock(new Stone());
|
||||
self::registerBlock(new Grass());
|
||||
self::registerBlock(new Dirt());
|
||||
|
Loading…
x
Reference in New Issue
Block a user