mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-08 04:38:35 +00:00
Added Chiseled stone brick, red sand, end stone
This commit is contained in:
parent
8725ad522f
commit
758a6af678
@ -229,6 +229,7 @@ abstract class Block extends Position implements Metadatable{
|
|||||||
[Item::STONE_BRICKS, 0],
|
[Item::STONE_BRICKS, 0],
|
||||||
[Item::STONE_BRICKS, 1],
|
[Item::STONE_BRICKS, 1],
|
||||||
[Item::STONE_BRICKS, 2],
|
[Item::STONE_BRICKS, 2],
|
||||||
|
[Item::STONE_BRICKS, 3],
|
||||||
[Item::MOSS_STONE, 0],
|
[Item::MOSS_STONE, 0],
|
||||||
[Item::WOODEN_PLANKS, 0],
|
[Item::WOODEN_PLANKS, 0],
|
||||||
[Item::WOODEN_PLANKS, 1],
|
[Item::WOODEN_PLANKS, 1],
|
||||||
@ -271,6 +272,7 @@ abstract class Block extends Position implements Metadatable{
|
|||||||
[Item::SANDSTONE, 1],
|
[Item::SANDSTONE, 1],
|
||||||
[Item::SANDSTONE, 2],
|
[Item::SANDSTONE, 2],
|
||||||
[Item::SAND, 0],
|
[Item::SAND, 0],
|
||||||
|
[Item::SAND, 1],
|
||||||
[Item::GRAVEL, 0],
|
[Item::GRAVEL, 0],
|
||||||
[Item::TRUNK, 0],
|
[Item::TRUNK, 0],
|
||||||
[Item::TRUNK, 1],
|
[Item::TRUNK, 1],
|
||||||
|
@ -48,7 +48,6 @@ class Stone extends Solid{
|
|||||||
}
|
}
|
||||||
|
|
||||||
public function getBreakTime(Item $item){
|
public function getBreakTime(Item $item){
|
||||||
|
|
||||||
switch($item->isPickaxe()){
|
switch($item->isPickaxe()){
|
||||||
case 5:
|
case 5:
|
||||||
return 0.4;
|
return 0.4;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user