From da17cb46f8c3f83bee81bb18f933b300ad87beb9 Mon Sep 17 00:00:00 2001 From: ZHAY10086 Date: Fri, 14 Feb 2025 21:22:07 +0800 Subject: [PATCH] fix Redstone Crystal and Berkelium 247 modular machine recipes --- scripts/MythicProcessorAlloys.zs | 2 +- scripts/MythicProcessorMelter.zs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/MythicProcessorAlloys.zs b/scripts/MythicProcessorAlloys.zs index e1c66a4f..9b2c3ce0 100644 --- a/scripts/MythicProcessorAlloys.zs +++ b/scripts/MythicProcessorAlloys.zs @@ -893,7 +893,7 @@ val mythallo122 = RecipeBuilder.newBuilder("mythallo122","mythic_processor_alloy mythallo122.addEnergyPerTickInput(80000); mythallo122.addItemInput(*10); mythallo122.addItemInput(*2); -mythallo122.addItemOutput(); +mythallo122.addItemOutput(*2); mythallo122.build(); diff --git a/scripts/MythicProcessorMelter.zs b/scripts/MythicProcessorMelter.zs index 02ff7507..86bdff7d 100644 --- a/scripts/MythicProcessorMelter.zs +++ b/scripts/MythicProcessorMelter.zs @@ -179,7 +179,7 @@ val mythmelt172 = RecipeBuilder.newBuilder("mythmelt172","mythic_processor_melte val mythmelt173 = RecipeBuilder.newBuilder("mythmelt173","mythic_processor_melter",2);mythmelt173.addEnergyPerTickInput(60000);mythmelt173.addItemInput();mythmelt173.addFluidOutput( * 1296);mythmelt173.build(); val mythmelt174 = RecipeBuilder.newBuilder("mythmelt174","mythic_processor_melter",2);mythmelt174.addEnergyPerTickInput(60000);mythmelt174.addItemInput();mythmelt174.addFluidOutput( * 144);mythmelt174.build(); val mythmelt175 = RecipeBuilder.newBuilder("mythmelt175","mythic_processor_melter",2);mythmelt175.addEnergyPerTickInput(60000);mythmelt175.addItemInput();mythmelt175.addFluidOutput( * 16);mythmelt175.build(); -val mythmelt176 = RecipeBuilder.newBuilder("mythmelt176","mythic_processor_melter",2);mythmelt176.addEnergyPerTickInput(60000);mythmelt176.addItemInput();mythmelt176.addFluidOutput( * 144);mythmelt176.build(); +val mythmelt176 = RecipeBuilder.newBuilder("mythmelt176","mythic_processor_melter",2);mythmelt176.addEnergyPerTickInput(60000);mythmelt176.addItemInput();mythmelt176.addFluidOutput( * 144);mythmelt176.build(); val mythmelt177 = RecipeBuilder.newBuilder("mythmelt177","mythic_processor_melter",2);mythmelt177.addEnergyPerTickInput(60000);mythmelt177.addItemInput();mythmelt177.addFluidOutput( * 16);mythmelt177.build(); val mythmelt178 = RecipeBuilder.newBuilder("mythmelt178","mythic_processor_melter",2);mythmelt178.addEnergyPerTickInput(60000);mythmelt178.addItemInput();mythmelt178.addFluidOutput( * 1296);mythmelt178.build(); val mythmelt179 = RecipeBuilder.newBuilder("mythmelt179","mythic_processor_melter",2);mythmelt179.addEnergyPerTickInput(60000);mythmelt179.addItemInput();mythmelt179.addFluidOutput( * 144);mythmelt179.build();