102103104105106107108109
'T', RailcraftItem.plate.getRecipeObject(EnumPlate.STEEL)); } } private void paintLocomotive(ItemStack base) { IRecipe recipe = new LocomotivePaintingRecipe(base); CraftingPlugin.addRecipe(recipe); }