Added Chiseled stone brick, red sand, end stone

This commit is contained in:
Shoghi Cervantes 2014-08-16 13:34:58 +02:00
parent 8725ad522f
commit 758a6af678
2 changed files with 2 additions and 1 deletions

View File

@ -229,6 +229,7 @@ abstract class Block extends Position implements Metadatable{
[Item::STONE_BRICKS, 0],
[Item::STONE_BRICKS, 1],
[Item::STONE_BRICKS, 2],
[Item::STONE_BRICKS, 3],
[Item::MOSS_STONE, 0],
[Item::WOODEN_PLANKS, 0],
[Item::WOODEN_PLANKS, 1],
@ -271,6 +272,7 @@ abstract class Block extends Position implements Metadatable{
[Item::SANDSTONE, 1],
[Item::SANDSTONE, 2],
[Item::SAND, 0],
[Item::SAND, 1],
[Item::GRAVEL, 0],
[Item::TRUNK, 0],
[Item::TRUNK, 1],

View File

@ -48,7 +48,6 @@ class Stone extends Solid{
}
public function getBreakTime(Item $item){
switch($item->isPickaxe()){
case 5:
return 0.4;