979899100101102103104105106107
} CraftingResult craftingResult = lookForAssemblyTableRecipe(order); if (craftingResult != null) { startDelegateAI(new AIRobotCraftAssemblyTable(robot, craftingResult)); return; } craftingBlacklist.add(order); }