'P', RailcraftItem.plate.getRecipeObject(EnumPlate.STEEL),
'B', "blockSteel");
RailcraftPartItems.getTurbineRotor();
CraftingPlugin.addRecipe(new RotorRepairRecipe());
// ItemStack rotor = RailcraftPartItems.getTurbineRotor();
// rotor.setItemDamage(25000);
// CraftingPlugin.addShapelessRecipe(rotor, RailcraftPartItems.getTurbineRotor());
}