Added Wooden Tools Item Settings

This commit is contained in:
Michael Yoo
2013-03-21 16:50:09 +10:30
parent 13ae305bdd
commit 38d361bb07
6 changed files with 142 additions and 6 deletions

View File

@@ -48,6 +48,10 @@ class Item{
IRON_PICKAXE => "IronPickaxeItem",
IRON_AXE => "IronAxeItem",
IRON_HOE => "IronHoeItem",
WOODEN_SWORD => "WoodenSwordItem",
WOODEN_SHOVEL => "WoodenShovelItem",
WOODEN_PICKAXE => "WoodenPickaxeItem",
WOODEN_AXE => "WoodenAxeItem",
);
protected $block;
protected $id;
@@ -139,4 +143,4 @@ class Item{
return false;
}
}
}