Update to 0.18.3

This commit is contained in:
ZHAY10086
2025-11-16 21:53:25 +08:00
parent f6faf3fb2c
commit a9af77df03
893 changed files with 22505 additions and 6173 deletions
+9 -1
View File
@@ -517,4 +517,12 @@ val mythcomp89 = RecipeBuilder.newBuilder("mythcomp89","mythic_processor_compact
mythcomp89.addEnergyPerTickInput(60000);
mythcomp89.addItemInput(<contenttweaker:evanescent_sednanite_powder>*8);
mythcomp89.addItemOutput(<materialpart:sednanite:ingot>*8);
mythcomp89.build();
mythcomp89.build();
val mythcomp90 = RecipeBuilder.newBuilder("mythcomp90","mythic_processor_compactor",2);
mythcomp90.addEnergyPerTickInput(60000);
mythcomp90.addItemInput(<contenttweaker:deep_metamorphic_rock>*8);
mythcomp90.addItemInput(<aoa3:runium_chunk>*64);
mythcomp90.addItemOutput(<contenttweaker:deep_metamorphic_rock>*16);
mythcomp90.build();