import mods.modularmachinery.RecipeBuilder; val mythfurn1 = RecipeBuilder.newBuilder("mythfurn1","mythic_processor_furnace",2); mythfurn1.addEnergyPerTickInput(60000); mythfurn1.addItemInput(); mythfurn1.addItemInput(); mythfurn1.addItemInput(*4); mythfurn1.addItemInput(); mythfurn1.addItemInput(); mythfurn1.addItemOutput(*6); mythfurn1.build(); val mythfurn2 = RecipeBuilder.newBuilder("mythfurn2","mythic_processor_furnace",2); mythfurn2.addEnergyPerTickInput(60000); mythfurn2.addItemInput(); mythfurn2.addItemInput(*3); mythfurn2.addItemInput(); mythfurn2.addItemInput(); mythfurn2.addItemOutput(*12); mythfurn2.build(); val mythfurn3 = RecipeBuilder.newBuilder("mythfurn3","mythic_processor_furnace",2); mythfurn3.addEnergyPerTickInput(60000); mythfurn3.addItemInput(); mythfurn3.addItemOutput(); mythfurn3.build(); val mythfurn4 = RecipeBuilder.newBuilder("mythfurn4","mythic_processor_furnace",2); mythfurn4.addEnergyPerTickInput(60000); mythfurn4.addItemInput(*16); mythfurn4.addItemOutput(*16); mythfurn4.build(); val mythfurn5 = RecipeBuilder.newBuilder("mythfurn5","mythic_processor_furnace",2); mythfurn5.addEnergyPerTickInput(60000); mythfurn5.addItemInput(); mythfurn5.addItemOutput(); mythfurn5.build(); val mythfurn6 = RecipeBuilder.newBuilder("mythfurn6","mythic_processor_furnace",2); mythfurn6.addEnergyPerTickInput(60000); mythfurn6.addItemInput(); mythfurn6.addItemOutput(); mythfurn6.build(); val mythfurn7 = RecipeBuilder.newBuilder("mythfurn7","mythic_processor_furnace",2); mythfurn7.addEnergyPerTickInput(60000); mythfurn7.addItemInput(); mythfurn7.addItemOutput(); mythfurn7.build();