update to upstream

This commit is contained in:
ZHAY10086
2025-08-02 16:48:58 +08:00
parent bfe44b43bd
commit af17732b51
2814 changed files with 29788 additions and 17408 deletions
+7 -1
View File
@@ -511,4 +511,10 @@ val mythcomp88 = RecipeBuilder.newBuilder("mythcomp88","mythic_processor_compact
mythcomp88.addEnergyPerTickInput(60000);
mythcomp88.addItemInput(<minecraft:gold_nugget>);
mythcomp88.addItemOutput(<contenttweaker:gold_leaf>);
mythcomp88.build();
mythcomp88.build();
val mythcomp89 = RecipeBuilder.newBuilder("mythcomp89","mythic_processor_compactor",2);
mythcomp89.addEnergyPerTickInput(60000);
mythcomp89.addItemInput(<contenttweaker:evanescent_sednanite_powder>*8);
mythcomp89.addItemOutput(<materialpart:sednanite:ingot>*8);
mythcomp89.build();