From ac46f8c4d708a9019949f64459b4dcc6594b6191 Mon Sep 17 00:00:00 2001 From: ZHAY10086 Date: Wed, 26 Feb 2025 23:19:31 +0800 Subject: [PATCH] fix oredic --- scripts/MythicProcessorAlloys.zs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/MythicProcessorAlloys.zs b/scripts/MythicProcessorAlloys.zs index 9b2c3ce0..161e0b5b 100644 --- a/scripts/MythicProcessorAlloys.zs +++ b/scripts/MythicProcessorAlloys.zs @@ -892,7 +892,7 @@ mythallo121.build(); val mythallo122 = RecipeBuilder.newBuilder("mythallo122","mythic_processor_alloy_furnace",2); mythallo122.addEnergyPerTickInput(80000); mythallo122.addItemInput(*10); -mythallo122.addItemInput(*2); +mythallo122.addItemInput(*2); mythallo122.addItemOutput(*2); mythallo122.build();