1
0
Fork 0

Add potatoes to washed away list also

This commit is contained in:
Alexander Harkness 2020-04-05 12:43:03 +01:00
parent 6bde0dd9ad
commit 16b3de94c8
No known key found for this signature in database
GPG Key ID: 5187245ADF160B76
1 changed files with 2 additions and 1 deletions

View File

@ -44,6 +44,7 @@ bool cFluidSimulator::CanWashAway(BLOCKTYPE a_BlockType)
case E_BLOCK_DETECTOR_RAIL:
case E_BLOCK_INACTIVE_COMPARATOR:
case E_BLOCK_LILY_PAD:
case E_BLOCK_POTATOES:
case E_BLOCK_POWERED_RAIL:
case E_BLOCK_RAIL:
case E_BLOCK_REDSTONE_REPEATER_OFF:
@ -57,8 +58,8 @@ bool cFluidSimulator::CanWashAway(BLOCKTYPE a_BlockType)
case E_BLOCK_SUGARCANE:
case E_BLOCK_TALL_GRASS:
case E_BLOCK_TORCH:
case E_BLOCK_TRIPWIRE_HOOK:
case E_BLOCK_TRIPWIRE:
case E_BLOCK_TRIPWIRE_HOOK:
case E_BLOCK_YELLOW_FLOWER:
{
return true;