Added Coal Blocks, crafting, fuel information

This commit is contained in:
Shoghi Cervantes
2013-11-23 18:18:02 +01:00
parent 78f7964d57
commit 5803a4e649
5 changed files with 64 additions and 0 deletions

View File

@ -176,6 +176,8 @@ class CraftingRecipes{
"SUGARCANE:?x3=>PAPER:0x1",
"WOODEN_PLANKS:?x6,STICK:?x1=>SIGN:0x1",
"IRON_INGOT:?x6=>IRON_BARS:0x16",
"COAL:0x9=>COAL_BLOCK:0x1",
"COAL_BLOCK:?x1=>COAL:0x9",
);
private static $stone = array(

View File

@ -23,6 +23,7 @@
class FuelData{
public static $duration = array(
COAL => 80,
COAL_BLOCK => 800,
TRUNK => 15,
WOODEN_PLANKS => 15,
SAPLING => 5,