Fixed sorting
This commit is contained in:
parent
d37b047ebe
commit
3591edd47e
@ -588,6 +588,7 @@ bool cItemHandler::CanHarvestBlock(BLOCKTYPE a_BlockType)
|
|||||||
case E_BLOCK_LAPIS_BLOCK:
|
case E_BLOCK_LAPIS_BLOCK:
|
||||||
case E_BLOCK_LAPIS_ORE:
|
case E_BLOCK_LAPIS_ORE:
|
||||||
case E_BLOCK_LIT_FURNACE:
|
case E_BLOCK_LIT_FURNACE:
|
||||||
|
case E_BLOCK_MOB_SPAWNER:
|
||||||
case E_BLOCK_MOSSY_COBBLESTONE:
|
case E_BLOCK_MOSSY_COBBLESTONE:
|
||||||
case E_BLOCK_NETHER_BRICK:
|
case E_BLOCK_NETHER_BRICK:
|
||||||
case E_BLOCK_NETHER_BRICK_STAIRS:
|
case E_BLOCK_NETHER_BRICK_STAIRS:
|
||||||
@ -595,6 +596,7 @@ bool cItemHandler::CanHarvestBlock(BLOCKTYPE a_BlockType)
|
|||||||
case E_BLOCK_NETHERRACK:
|
case E_BLOCK_NETHERRACK:
|
||||||
case E_BLOCK_NEW_STONE_SLAB:
|
case E_BLOCK_NEW_STONE_SLAB:
|
||||||
case E_BLOCK_OBSIDIAN:
|
case E_BLOCK_OBSIDIAN:
|
||||||
|
case E_BLOCK_PACKED_ICE:
|
||||||
case E_BLOCK_PRISMARINE_BLOCK:
|
case E_BLOCK_PRISMARINE_BLOCK:
|
||||||
case E_BLOCK_RED_SANDSTONE:
|
case E_BLOCK_RED_SANDSTONE:
|
||||||
case E_BLOCK_RED_SANDSTONE_STAIRS:
|
case E_BLOCK_RED_SANDSTONE_STAIRS:
|
||||||
@ -609,8 +611,6 @@ bool cItemHandler::CanHarvestBlock(BLOCKTYPE a_BlockType)
|
|||||||
case E_BLOCK_STONE_PRESSURE_PLATE:
|
case E_BLOCK_STONE_PRESSURE_PLATE:
|
||||||
case E_BLOCK_STONE_SLAB:
|
case E_BLOCK_STONE_SLAB:
|
||||||
case E_BLOCK_VINES:
|
case E_BLOCK_VINES:
|
||||||
case E_BLOCK_PACKED_ICE:
|
|
||||||
case E_BLOCK_MOB_SPAWNER:
|
|
||||||
{
|
{
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user