import mods.modularmachinery.RecipeBuilder; val mythdry1 = RecipeBuilder.newBuilder("mythdry1","mythic_processor_drying_rack",2); mythdry1.addEnergyPerTickInput(40000); mythdry1.addItemInput(); mythdry1.addItemOutput(); mythdry1.build(); val mythdry2 = RecipeBuilder.newBuilder("mythdry2","mythic_processor_drying_rack",2); mythdry2.addEnergyPerTickInput(40000); mythdry2.addItemInput(); mythdry2.addItemOutput(); mythdry2.build(); val mythdry3 = RecipeBuilder.newBuilder("mythdry3","mythic_processor_drying_rack",2); mythdry3.addEnergyPerTickInput(40000); mythdry3.addFluidInput(*1000); mythdry3.addItemOutput(); mythdry3.build(); val mythdry4 = RecipeBuilder.newBuilder("mythdry4","mythic_processor_drying_rack",2); mythdry4.addEnergyPerTickInput(40000); mythdry4.addItemInput(); mythdry4.addItemOutput(); mythdry4.build();