Torches drop when no supporting block is present

This commit is contained in:
Shoghi Cervantes Pueyo
2013-04-17 17:09:48 +02:00
parent 758070e478
commit b34e55eec5
2 changed files with 24 additions and 13 deletions

View File

@@ -296,17 +296,7 @@ class BlockAPI{
return false;
}
/*public function blockScheduler($data){
$this->updateBlock($data["x"], $data["y"], $data["z"], BLOCK_UPDATE_SCHEDULED);
}
public function updateBlockRemote($data, $event){
if($event !== "block.update"){
return;
}
$this->updateBlock($data["x"], $data["y"], $data["z"], isset($data["type"]) ? $data["type"]:BLOCK_UPDATE_RANDOM);
return true;
}
/*
public function flowLavaOn($source, $face){
$down = 0;