Merge pull request #201 from SamJBarney/master
Added glass pane as transparent. Removed duplicate g_BlockOneHitDig[E_BLOCK_REDSTAONE_WIRE]
This commit is contained in:
commit
709097c99f
@ -603,6 +603,7 @@ public:
|
|||||||
g_BlockTransparent[E_BLOCK_FIRE] = true;
|
g_BlockTransparent[E_BLOCK_FIRE] = true;
|
||||||
g_BlockTransparent[E_BLOCK_FLOWER_POT] = true;
|
g_BlockTransparent[E_BLOCK_FLOWER_POT] = true;
|
||||||
g_BlockTransparent[E_BLOCK_GLASS] = true;
|
g_BlockTransparent[E_BLOCK_GLASS] = true;
|
||||||
|
g_BlockTransparent[E_BLOCK_GLASS_PANE] = true;
|
||||||
g_BlockTransparent[E_BLOCK_ICE] = true;
|
g_BlockTransparent[E_BLOCK_ICE] = true;
|
||||||
g_BlockTransparent[E_BLOCK_IRON_DOOR] = true;
|
g_BlockTransparent[E_BLOCK_IRON_DOOR] = true;
|
||||||
g_BlockTransparent[E_BLOCK_LEAVES] = true;
|
g_BlockTransparent[E_BLOCK_LEAVES] = true;
|
||||||
@ -646,7 +647,6 @@ public:
|
|||||||
g_BlockOneHitDig[E_BLOCK_REDSTONE_TORCH_OFF] = true;
|
g_BlockOneHitDig[E_BLOCK_REDSTONE_TORCH_OFF] = true;
|
||||||
g_BlockOneHitDig[E_BLOCK_REDSTONE_TORCH_ON] = true;
|
g_BlockOneHitDig[E_BLOCK_REDSTONE_TORCH_ON] = true;
|
||||||
g_BlockOneHitDig[E_BLOCK_REDSTONE_WIRE] = true;
|
g_BlockOneHitDig[E_BLOCK_REDSTONE_WIRE] = true;
|
||||||
g_BlockOneHitDig[E_BLOCK_REDSTONE_WIRE] = true;
|
|
||||||
g_BlockOneHitDig[E_BLOCK_RED_MUSHROOM] = true;
|
g_BlockOneHitDig[E_BLOCK_RED_MUSHROOM] = true;
|
||||||
g_BlockOneHitDig[E_BLOCK_RED_ROSE] = true;
|
g_BlockOneHitDig[E_BLOCK_RED_ROSE] = true;
|
||||||
g_BlockOneHitDig[E_BLOCK_REEDS] = true;
|
g_BlockOneHitDig[E_BLOCK_REEDS] = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user