This commit is contained in:
Shoghi Cervantes Pueyo 2013-03-06 20:29:49 +01:00
parent 9510cbd716
commit b259ed2532

View File

@ -25,6 +25,11 @@ the Free Software Foundation, either version 3 of the License, or
*/
/***REM_START***/
require_once("BurningFurnace.php");
/***REM_END***/
class FurnaceBlock extends BurningFurnaceBlock{
public function __construct($meta = 0){
parent::__construct($meta);