Added Hardened Clay and Stained Clay

This commit is contained in:
Shoghi Cervantes
2014-06-16 16:02:01 +02:00
parent 28926832df
commit 778ec96d72
7 changed files with 133 additions and 6 deletions

View File

@ -87,12 +87,12 @@ abstract class Tool extends Item{
public function isPickaxe(){
switch($this->id){
case self::IRON_PICKAXE:
return 4;
case self::WOODEN_PICKAXE:
return 1;
case self::STONE_PICKAXE:
return 3;
case self::IRON_PICKAXE:
return 4;
case self::DIAMOND_PICKAXE:
return 5;
case self::GOLD_PICKAXE: