1
0

Removed dependecy of redstone simulator on NoteBlock

This commit is contained in:
Tycho
2014-08-05 22:54:36 +01:00
parent 06942871dd
commit 9272bd627c
4 changed files with 20 additions and 12 deletions

View File

@@ -2141,6 +2141,7 @@ bool cChunk::DoWithRedstonePoweredEntityAt(int a_BlockX, int a_BlockY, int a_Blo
{
case E_BLOCK_DROPPER:
case E_BLOCK_DISPENSER:
case E_BLOCK_NOTE_BLOCK:
break;
default:
// There is a block entity here, but of different type. No other block entity can be here, so we can safely bail out