Added Feather Item Code

This commit is contained in:
Michael Yoo 2013-02-06 20:05:14 +10:30
parent 320dc1af88
commit d76408b809
2 changed files with 2 additions and 1 deletions

View File

@ -190,7 +190,7 @@ define("GOLD_SHOVEL", 284);
define("GOLD_PICKAXE", 285);
define("GOLD_AXE", 286);
define("STRING", 287);
define("FEATHER", 288);
define("FEATHER", 288);//Implemented
define("GUNPOWDER", 289);
define("WOODEN_HOE", 290);
define("STONE_HOE", 291);

View File

@ -42,6 +42,7 @@ class Item{
DIAMOND => "DiamondItem",
STICK => "StickItem",
BOWL => "BowlItem",
FEATHER => "FeatherItem",
);
protected $block;
protected $id;