mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 02:42:58 +00:00
Working Threaded Generation
This commit is contained in:
@ -34,7 +34,6 @@ class Painting extends Item{
|
||||
|
||||
public function onActivate(Level $level, Player $player, Block $block, Block $target, $face, $fx, $fy, $fz){
|
||||
if($target->isTransparent === false and $face > 1 and $block->isSolid === false){
|
||||
$server = Server::getInstance();
|
||||
$faces = array(
|
||||
2 => 1,
|
||||
3 => 3,
|
||||
|
Reference in New Issue
Block a user