mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 17:59:48 +00:00
Added Coal Blocks, crafting, fuel information
This commit is contained in:
@ -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(
|
||||
|
@ -23,6 +23,7 @@
|
||||
class FuelData{
|
||||
public static $duration = array(
|
||||
COAL => 80,
|
||||
COAL_BLOCK => 800,
|
||||
TRUNK => 15,
|
||||
WOODEN_PLANKS => 15,
|
||||
SAPLING => 5,
|
||||
|
Reference in New Issue
Block a user