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();