1 2 3 4 5 6 7 8 9 10
package gtPlusPlus.core.recipe; public class RecipesMachineComponents { // Fluid Pipe public static String pipeTier7 = "pipeHugeSteel"; public static String pipeTier8 = "pipeHugeStainlessSteel"; public static String pipeTier9 = "pipeHugeTitanium"; }