+1. Crashes also with all other mods disabled. Throws error "Entity is not crafting-machine".
Edit:
I've made simple patch (forces mod to ignore recipes for mining drills) for this problem: http://wklejto.pl/710285
Or just add " if entity.type == "mining-drill" then return nil end" under line 30 (right after "local function getRecipe(entity)") in your own modification file.
Patch is not guaranteed to work for later games as this is my first look at any lua code, but it works for me as i'm still in early game.