improve dropped inventory

This commit is contained in:
Raoul Van den Berge
2015-12-24 15:27:05 +01:00
parent 9e412bac64
commit 35bacfc90b
9 changed files with 30 additions and 23 deletions

View File

@@ -290,10 +290,4 @@ public class TileDetector extends TileMachine implements IInventory, ISidedInven
buf.writeInt(amount);
buf.writeBoolean(providesPower);
}
@Override
public boolean canDropInventory()
{
return false;
}
}